Shades of Lime Green #20D210
Tints of Lime Green #20D210
RGB
CMYK
RGB Variations
Color information
#20D210 (or 0x20D210) is known color: Lime Green. HEX triplet: 20, D2 and 10. RGB value is (32,210,16). Sum of RGB (Red+Green+Blue) = 32+210+16=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 210 (82.42% from 255 or 81.40% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 210 - color contains mainly: green. Hex color #20D210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D210 is #DF2DEF. Grayscale: #878787. Windows color (decimal): -14626288 or 1102368. OLE color: 1102368.
HSL color Cylindrical-coordinate representation of color #20D210: hue angle of 115.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20D210 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 210 | 16 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.18 |
| HSL | 115.05º | 0.86% | 0.44% | - |
| HSV(B) | 115.05º | 0.92% | 0.82% | - |
| XYZ | 23.74 | 46.44 | 8.2 | - |
| YUV | 134.66 | 61.03 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 210 | 16 | 0.85 | 0 | 0.92 | 0.18 | 115.05 | 0.86 | 0.44 |
| Hex | 20 | D2 | 10 | 55 | 0 | 5C | 12 | 73 | 56 | 2C |
| Octal | 40 | 322 | 20 | 125 | 0 | 134 | 22 | 163 | 126 | 54 |
| Binary | 100000 | 11010010 | 10000 | 1010101 | 0 | 1011100 | 10010 | 1110011 | 1010110 | 101100 |
Color Harmonies of #20D210
Complementary color
Monochromatic Colors of #20D210
Black with #20D210
Text Example
Text Example
White with #20D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D210; }
p { color: rgb(32,210,16); }
H1.HeaderClassName
{
color: #20D210;
}
.AnyTagClassName
{
color: #20D210;
}
</style>
background-color css
<style>
a { background-color: #20D210; }
a { background-color: rgb(32,210,16); }
div.DivClassName
{
background-color: #20D210;
}
.BgClassName
{
background-color: #20D210;
}
</style>
border-color css
<style>
span { border-color: #20D210; }
span { border-color: rgb(32,210,16); }
td.TdClassName
{
border-color: #20D210;
}
.TagClassName
{
border-color: #20D210;
}
</style>