#71D017

Color #71D017 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #71D017

Tints of Lima #71D017

Color information

#71D017 (or 0x71D017) is unknown color: approx Lima. HEX triplet: 71, D0 and 17. RGB value is (113,208,23). Sum of RGB (Red+Green+Blue) = 113+208+23=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #71D017 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D017 is #8E2FE8. Grayscale: #9F9F9F. Windows color (decimal): -9318377 or 1560689. OLE color: 1560689.

HSL color Cylindrical-coordinate representation of color #71D017: hue angle of 90.81º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71D017 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB11320823-
CMYK0.4600.890.18
HSL90.81º80.09%45.29%-
HSV(B)90.81º88.94%81.57%-
XYZ29.5248.688.65-
YUV158.551.5395.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 208 (81.64% from 255) = 60.47%
BLUE value IS 23 (9.38% from 255) = 6.69%
R=32.85%
G=60.47%
B=6.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113208230.4600.890.1890.8180.0945.29
Hex71D0172E059125b502d
Octal161320275601312213312055
Binary11100011101000010111101110010110011001010110111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71D017; }

 p { color: rgb(113,208,23); }

 H1.HeaderClassName
 {
   color: #71D017;
 }
 .AnyTagClassName
 {
   color: #71D017;
 }
</style>
background-color css

<style>
 a { background-color: #71D017; }

 a { background-color: rgb(113,208,23); }

 div.DivClassName
 {
   background-color: #71D017;
 }
 .BgClassName
 {
   background-color: #71D017;
 }
</style>
border-color css

<style>
 span { border-color: #71D017; }

 span { border-color: rgb(113,208,23); }

 td.TdClassName
 {
   border-color: #71D017;
 }
 .TagClassName
 {
   border-color: #71D017;
 }
</style>