Shades of Lime Green #29E521
Tints of Lime Green #29E521
RGB
CMYK
RGB Variations
Color information
#29E521 (or 0x29E521) is known color: Lime Green. HEX triplet: 29, E5 and 21. RGB value is (41,229,33). Sum of RGB (Red+Green+Blue) = 41+229+33=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 229 (89.84% from 255 or 75.58% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 229 - color contains mainly: green. Hex color #29E521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29E521 is #D61ADE. Grayscale: #979797. Windows color (decimal): -14031583 or 2221353. OLE color: 2221353.
HSL color Cylindrical-coordinate representation of color #29E521: hue angle of 117.55º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29E521 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 229 | 33 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.10 |
| HSL | 117.55º | 0.79% | 0.51% | - |
| HSV(B) | 117.55º | 0.86% | 0.9% | - |
| XYZ | 29.21 | 56.62 | 10.83 | - |
| YUV | 150.44 | 61.72 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 229 | 33 | 0.82 | 0 | 0.86 | 0.10 | 117.55 | 0.79 | 0.51 |
| Hex | 29 | E5 | 21 | 52 | 0 | 56 | A | 76 | 4F | 33 |
| Octal | 51 | 345 | 41 | 122 | 0 | 126 | 12 | 166 | 117 | 63 |
| Binary | 101001 | 11100101 | 100001 | 1010010 | 0 | 1010110 | 1010 | 1110110 | 1001111 | 110011 |
Color Harmonies of #29E521
Complementary color
Monochromatic Colors of #29E521
Black with #29E521
Text Example
Text Example
White with #29E521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E521; }
p { color: rgb(41,229,33); }
H1.HeaderClassName
{
color: #29E521;
}
.AnyTagClassName
{
color: #29E521;
}
</style>
background-color css
<style>
a { background-color: #29E521; }
a { background-color: rgb(41,229,33); }
div.DivClassName
{
background-color: #29E521;
}
.BgClassName
{
background-color: #29E521;
}
</style>
border-color css
<style>
span { border-color: #29E521; }
span { border-color: rgb(41,229,33); }
td.TdClassName
{
border-color: #29E521;
}
.TagClassName
{
border-color: #29E521;
}
</style>