Shades of Lime Green #29CD32
Tints of Lime Green #29CD32
RGB
CMYK
RGB Variations
Color information
#29CD32 (or 0x29CD32) is known color: Lime Green. HEX triplet: 29, CD and 32. RGB value is (41,205,50). Sum of RGB (Red+Green+Blue) = 41+205+50=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 205 (80.47% from 255 or 69.26% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 205 - color contains mainly: green. Hex color #29CD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CD32 is #D632CD. Grayscale: #8A8A8A. Windows color (decimal): -14037710 or 3329321. OLE color: 3329321.
HSL color Cylindrical-coordinate representation of color #29CD32: hue angle of 123.29º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CD32 is Cyan = 0.8, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 205 | 50 | - |
| CMYK | 0.8 | 0 | 0.76 | 0.20 |
| HSL | 123.29º | 0.67% | 0.48% | - |
| HSV(B) | 123.29º | 0.8% | 0.8% | - |
| XYZ | 23.32 | 44.36 | 10.35 | - |
| YUV | 138.29 | 78.17 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 205 | 50 | 0.8 | 0 | 0.76 | 0.20 | 123.29 | 0.67 | 0.48 |
| Hex | 29 | CD | 32 | 50 | 0 | 4C | 14 | 7B | 43 | 30 |
| Octal | 51 | 315 | 62 | 120 | 0 | 114 | 24 | 173 | 103 | 60 |
| Binary | 101001 | 11001101 | 110010 | 1010000 | 0 | 1001100 | 10100 | 1111011 | 1000011 | 110000 |
Color Harmonies of #29CD32
Complementary color
Monochromatic Colors of #29CD32
Black with #29CD32
Text Example
Text Example
White with #29CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CD32; }
p { color: rgb(41,205,50); }
H1.HeaderClassName
{
color: #29CD32;
}
.AnyTagClassName
{
color: #29CD32;
}
</style>
background-color css
<style>
a { background-color: #29CD32; }
a { background-color: rgb(41,205,50); }
div.DivClassName
{
background-color: #29CD32;
}
.BgClassName
{
background-color: #29CD32;
}
</style>
border-color css
<style>
span { border-color: #29CD32; }
span { border-color: rgb(41,205,50); }
td.TdClassName
{
border-color: #29CD32;
}
.TagClassName
{
border-color: #29CD32;
}
</style>