Shades of Lime Green #20CB04
Tints of Lime Green #20CB04
RGB
CMYK
RGB Variations
Color information
#20CB04 (or 0x20CB04) is known color: Lime Green. HEX triplet: 20, CB and 04. RGB value is (32,203,4). Sum of RGB (Red+Green+Blue) = 32+203+4=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 203 (79.69% from 255 or 84.94% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CB04 is #DF34FB. Grayscale: #818181. Windows color (decimal): -14628092 or 314144. OLE color: 314144.
HSL color Cylindrical-coordinate representation of color #20CB04: hue angle of 111.56º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20CB04 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 4 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.20 |
| HSL | 111.56º | 0.96% | 0.41% | - |
| HSV(B) | 111.56º | 0.98% | 0.8% | - |
| XYZ | 21.97 | 43.03 | 7.26 | - |
| YUV | 129.19 | 57.35 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 4 | 0.84 | 0 | 0.98 | 0.20 | 111.56 | 0.96 | 0.41 |
| Hex | 20 | CB | 4 | 54 | 0 | 62 | 14 | 70 | 60 | 29 |
| Octal | 40 | 313 | 4 | 124 | 0 | 142 | 24 | 160 | 140 | 51 |
| Binary | 100000 | 11001011 | 100 | 1010100 | 0 | 1100010 | 10100 | 1110000 | 1100000 | 101001 |
Color Harmonies of #20CB04
Complementary color
Monochromatic Colors of #20CB04
Black with #20CB04
Text Example
Text Example
White with #20CB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CB04; }
p { color: rgb(32,203,4); }
H1.HeaderClassName
{
color: #20CB04;
}
.AnyTagClassName
{
color: #20CB04;
}
</style>
background-color css
<style>
a { background-color: #20CB04; }
a { background-color: rgb(32,203,4); }
div.DivClassName
{
background-color: #20CB04;
}
.BgClassName
{
background-color: #20CB04;
}
</style>
border-color css
<style>
span { border-color: #20CB04; }
span { border-color: rgb(32,203,4); }
td.TdClassName
{
border-color: #20CB04;
}
.TagClassName
{
border-color: #20CB04;
}
</style>