Shades of Lime Green #20D042
Tints of Lime Green #20D042
RGB
CMYK
RGB Variations
Color information
#20D042 (or 0x20D042) is known color: Lime Green. HEX triplet: 20, D0 and 42. RGB value is (32,208,66). Sum of RGB (Red+Green+Blue) = 32+208+66=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 208 (81.64% from 255 or 67.97% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 208 - color contains mainly: green. Hex color #20D042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D042 is #DF2FBD. Grayscale: #8B8B8B. Windows color (decimal): -14626750 or 4378656. OLE color: 4378656.
HSL color Cylindrical-coordinate representation of color #20D042: hue angle of 131.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D042 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 66 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.18 |
| HSL | 131.59º | 0.73% | 0.47% | - |
| HSV(B) | 131.59º | 0.85% | 0.82% | - |
| XYZ | 24.13 | 45.81 | 12.72 | - |
| YUV | 139.19 | 86.69 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 66 | 0.85 | 0 | 0.68 | 0.18 | 131.59 | 0.73 | 0.47 |
| Hex | 20 | D0 | 42 | 55 | 0 | 44 | 12 | 84 | 49 | 2F |
| Octal | 40 | 320 | 102 | 125 | 0 | 104 | 22 | 204 | 111 | 57 |
| Binary | 100000 | 11010000 | 1000010 | 1010101 | 0 | 1000100 | 10010 | 10000100 | 1001001 | 101111 |
Color Harmonies of #20D042
Complementary color
Monochromatic Colors of #20D042
Black with #20D042
Text Example
Text Example
White with #20D042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D042; }
p { color: rgb(32,208,66); }
H1.HeaderClassName
{
color: #20D042;
}
.AnyTagClassName
{
color: #20D042;
}
</style>
background-color css
<style>
a { background-color: #20D042; }
a { background-color: rgb(32,208,66); }
div.DivClassName
{
background-color: #20D042;
}
.BgClassName
{
background-color: #20D042;
}
</style>
border-color css
<style>
span { border-color: #20D042; }
span { border-color: rgb(32,208,66); }
td.TdClassName
{
border-color: #20D042;
}
.TagClassName
{
border-color: #20D042;
}
</style>