Shades of Lime Green #20C604
Tints of Lime Green #20C604
RGB
CMYK
RGB Variations
Color information
#20C604 (or 0x20C604) is known color: Lime Green. HEX triplet: 20, C6 and 04. RGB value is (32,198,4). Sum of RGB (Red+Green+Blue) = 32+198+4=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 198 (77.73% from 255 or 84.62% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 198 - color contains mainly: green. Hex color #20C604 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C604 is #DF39FB. Grayscale: #7E7E7E. Windows color (decimal): -14629372 or 312864. OLE color: 312864.
HSL color Cylindrical-coordinate representation of color #20C604: hue angle of 111.34º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20C604 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 4 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.22 |
| HSL | 111.34º | 0.96% | 0.4% | - |
| HSV(B) | 111.34º | 0.98% | 0.78% | - |
| XYZ | 20.81 | 40.7 | 6.87 | - |
| YUV | 126.25 | 59 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 4 | 0.84 | 0 | 0.98 | 0.22 | 111.34 | 0.96 | 0.4 |
| Hex | 20 | C6 | 4 | 54 | 0 | 62 | 16 | 6F | 60 | 28 |
| Octal | 40 | 306 | 4 | 124 | 0 | 142 | 26 | 157 | 140 | 50 |
| Binary | 100000 | 11000110 | 100 | 1010100 | 0 | 1100010 | 10110 | 1101111 | 1100000 | 101000 |
Color Harmonies of #20C604
Complementary color
Monochromatic Colors of #20C604
Black with #20C604
Text Example
Text Example
White with #20C604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C604; }
p { color: rgb(32,198,4); }
H1.HeaderClassName
{
color: #20C604;
}
.AnyTagClassName
{
color: #20C604;
}
</style>
background-color css
<style>
a { background-color: #20C604; }
a { background-color: rgb(32,198,4); }
div.DivClassName
{
background-color: #20C604;
}
.BgClassName
{
background-color: #20C604;
}
</style>
border-color css
<style>
span { border-color: #20C604; }
span { border-color: rgb(32,198,4); }
td.TdClassName
{
border-color: #20C604;
}
.TagClassName
{
border-color: #20C604;
}
</style>