Shades of Lime Green #29E929
Tints of Lime Green #29E929
RGB
CMYK
RGB Variations
Color information
#29E929 (or 0x29E929) is known color: Lime Green. HEX triplet: 29, E9 and 29. RGB value is (41,233,41). Sum of RGB (Red+Green+Blue) = 41+233+41=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 233 (91.41% from 255 or 73.97% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 233 - color contains mainly: green. Hex color #29E929 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29E929 is #D616D6. Grayscale: #9A9A9A. Windows color (decimal): -14030551 or 2746665. OLE color: 2746665.
HSL color Cylindrical-coordinate representation of color #29E929: hue angle of 120º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E929 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 233 | 41 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.09 |
| HSL | 120º | 0.81% | 0.54% | - |
| HSV(B) | 120º | 0.82% | 0.91% | - |
| XYZ | 30.45 | 58.91 | 11.86 | - |
| YUV | 153.7 | 64.39 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 233 | 41 | 0.82 | 0 | 0.82 | 0.09 | 120 | 0.81 | 0.54 |
| Hex | 29 | E9 | 29 | 52 | 0 | 52 | 9 | 78 | 51 | 36 |
| Octal | 51 | 351 | 51 | 122 | 0 | 122 | 11 | 170 | 121 | 66 |
| Binary | 101001 | 11101001 | 101001 | 1010010 | 0 | 1010010 | 1001 | 1111000 | 1010001 | 110110 |
Color Harmonies of #29E929
Complementary color
Monochromatic Colors of #29E929
Black with #29E929
Text Example
Text Example
White with #29E929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E929; }
p { color: rgb(41,233,41); }
H1.HeaderClassName
{
color: #29E929;
}
.AnyTagClassName
{
color: #29E929;
}
</style>
background-color css
<style>
a { background-color: #29E929; }
a { background-color: rgb(41,233,41); }
div.DivClassName
{
background-color: #29E929;
}
.BgClassName
{
background-color: #29E929;
}
</style>
border-color css
<style>
span { border-color: #29E929; }
span { border-color: rgb(41,233,41); }
td.TdClassName
{
border-color: #29E929;
}
.TagClassName
{
border-color: #29E929;
}
</style>