Shades of Lime Green #29CA32
Tints of Lime Green #29CA32
RGB
CMYK
RGB Variations
Color information
#29CA32 (or 0x29CA32) is known color: Lime Green. HEX triplet: 29, CA and 32. RGB value is (41,202,50). Sum of RGB (Red+Green+Blue) = 41+202+50=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 202 (79.30% from 255 or 68.94% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CA32 is #D635CD. Grayscale: #888888. Windows color (decimal): -14038478 or 3328553. OLE color: 3328553.
HSL color Cylindrical-coordinate representation of color #29CA32: hue angle of 123.35º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CA32 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 202 | 50 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.21 |
| HSL | 123.35º | 0.66% | 0.48% | - |
| HSV(B) | 123.35º | 0.8% | 0.79% | - |
| XYZ | 22.61 | 42.94 | 10.11 | - |
| YUV | 136.53 | 79.16 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 202 | 50 | 0.80 | 0 | 0.75 | 0.21 | 123.35 | 0.66 | 0.48 |
| Hex | 29 | CA | 32 | 50 | 0 | 4B | 15 | 7B | 42 | 30 |
| Octal | 51 | 312 | 62 | 120 | 0 | 113 | 25 | 173 | 102 | 60 |
| Binary | 101001 | 11001010 | 110010 | 1010000 | 0 | 1001011 | 10101 | 1111011 | 1000010 | 110000 |
Color Harmonies of #29CA32
Complementary color
Monochromatic Colors of #29CA32
Black with #29CA32
Text Example
Text Example
White with #29CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CA32; }
p { color: rgb(41,202,50); }
H1.HeaderClassName
{
color: #29CA32;
}
.AnyTagClassName
{
color: #29CA32;
}
</style>
background-color css
<style>
a { background-color: #29CA32; }
a { background-color: rgb(41,202,50); }
div.DivClassName
{
background-color: #29CA32;
}
.BgClassName
{
background-color: #29CA32;
}
</style>
border-color css
<style>
span { border-color: #29CA32; }
span { border-color: rgb(41,202,50); }
td.TdClassName
{
border-color: #29CA32;
}
.TagClassName
{
border-color: #29CA32;
}
</style>