Shades of Lime Green #29E022
Tints of Lime Green #29E022
RGB
CMYK
RGB Variations
Color information
#29E022 (or 0x29E022) is known color: Lime Green. HEX triplet: 29, E0 and 22. RGB value is (41,224,34). Sum of RGB (Red+Green+Blue) = 41+224+34=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 224 (87.89% from 255 or 74.92% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 224 - color contains mainly: green. Hex color #29E022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29E022 is #D61FDD. Grayscale: #949494. Windows color (decimal): -14032862 or 2285609. OLE color: 2285609.
HSL color Cylindrical-coordinate representation of color #29E022: hue angle of 117.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29E022 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 224 | 34 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.12 |
| HSL | 117.79º | 0.75% | 0.51% | - |
| HSV(B) | 117.79º | 0.85% | 0.88% | - |
| XYZ | 27.86 | 53.9 | 10.45 | - |
| YUV | 147.62 | 63.87 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 224 | 34 | 0.82 | 0 | 0.85 | 0.12 | 117.79 | 0.75 | 0.51 |
| Hex | 29 | E0 | 22 | 52 | 0 | 55 | C | 76 | 4B | 33 |
| Octal | 51 | 340 | 42 | 122 | 0 | 125 | 14 | 166 | 113 | 63 |
| Binary | 101001 | 11100000 | 100010 | 1010010 | 0 | 1010101 | 1100 | 1110110 | 1001011 | 110011 |
Color Harmonies of #29E022
Complementary color
Monochromatic Colors of #29E022
Black with #29E022
Text Example
Text Example
White with #29E022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E022; }
p { color: rgb(41,224,34); }
H1.HeaderClassName
{
color: #29E022;
}
.AnyTagClassName
{
color: #29E022;
}
</style>
background-color css
<style>
a { background-color: #29E022; }
a { background-color: rgb(41,224,34); }
div.DivClassName
{
background-color: #29E022;
}
.BgClassName
{
background-color: #29E022;
}
</style>
border-color css
<style>
span { border-color: #29E022; }
span { border-color: rgb(41,224,34); }
td.TdClassName
{
border-color: #29E022;
}
.TagClassName
{
border-color: #29E022;
}
</style>