Shades of Lime Green #29E032
Tints of Lime Green #29E032
RGB
CMYK
RGB Variations
Color information
#29E032 (or 0x29E032) is known color: Lime Green. HEX triplet: 29, E0 and 32. RGB value is (41,224,50). Sum of RGB (Red+Green+Blue) = 41+224+50=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 224 (87.89% from 255 or 71.11% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 224 - color contains mainly: green. Hex color #29E032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29E032 is #D61FCD. Grayscale: #959595. Windows color (decimal): -14032846 or 3334185. OLE color: 3334185.
HSL color Cylindrical-coordinate representation of color #29E032: hue angle of 122.95º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E032 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 224 | 50 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.12 |
| HSL | 122.95º | 0.75% | 0.52% | - |
| HSV(B) | 122.95º | 0.82% | 0.88% | - |
| XYZ | 28.15 | 54.01 | 11.96 | - |
| YUV | 149.45 | 71.87 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 224 | 50 | 0.82 | 0 | 0.78 | 0.12 | 122.95 | 0.75 | 0.52 |
| Hex | 29 | E0 | 32 | 52 | 0 | 4E | C | 7B | 4B | 34 |
| Octal | 51 | 340 | 62 | 122 | 0 | 116 | 14 | 173 | 113 | 64 |
| Binary | 101001 | 11100000 | 110010 | 1010010 | 0 | 1001110 | 1100 | 1111011 | 1001011 | 110100 |
Color Harmonies of #29E032
Complementary color
Monochromatic Colors of #29E032
Black with #29E032
Text Example
Text Example
White with #29E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E032; }
p { color: rgb(41,224,50); }
H1.HeaderClassName
{
color: #29E032;
}
.AnyTagClassName
{
color: #29E032;
}
</style>
background-color css
<style>
a { background-color: #29E032; }
a { background-color: rgb(41,224,50); }
div.DivClassName
{
background-color: #29E032;
}
.BgClassName
{
background-color: #29E032;
}
</style>
border-color css
<style>
span { border-color: #29E032; }
span { border-color: rgb(41,224,50); }
td.TdClassName
{
border-color: #29E032;
}
.TagClassName
{
border-color: #29E032;
}
</style>