Shades of Lime Green #29C520
Tints of Lime Green #29C520
RGB
CMYK
RGB Variations
Color information
#29C520 (or 0x29C520) is known color: Lime Green. HEX triplet: 29, C5 and 20. RGB value is (41,197,32). Sum of RGB (Red+Green+Blue) = 41+197+32=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 197 (77.34% from 255 or 72.96% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 197 - color contains mainly: green. Hex color #29C520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C520 is #D63ADF. Grayscale: #848484. Windows color (decimal): -14039776 or 2147625. OLE color: 2147625.
HSL color Cylindrical-coordinate representation of color #29C520: hue angle of 116.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29C520 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 197 | 32 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.23 |
| HSL | 116.73º | 0.72% | 0.45% | - |
| HSV(B) | 116.73º | 0.84% | 0.77% | - |
| XYZ | 21.14 | 40.51 | 8.07 | - |
| YUV | 131.55 | 71.82 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 197 | 32 | 0.79 | 0 | 0.84 | 0.23 | 116.73 | 0.72 | 0.45 |
| Hex | 29 | C5 | 20 | 4F | 0 | 54 | 17 | 75 | 48 | 2D |
| Octal | 51 | 305 | 40 | 117 | 0 | 124 | 27 | 165 | 110 | 55 |
| Binary | 101001 | 11000101 | 100000 | 1001111 | 0 | 1010100 | 10111 | 1110101 | 1001000 | 101101 |
Color Harmonies of #29C520
Complementary color
Monochromatic Colors of #29C520
Black with #29C520
Text Example
Text Example
White with #29C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C520; }
p { color: rgb(41,197,32); }
H1.HeaderClassName
{
color: #29C520;
}
.AnyTagClassName
{
color: #29C520;
}
</style>
background-color css
<style>
a { background-color: #29C520; }
a { background-color: rgb(41,197,32); }
div.DivClassName
{
background-color: #29C520;
}
.BgClassName
{
background-color: #29C520;
}
</style>
border-color css
<style>
span { border-color: #29C520; }
span { border-color: rgb(41,197,32); }
td.TdClassName
{
border-color: #29C520;
}
.TagClassName
{
border-color: #29C520;
}
</style>