Shades of Lime Green #29E620
Tints of Lime Green #29E620
RGB
CMYK
RGB Variations
Color information
#29E620 (or 0x29E620) is known color: Lime Green. HEX triplet: 29, E6 and 20. RGB value is (41,230,32). Sum of RGB (Red+Green+Blue) = 41+230+32=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 230 (90.23% from 255 or 75.91% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 230 - color contains mainly: green. Hex color #29E620 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29E620 is #D619DF. Grayscale: #979797. Windows color (decimal): -14031328 or 2156073. OLE color: 2156073.
HSL color Cylindrical-coordinate representation of color #29E620: hue angle of 117.27º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29E620 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 230 | 32 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.10 |
| HSL | 117.27º | 0.8% | 0.51% | - |
| HSV(B) | 117.27º | 0.86% | 0.9% | - |
| XYZ | 29.47 | 57.17 | 10.85 | - |
| YUV | 150.92 | 60.88 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 230 | 32 | 0.82 | 0 | 0.86 | 0.10 | 117.27 | 0.8 | 0.51 |
| Hex | 29 | E6 | 20 | 52 | 0 | 56 | A | 75 | 50 | 33 |
| Octal | 51 | 346 | 40 | 122 | 0 | 126 | 12 | 165 | 120 | 63 |
| Binary | 101001 | 11100110 | 100000 | 1010010 | 0 | 1010110 | 1010 | 1110101 | 1010000 | 110011 |
Color Harmonies of #29E620
Complementary color
Monochromatic Colors of #29E620
Black with #29E620
Text Example
Text Example
White with #29E620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E620; }
p { color: rgb(41,230,32); }
H1.HeaderClassName
{
color: #29E620;
}
.AnyTagClassName
{
color: #29E620;
}
</style>
background-color css
<style>
a { background-color: #29E620; }
a { background-color: rgb(41,230,32); }
div.DivClassName
{
background-color: #29E620;
}
.BgClassName
{
background-color: #29E620;
}
</style>
border-color css
<style>
span { border-color: #29E620; }
span { border-color: rgb(41,230,32); }
td.TdClassName
{
border-color: #29E620;
}
.TagClassName
{
border-color: #29E620;
}
</style>