Shades of Lime Green #20D929
Tints of Lime Green #20D929
RGB
CMYK
RGB Variations
Color information
#20D929 (or 0x20D929) is known color: Lime Green. HEX triplet: 20, D9 and 29. RGB value is (32,217,41). Sum of RGB (Red+Green+Blue) = 32+217+41=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 217 (85.16% from 255 or 74.83% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 217 - color contains mainly: green. Hex color #20D929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D929 is #DF26D6. Grayscale: #8E8E8E. Windows color (decimal): -14624471 or 2742560. OLE color: 2742560.
HSL color Cylindrical-coordinate representation of color #20D929: hue angle of 122.92º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D929 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 41 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.15 |
| HSL | 122.92º | 0.74% | 0.49% | - |
| HSV(B) | 122.92º | 0.85% | 0.85% | - |
| XYZ | 25.81 | 50.09 | 10.41 | - |
| YUV | 141.62 | 71.21 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 41 | 0.85 | 0 | 0.81 | 0.15 | 122.92 | 0.74 | 0.49 |
| Hex | 20 | D9 | 29 | 55 | 0 | 51 | F | 7B | 4A | 31 |
| Octal | 40 | 331 | 51 | 125 | 0 | 121 | 17 | 173 | 112 | 61 |
| Binary | 100000 | 11011001 | 101001 | 1010101 | 0 | 1010001 | 1111 | 1111011 | 1001010 | 110001 |
Color Harmonies of #20D929
Complementary color
Monochromatic Colors of #20D929
Black with #20D929
Text Example
Text Example
White with #20D929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D929; }
p { color: rgb(32,217,41); }
H1.HeaderClassName
{
color: #20D929;
}
.AnyTagClassName
{
color: #20D929;
}
</style>
background-color css
<style>
a { background-color: #20D929; }
a { background-color: rgb(32,217,41); }
div.DivClassName
{
background-color: #20D929;
}
.BgClassName
{
background-color: #20D929;
}
</style>
border-color css
<style>
span { border-color: #20D929; }
span { border-color: rgb(32,217,41); }
td.TdClassName
{
border-color: #20D929;
}
.TagClassName
{
border-color: #20D929;
}
</style>