Shades of Lime Green #29E726
Tints of Lime Green #29E726
RGB
CMYK
RGB Variations
Color information
#29E726 (or 0x29E726) is known color: Lime Green. HEX triplet: 29, E7 and 26. RGB value is (41,231,38). Sum of RGB (Red+Green+Blue) = 41+231+38=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 231 (90.62% from 255 or 74.52% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 231 - color contains mainly: green. Hex color #29E726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29E726 is #D618D9. Grayscale: #989898. Windows color (decimal): -14031066 or 2549545. OLE color: 2549545.
HSL color Cylindrical-coordinate representation of color #29E726: hue angle of 119.07º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29E726 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 231 | 38 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.09 |
| HSL | 119.07º | 0.8% | 0.53% | - |
| HSV(B) | 119.07º | 0.84% | 0.91% | - |
| XYZ | 29.84 | 57.76 | 11.41 | - |
| YUV | 152.19 | 63.55 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 231 | 38 | 0.82 | 0 | 0.84 | 0.09 | 119.07 | 0.8 | 0.53 |
| Hex | 29 | E7 | 26 | 52 | 0 | 54 | 9 | 77 | 50 | 35 |
| Octal | 51 | 347 | 46 | 122 | 0 | 124 | 11 | 167 | 120 | 65 |
| Binary | 101001 | 11100111 | 100110 | 1010010 | 0 | 1010100 | 1001 | 1110111 | 1010000 | 110101 |
Color Harmonies of #29E726
Complementary color
Monochromatic Colors of #29E726
Black with #29E726
Text Example
Text Example
White with #29E726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E726; }
p { color: rgb(41,231,38); }
H1.HeaderClassName
{
color: #29E726;
}
.AnyTagClassName
{
color: #29E726;
}
</style>
background-color css
<style>
a { background-color: #29E726; }
a { background-color: rgb(41,231,38); }
div.DivClassName
{
background-color: #29E726;
}
.BgClassName
{
background-color: #29E726;
}
</style>
border-color css
<style>
span { border-color: #29E726; }
span { border-color: rgb(41,231,38); }
td.TdClassName
{
border-color: #29E726;
}
.TagClassName
{
border-color: #29E726;
}
</style>