Shades of Lime Green #29C522
Tints of Lime Green #29C522
RGB
CMYK
RGB Variations
Color information
#29C522 (or 0x29C522) is known color: Lime Green. HEX triplet: 29, C5 and 22. RGB value is (41,197,34). Sum of RGB (Red+Green+Blue) = 41+197+34=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 197 (77.34% from 255 or 72.43% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 197 - color contains mainly: green. Hex color #29C522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C522 is #D63ADD. Grayscale: #848484. Windows color (decimal): -14039774 or 2278697. OLE color: 2278697.
HSL color Cylindrical-coordinate representation of color #29C522: hue angle of 117.42º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29C522 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 197 | 34 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.23 |
| HSL | 117.42º | 0.71% | 0.45% | - |
| HSV(B) | 117.42º | 0.83% | 0.77% | - |
| XYZ | 21.17 | 40.52 | 8.22 | - |
| YUV | 131.77 | 72.82 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 197 | 34 | 0.79 | 0 | 0.83 | 0.23 | 117.42 | 0.71 | 0.45 |
| Hex | 29 | C5 | 22 | 4F | 0 | 53 | 17 | 75 | 47 | 2D |
| Octal | 51 | 305 | 42 | 117 | 0 | 123 | 27 | 165 | 107 | 55 |
| Binary | 101001 | 11000101 | 100010 | 1001111 | 0 | 1010011 | 10111 | 1110101 | 1000111 | 101101 |
Color Harmonies of #29C522
Complementary color
Monochromatic Colors of #29C522
Black with #29C522
Text Example
Text Example
White with #29C522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C522; }
p { color: rgb(41,197,34); }
H1.HeaderClassName
{
color: #29C522;
}
.AnyTagClassName
{
color: #29C522;
}
</style>
background-color css
<style>
a { background-color: #29C522; }
a { background-color: rgb(41,197,34); }
div.DivClassName
{
background-color: #29C522;
}
.BgClassName
{
background-color: #29C522;
}
</style>
border-color css
<style>
span { border-color: #29C522; }
span { border-color: rgb(41,197,34); }
td.TdClassName
{
border-color: #29C522;
}
.TagClassName
{
border-color: #29C522;
}
</style>