Shades of Lime Green #20D112
Tints of Lime Green #20D112
RGB
CMYK
RGB Variations
Color information
#20D112 (or 0x20D112) is known color: Lime Green. HEX triplet: 20, D1 and 12. RGB value is (32,209,18). Sum of RGB (Red+Green+Blue) = 32+209+18=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 209 (82.03% from 255 or 80.69% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 209 - color contains mainly: green. Hex color #20D112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D112 is #DF2EED. Grayscale: #868686. Windows color (decimal): -14626542 or 1233184. OLE color: 1233184.
HSL color Cylindrical-coordinate representation of color #20D112: hue angle of 115.6º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20D112 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 209 | 18 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.18 |
| HSL | 115.6º | 0.84% | 0.45% | - |
| HSV(B) | 115.6º | 0.91% | 0.82% | - |
| XYZ | 23.51 | 45.95 | 8.2 | - |
| YUV | 134.3 | 62.36 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 209 | 18 | 0.85 | 0 | 0.91 | 0.18 | 115.6 | 0.84 | 0.45 |
| Hex | 20 | D1 | 12 | 55 | 0 | 5B | 12 | 74 | 54 | 2D |
| Octal | 40 | 321 | 22 | 125 | 0 | 133 | 22 | 164 | 124 | 55 |
| Binary | 100000 | 11010001 | 10010 | 1010101 | 0 | 1011011 | 10010 | 1110100 | 1010100 | 101101 |
Color Harmonies of #20D112
Complementary color
Monochromatic Colors of #20D112
Black with #20D112
Text Example
Text Example
White with #20D112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D112; }
p { color: rgb(32,209,18); }
H1.HeaderClassName
{
color: #20D112;
}
.AnyTagClassName
{
color: #20D112;
}
</style>
background-color css
<style>
a { background-color: #20D112; }
a { background-color: rgb(32,209,18); }
div.DivClassName
{
background-color: #20D112;
}
.BgClassName
{
background-color: #20D112;
}
</style>
border-color css
<style>
span { border-color: #20D112; }
span { border-color: rgb(32,209,18); }
td.TdClassName
{
border-color: #20D112;
}
.TagClassName
{
border-color: #20D112;
}
</style>