Shades of Lime Green #29D732
Tints of Lime Green #29D732
RGB
CMYK
RGB Variations
Color information
#29D732 (or 0x29D732) is known color: Lime Green. HEX triplet: 29, D7 and 32. RGB value is (41,215,50). Sum of RGB (Red+Green+Blue) = 41+215+50=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 215 (84.38% from 255 or 70.26% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 215 - color contains mainly: green. Hex color #29D732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D732 is #D628CD. Grayscale: #909090. Windows color (decimal): -14035150 or 3331881. OLE color: 3331881.
HSL color Cylindrical-coordinate representation of color #29D732: hue angle of 123.1º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D732 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 215 | 50 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.16 |
| HSL | 123.1º | 0.69% | 0.5% | - |
| HSV(B) | 123.1º | 0.81% | 0.84% | - |
| XYZ | 25.79 | 49.3 | 11.17 | - |
| YUV | 144.16 | 74.85 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 215 | 50 | 0.81 | 0 | 0.77 | 0.16 | 123.1 | 0.69 | 0.5 |
| Hex | 29 | D7 | 32 | 51 | 0 | 4D | 10 | 7B | 45 | 32 |
| Octal | 51 | 327 | 62 | 121 | 0 | 115 | 20 | 173 | 105 | 62 |
| Binary | 101001 | 11010111 | 110010 | 1010001 | 0 | 1001101 | 10000 | 1111011 | 1000101 | 110010 |
Color Harmonies of #29D732
Complementary color
Monochromatic Colors of #29D732
Black with #29D732
Text Example
Text Example
White with #29D732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D732; }
p { color: rgb(41,215,50); }
H1.HeaderClassName
{
color: #29D732;
}
.AnyTagClassName
{
color: #29D732;
}
</style>
background-color css
<style>
a { background-color: #29D732; }
a { background-color: rgb(41,215,50); }
div.DivClassName
{
background-color: #29D732;
}
.BgClassName
{
background-color: #29D732;
}
</style>
border-color css
<style>
span { border-color: #29D732; }
span { border-color: rgb(41,215,50); }
td.TdClassName
{
border-color: #29D732;
}
.TagClassName
{
border-color: #29D732;
}
</style>