Shades of Lime Green #29E043
Tints of Lime Green #29E043
RGB
CMYK
RGB Variations
Color information
#29E043 (or 0x29E043) is known color: Lime Green. HEX triplet: 29, E0 and 43. RGB value is (41,224,67). Sum of RGB (Red+Green+Blue) = 41+224+67=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 224 (87.89% from 255 or 67.47% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 224 - color contains mainly: green. Hex color #29E043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29E043 is #D61FBC. Grayscale: #979797. Windows color (decimal): -14032829 or 4448297. OLE color: 4448297.
HSL color Cylindrical-coordinate representation of color #29E043: hue angle of 128.52º 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 #29E043 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 224 | 67 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.12 |
| HSL | 128.52º | 0.75% | 0.52% | - |
| HSV(B) | 128.52º | 0.82% | 0.88% | - |
| XYZ | 28.58 | 54.19 | 14.26 | - |
| YUV | 151.39 | 80.37 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 224 | 67 | 0.82 | 0 | 0.70 | 0.12 | 128.52 | 0.75 | 0.52 |
| Hex | 29 | E0 | 43 | 52 | 0 | 46 | C | 81 | 4B | 34 |
| Octal | 51 | 340 | 103 | 122 | 0 | 106 | 14 | 201 | 113 | 64 |
| Binary | 101001 | 11100000 | 1000011 | 1010010 | 0 | 1000110 | 1100 | 10000001 | 1001011 | 110100 |
Color Harmonies of #29E043
Complementary color
Monochromatic Colors of #29E043
Black with #29E043
Text Example
Text Example
White with #29E043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E043; }
p { color: rgb(41,224,67); }
H1.HeaderClassName
{
color: #29E043;
}
.AnyTagClassName
{
color: #29E043;
}
</style>
background-color css
<style>
a { background-color: #29E043; }
a { background-color: rgb(41,224,67); }
div.DivClassName
{
background-color: #29E043;
}
.BgClassName
{
background-color: #29E043;
}
</style>
border-color css
<style>
span { border-color: #29E043; }
span { border-color: rgb(41,224,67); }
td.TdClassName
{
border-color: #29E043;
}
.TagClassName
{
border-color: #29E043;
}
</style>