Shades of Lime Green #20DF29
Tints of Lime Green #20DF29
RGB
CMYK
RGB Variations
Color information
#20DF29 (or 0x20DF29) is known color: Lime Green. HEX triplet: 20, DF and 29. RGB value is (32,223,41). Sum of RGB (Red+Green+Blue) = 32+223+41=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 223 (87.5% from 255 or 75.34% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DF29 is #DF20D6. Grayscale: #919191. Windows color (decimal): -14622935 or 2744096. OLE color: 2744096.
HSL color Cylindrical-coordinate representation of color #20DF29: hue angle of 122.83º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DF29 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 41 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.13 |
| HSL | 122.83º | 0.75% | 0.5% | - |
| HSV(B) | 122.83º | 0.86% | 0.87% | - |
| XYZ | 27.38 | 53.24 | 10.93 | - |
| YUV | 145.14 | 69.22 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 41 | 0.86 | 0 | 0.82 | 0.13 | 122.83 | 0.75 | 0.5 |
| Hex | 20 | DF | 29 | 56 | 0 | 52 | D | 7B | 4B | 32 |
| Octal | 40 | 337 | 51 | 126 | 0 | 122 | 15 | 173 | 113 | 62 |
| Binary | 100000 | 11011111 | 101001 | 1010110 | 0 | 1010010 | 1101 | 1111011 | 1001011 | 110010 |
Color Harmonies of #20DF29
Complementary color
Monochromatic Colors of #20DF29
Black with #20DF29
Text Example
Text Example
White with #20DF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DF29; }
p { color: rgb(32,223,41); }
H1.HeaderClassName
{
color: #20DF29;
}
.AnyTagClassName
{
color: #20DF29;
}
</style>
background-color css
<style>
a { background-color: #20DF29; }
a { background-color: rgb(32,223,41); }
div.DivClassName
{
background-color: #20DF29;
}
.BgClassName
{
background-color: #20DF29;
}
</style>
border-color css
<style>
span { border-color: #20DF29; }
span { border-color: rgb(32,223,41); }
td.TdClassName
{
border-color: #20DF29;
}
.TagClassName
{
border-color: #20DF29;
}
</style>