#71CA20

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

Shades of Lima #71CA20

Tints of Lima #71CA20

Color information

#71CA20 (or 0x71CA20) is unknown color: approx Lima. HEX triplet: 71, CA and 20. RGB value is (113,202,32). Sum of RGB (Red+Green+Blue) = 113+202+32=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CA20 is #8E35DF. Grayscale: #9C9C9C. Windows color (decimal): -9319904 or 2148977. OLE color: 2148977.

HSL color Cylindrical-coordinate representation of color #71CA20: hue angle of 91.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71CA20 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB11320232-
CMYK0.4400.840.21
HSL91.41º72.65%45.88%-
HSV(B)91.41º84.16%79.22%-
XYZ28.1945.868.73-
YUV156.0158.0197.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 202 (79.30% from 255) = 58.21%
BLUE value IS 32 (12.89% from 255) = 9.22%
R=32.56%
G=58.21%
B=9.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113202320.4400.840.2191.4172.6545.88
Hex71CA202C054155b492e
Octal161312405401242513311156
Binary111000111001010100000101100010101001010110110111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,202,32); }

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

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

 a { background-color: rgb(113,202,32); }

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

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

 span { border-color: rgb(113,202,32); }

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