#20CA31

Color #20CA31 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #20CA31

Tints of Lime Green #20CA31

Color information

#20CA31 (or 0x20CA31) is unknown color: approx Lime Green. HEX triplet: 20, CA and 31. RGB value is (32,202,49). Sum of RGB (Red+Green+Blue) = 32+202+49=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 202 (79.30% from 255 or 71.38% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA31 is #DF35CE. Grayscale: #868686. Windows color (decimal): -14628303 or 3263008. OLE color: 3263008.

HSL color Cylindrical-coordinate representation of color #20CA31: hue angle of 126º 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 #20CA31 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB3220249-
CMYK0.8400.760.21
HSL126º72.65%45.88%-
HSV(B)126º84.16%79.22%-
XYZ22.2742.779.99-
YUV133.7380.1855.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.31%
GREEN value IS 202 (79.30% from 255) = 71.38%
BLUE value IS 49 (19.53% from 255) = 17.31%
R=11.31%
G=71.38%
B=17.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32202490.8400.760.2112672.6545.88
Hex20CA315404C157e492e
Octal403126112401142517611156
Binary100000110010101100011010100010011001010111111101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20CA31; }

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

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

<style>
 a { background-color: #20CA31; }

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

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

<style>
 span { border-color: #20CA31; }

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

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