Shades of Lime Green #29E945
Tints of Lime Green #29E945
RGB
CMYK
RGB Variations
Color information
#29E945 (or 0x29E945) is known color: Lime Green. HEX triplet: 29, E9 and 45. RGB value is (41,233,69). Sum of RGB (Red+Green+Blue) = 41+233+69=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 233 (91.41% from 255 or 67.93% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 233 - color contains mainly: green. Hex color #29E945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29E945 is #D616BA. Grayscale: #9D9D9D. Windows color (decimal): -14030523 or 4581673. OLE color: 4581673.
HSL color Cylindrical-coordinate representation of color #29E945: hue angle of 128.75º 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 #29E945 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 233 | 69 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.09 |
| HSL | 128.75º | 0.81% | 0.54% | - |
| HSV(B) | 128.75º | 0.82% | 0.91% | - |
| XYZ | 31.13 | 59.18 | 15.41 | - |
| YUV | 156.9 | 78.39 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 233 | 69 | 0.82 | 0 | 0.70 | 0.09 | 128.75 | 0.81 | 0.54 |
| Hex | 29 | E9 | 45 | 52 | 0 | 46 | 9 | 81 | 51 | 36 |
| Octal | 51 | 351 | 105 | 122 | 0 | 106 | 11 | 201 | 121 | 66 |
| Binary | 101001 | 11101001 | 1000101 | 1010010 | 0 | 1000110 | 1001 | 10000001 | 1010001 | 110110 |
Color Harmonies of #29E945
Complementary color
Monochromatic Colors of #29E945
Black with #29E945
Text Example
Text Example
White with #29E945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E945; }
p { color: rgb(41,233,69); }
H1.HeaderClassName
{
color: #29E945;
}
.AnyTagClassName
{
color: #29E945;
}
</style>
background-color css
<style>
a { background-color: #29E945; }
a { background-color: rgb(41,233,69); }
div.DivClassName
{
background-color: #29E945;
}
.BgClassName
{
background-color: #29E945;
}
</style>
border-color css
<style>
span { border-color: #29E945; }
span { border-color: rgb(41,233,69); }
td.TdClassName
{
border-color: #29E945;
}
.TagClassName
{
border-color: #29E945;
}
</style>