Shades of Lime Green #20D72F
Tints of Lime Green #20D72F
RGB
CMYK
RGB Variations
Color information
#20D72F (or 0x20D72F) is known color: Lime Green. HEX triplet: 20, D7 and 2F. RGB value is (32,215,47). Sum of RGB (Red+Green+Blue) = 32+215+47=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 215 (84.38% from 255 or 73.13% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 215 - color contains mainly: green. Hex color #20D72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D72F is #DF28D0. Grayscale: #8D8D8D. Windows color (decimal): -14624977 or 3135264. OLE color: 3135264.
HSL color Cylindrical-coordinate representation of color #20D72F: hue angle of 124.92º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D72F is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 215 | 47 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.16 |
| HSL | 124.92º | 0.74% | 0.48% | - |
| HSV(B) | 124.92º | 0.85% | 0.84% | - |
| XYZ | 25.41 | 49.11 | 10.83 | - |
| YUV | 141.13 | 74.87 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 215 | 47 | 0.85 | 0 | 0.78 | 0.16 | 124.92 | 0.74 | 0.48 |
| Hex | 20 | D7 | 2F | 55 | 0 | 4E | 10 | 7D | 4A | 30 |
| Octal | 40 | 327 | 57 | 125 | 0 | 116 | 20 | 175 | 112 | 60 |
| Binary | 100000 | 11010111 | 101111 | 1010101 | 0 | 1001110 | 10000 | 1111101 | 1001010 | 110000 |
Color Harmonies of #20D72F
Complementary color
Monochromatic Colors of #20D72F
Black with #20D72F
Text Example
Text Example
White with #20D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D72F; }
p { color: rgb(32,215,47); }
H1.HeaderClassName
{
color: #20D72F;
}
.AnyTagClassName
{
color: #20D72F;
}
</style>
background-color css
<style>
a { background-color: #20D72F; }
a { background-color: rgb(32,215,47); }
div.DivClassName
{
background-color: #20D72F;
}
.BgClassName
{
background-color: #20D72F;
}
</style>
border-color css
<style>
span { border-color: #20D72F; }
span { border-color: rgb(32,215,47); }
td.TdClassName
{
border-color: #20D72F;
}
.TagClassName
{
border-color: #20D72F;
}
</style>