Shades of Lime Green #20CD04
Tints of Lime Green #20CD04
RGB
CMYK
RGB Variations
Color information
#20CD04 (or 0x20CD04) is known color: Lime Green. HEX triplet: 20, CD and 04. RGB value is (32,205,4). Sum of RGB (Red+Green+Blue) = 32+205+4=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 205 (80.47% from 255 or 85.06% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CD04 is #DF32FB. Grayscale: #828282. Windows color (decimal): -14627580 or 314656. OLE color: 314656.
HSL color Cylindrical-coordinate representation of color #20CD04: hue angle of 111.64º 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 #20CD04 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 4 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.20 |
| HSL | 111.64º | 0.96% | 0.41% | - |
| HSV(B) | 111.64º | 0.98% | 0.8% | - |
| XYZ | 22.45 | 43.98 | 7.42 | - |
| YUV | 130.36 | 56.69 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 4 | 0.84 | 0 | 0.98 | 0.20 | 111.64 | 0.96 | 0.41 |
| Hex | 20 | CD | 4 | 54 | 0 | 62 | 14 | 70 | 60 | 29 |
| Octal | 40 | 315 | 4 | 124 | 0 | 142 | 24 | 160 | 140 | 51 |
| Binary | 100000 | 11001101 | 100 | 1010100 | 0 | 1100010 | 10100 | 1110000 | 1100000 | 101001 |
Color Harmonies of #20CD04
Complementary color
Monochromatic Colors of #20CD04
Black with #20CD04
Text Example
Text Example
White with #20CD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CD04; }
p { color: rgb(32,205,4); }
H1.HeaderClassName
{
color: #20CD04;
}
.AnyTagClassName
{
color: #20CD04;
}
</style>
background-color css
<style>
a { background-color: #20CD04; }
a { background-color: rgb(32,205,4); }
div.DivClassName
{
background-color: #20CD04;
}
.BgClassName
{
background-color: #20CD04;
}
</style>
border-color css
<style>
span { border-color: #20CD04; }
span { border-color: rgb(32,205,4); }
td.TdClassName
{
border-color: #20CD04;
}
.TagClassName
{
border-color: #20CD04;
}
</style>