Shades of Lime Green #20CA02
Tints of Lime Green #20CA02
RGB
CMYK
RGB Variations
Color information
#20CA02 (or 0x20CA02) is known color: Lime Green. HEX triplet: 20, CA and 02. RGB value is (32,202,2). Sum of RGB (Red+Green+Blue) = 32+202+2=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 202 (79.30% from 255 or 85.59% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CA02 is #DF35FD. Grayscale: #818181. Windows color (decimal): -14628350 or 182816. OLE color: 182816.
HSL color Cylindrical-coordinate representation of color #20CA02: hue angle of 111º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20CA02 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 2 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.21 |
| HSL | 111º | 0.98% | 0.4% | - |
| HSV(B) | 111º | 0.99% | 0.79% | - |
| XYZ | 21.73 | 42.55 | 7.13 | - |
| YUV | 128.37 | 56.68 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 2 | 0.84 | 0 | 0.99 | 0.21 | 111 | 0.98 | 0.4 |
| Hex | 20 | CA | 2 | 54 | 0 | 63 | 15 | 6F | 62 | 28 |
| Octal | 40 | 312 | 2 | 124 | 0 | 143 | 25 | 157 | 142 | 50 |
| Binary | 100000 | 11001010 | 10 | 1010100 | 0 | 1100011 | 10101 | 1101111 | 1100010 | 101000 |
Color Harmonies of #20CA02
Complementary color
Monochromatic Colors of #20CA02
Black with #20CA02
Text Example
Text Example
White with #20CA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA02; }
p { color: rgb(32,202,2); }
H1.HeaderClassName
{
color: #20CA02;
}
.AnyTagClassName
{
color: #20CA02;
}
</style>
background-color css
<style>
a { background-color: #20CA02; }
a { background-color: rgb(32,202,2); }
div.DivClassName
{
background-color: #20CA02;
}
.BgClassName
{
background-color: #20CA02;
}
</style>
border-color css
<style>
span { border-color: #20CA02; }
span { border-color: rgb(32,202,2); }
td.TdClassName
{
border-color: #20CA02;
}
.TagClassName
{
border-color: #20CA02;
}
</style>