Shades of Lime Green #29E121
Tints of Lime Green #29E121
RGB
CMYK
RGB Variations
Color information
#29E121 (or 0x29E121) is known color: Lime Green. HEX triplet: 29, E1 and 21. RGB value is (41,225,33). Sum of RGB (Red+Green+Blue) = 41+225+33=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 225 (88.28% from 255 or 75.25% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 225 - color contains mainly: green. Hex color #29E121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29E121 is #D61EDE. Grayscale: #949494. Windows color (decimal): -14032607 or 2220329. OLE color: 2220329.
HSL color Cylindrical-coordinate representation of color #29E121: hue angle of 117.5º degrees, saturation: 0.76, 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 #29E121 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 225 | 33 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.12 |
| HSL | 117.5º | 0.76% | 0.51% | - |
| HSV(B) | 117.5º | 0.85% | 0.88% | - |
| XYZ | 28.11 | 54.43 | 10.46 | - |
| YUV | 148.1 | 63.04 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 225 | 33 | 0.82 | 0 | 0.85 | 0.12 | 117.5 | 0.76 | 0.51 |
| Hex | 29 | E1 | 21 | 52 | 0 | 55 | C | 76 | 4C | 33 |
| Octal | 51 | 341 | 41 | 122 | 0 | 125 | 14 | 166 | 114 | 63 |
| Binary | 101001 | 11100001 | 100001 | 1010010 | 0 | 1010101 | 1100 | 1110110 | 1001100 | 110011 |
Color Harmonies of #29E121
Complementary color
Monochromatic Colors of #29E121
Black with #29E121
Text Example
Text Example
White with #29E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E121; }
p { color: rgb(41,225,33); }
H1.HeaderClassName
{
color: #29E121;
}
.AnyTagClassName
{
color: #29E121;
}
</style>
background-color css
<style>
a { background-color: #29E121; }
a { background-color: rgb(41,225,33); }
div.DivClassName
{
background-color: #29E121;
}
.BgClassName
{
background-color: #29E121;
}
</style>
border-color css
<style>
span { border-color: #29E121; }
span { border-color: rgb(41,225,33); }
td.TdClassName
{
border-color: #29E121;
}
.TagClassName
{
border-color: #29E121;
}
</style>