Shades of Lime Green #20C209
Tints of Lime Green #20C209
RGB
CMYK
RGB Variations
Color information
#20C209 (or 0x20C209) is known color: Lime Green. HEX triplet: 20, C2 and 09. RGB value is (32,194,9). Sum of RGB (Red+Green+Blue) = 32+194+9=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 194 (76.17% from 255 or 82.55% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 194 - color contains mainly: green. Hex color #20C209 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C209 is #DF3DF6. Grayscale: #7D7D7D. Windows color (decimal): -14630391 or 639520. OLE color: 639520.
HSL color Cylindrical-coordinate representation of color #20C209: hue angle of 112.54º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20C209 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 9 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.24 |
| HSL | 112.54º | 0.91% | 0.4% | - |
| HSV(B) | 112.54º | 0.95% | 0.76% | - |
| XYZ | 19.94 | 38.91 | 6.72 | - |
| YUV | 124.47 | 62.83 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 9 | 0.84 | 0 | 0.95 | 0.24 | 112.54 | 0.91 | 0.4 |
| Hex | 20 | C2 | 9 | 54 | 0 | 5F | 18 | 71 | 5B | 28 |
| Octal | 40 | 302 | 11 | 124 | 0 | 137 | 30 | 161 | 133 | 50 |
| Binary | 100000 | 11000010 | 1001 | 1010100 | 0 | 1011111 | 11000 | 1110001 | 1011011 | 101000 |
Color Harmonies of #20C209
Complementary color
Monochromatic Colors of #20C209
Black with #20C209
Text Example
Text Example
White with #20C209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C209; }
p { color: rgb(32,194,9); }
H1.HeaderClassName
{
color: #20C209;
}
.AnyTagClassName
{
color: #20C209;
}
</style>
background-color css
<style>
a { background-color: #20C209; }
a { background-color: rgb(32,194,9); }
div.DivClassName
{
background-color: #20C209;
}
.BgClassName
{
background-color: #20C209;
}
</style>
border-color css
<style>
span { border-color: #20C209; }
span { border-color: rgb(32,194,9); }
td.TdClassName
{
border-color: #20C209;
}
.TagClassName
{
border-color: #20C209;
}
</style>