Shades of Lime Green #29E421
Tints of Lime Green #29E421
RGB
CMYK
RGB Variations
Color information
#29E421 (or 0x29E421) is known color: Lime Green. HEX triplet: 29, E4 and 21. RGB value is (41,228,33). Sum of RGB (Red+Green+Blue) = 41+228+33=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 228 (89.45% from 255 or 75.50% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 228 - color contains mainly: green. Hex color #29E421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29E421 is #D61BDE. Grayscale: #969696. Windows color (decimal): -14031839 or 2221097. OLE color: 2221097.
HSL color Cylindrical-coordinate representation of color #29E421: hue angle of 117.54º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29E421 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 41 | 228 | 33 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.11 |
| HSL | 117.54º | 0.78% | 0.51% | - |
| HSV(B) | 117.54º | 0.86% | 0.89% | - |
| XYZ | 28.93 | 56.07 | 10.74 | - |
| YUV | 149.86 | 62.05 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 228 | 33 | 0.82 | 0 | 0.86 | 0.11 | 117.54 | 0.78 | 0.51 |
| Hex | 29 | E4 | 21 | 52 | 0 | 56 | B | 76 | 4E | 33 |
| Octal | 51 | 344 | 41 | 122 | 0 | 126 | 13 | 166 | 116 | 63 |
| Binary | 101001 | 11100100 | 100001 | 1010010 | 0 | 1010110 | 1011 | 1110110 | 1001110 | 110011 |
Color Harmonies of #29E421
Complementary color
Monochromatic Colors of #29E421
Black with #29E421
Text Example
Text Example
White with #29E421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E421; }
p { color: rgb(41,228,33); }
H1.HeaderClassName
{
color: #29E421;
}
.AnyTagClassName
{
color: #29E421;
}
</style>
background-color css
<style>
a { background-color: #29E421; }
a { background-color: rgb(41,228,33); }
div.DivClassName
{
background-color: #29E421;
}
.BgClassName
{
background-color: #29E421;
}
</style>
border-color css
<style>
span { border-color: #29E421; }
span { border-color: rgb(41,228,33); }
td.TdClassName
{
border-color: #29E421;
}
.TagClassName
{
border-color: #29E421;
}
</style>