Shades of Lime Green #29E02D
Tints of Lime Green #29E02D
RGB
CMYK
RGB Variations
Color information
#29E02D (or 0x29E02D) is known color: Lime Green. HEX triplet: 29, E0 and 2D. RGB value is (41,224,45). Sum of RGB (Red+Green+Blue) = 41+224+45=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 224 (87.89% from 255 or 72.26% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 224 - color contains mainly: green. Hex color #29E02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29E02D is #D61FD2. Grayscale: #959595. Windows color (decimal): -14032851 or 3006505. OLE color: 3006505.
HSL color Cylindrical-coordinate representation of color #29E02D: hue angle of 121.31º 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 #29E02D is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 224 | 45 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.12 |
| HSL | 121.31º | 0.75% | 0.52% | - |
| HSV(B) | 121.31º | 0.82% | 0.88% | - |
| XYZ | 28.04 | 53.97 | 11.42 | - |
| YUV | 148.88 | 69.37 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 224 | 45 | 0.82 | 0 | 0.80 | 0.12 | 121.31 | 0.75 | 0.52 |
| Hex | 29 | E0 | 2D | 52 | 0 | 50 | C | 79 | 4B | 34 |
| Octal | 51 | 340 | 55 | 122 | 0 | 120 | 14 | 171 | 113 | 64 |
| Binary | 101001 | 11100000 | 101101 | 1010010 | 0 | 1010000 | 1100 | 1111001 | 1001011 | 110100 |
Color Harmonies of #29E02D
Complementary color
Monochromatic Colors of #29E02D
Black with #29E02D
Text Example
Text Example
White with #29E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E02D; }
p { color: rgb(41,224,45); }
H1.HeaderClassName
{
color: #29E02D;
}
.AnyTagClassName
{
color: #29E02D;
}
</style>
background-color css
<style>
a { background-color: #29E02D; }
a { background-color: rgb(41,224,45); }
div.DivClassName
{
background-color: #29E02D;
}
.BgClassName
{
background-color: #29E02D;
}
</style>
border-color css
<style>
span { border-color: #29E02D; }
span { border-color: rgb(41,224,45); }
td.TdClassName
{
border-color: #29E02D;
}
.TagClassName
{
border-color: #29E02D;
}
</style>