Shades of Lime Green #20C818
Tints of Lime Green #20C818
RGB
CMYK
RGB Variations
Color information
#20C818 (or 0x20C818) is known color: Lime Green. HEX triplet: 20, C8 and 18. RGB value is (32,200,24). Sum of RGB (Red+Green+Blue) = 32+200+24=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 200 (78.52% from 255 or 78.12% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 200 - color contains mainly: green. Hex color #20C818 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C818 is #DF37E7. Grayscale: #828282. Windows color (decimal): -14628840 or 1624096. OLE color: 1624096.
HSL color Cylindrical-coordinate representation of color #20C818: hue angle of 117.27º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20C818 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 200 | 24 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.22 |
| HSL | 117.27º | 0.79% | 0.44% | - |
| HSV(B) | 117.27º | 0.88% | 0.78% | - |
| XYZ | 21.41 | 41.68 | 7.78 | - |
| YUV | 129.7 | 68.34 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 200 | 24 | 0.84 | 0 | 0.88 | 0.22 | 117.27 | 0.79 | 0.44 |
| Hex | 20 | C8 | 18 | 54 | 0 | 58 | 16 | 75 | 4F | 2C |
| Octal | 40 | 310 | 30 | 124 | 0 | 130 | 26 | 165 | 117 | 54 |
| Binary | 100000 | 11001000 | 11000 | 1010100 | 0 | 1011000 | 10110 | 1110101 | 1001111 | 101100 |
Color Harmonies of #20C818
Complementary color
Monochromatic Colors of #20C818
Black with #20C818
Text Example
Text Example
White with #20C818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C818; }
p { color: rgb(32,200,24); }
H1.HeaderClassName
{
color: #20C818;
}
.AnyTagClassName
{
color: #20C818;
}
</style>
background-color css
<style>
a { background-color: #20C818; }
a { background-color: rgb(32,200,24); }
div.DivClassName
{
background-color: #20C818;
}
.BgClassName
{
background-color: #20C818;
}
</style>
border-color css
<style>
span { border-color: #20C818; }
span { border-color: rgb(32,200,24); }
td.TdClassName
{
border-color: #20C818;
}
.TagClassName
{
border-color: #20C818;
}
</style>