Shades of Lime Green #29C517
Tints of Lime Green #29C517
RGB
CMYK
RGB Variations
Color information
#29C517 (or 0x29C517) is known color: Lime Green. HEX triplet: 29, C5 and 17. RGB value is (41,197,23). Sum of RGB (Red+Green+Blue) = 41+197+23=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 197 (77.34% from 255 or 75.48% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 197 - color contains mainly: green. Hex color #29C517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29C517 is #D63AE8. Grayscale: #838383. Windows color (decimal): -14039785 or 1557801. OLE color: 1557801.
HSL color Cylindrical-coordinate representation of color #29C517: hue angle of 113.79º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29C517 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 197 | 23 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.23 |
| HSL | 113.79º | 0.79% | 0.43% | - |
| HSV(B) | 113.79º | 0.88% | 0.77% | - |
| XYZ | 21.04 | 40.47 | 7.51 | - |
| YUV | 130.52 | 67.32 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 197 | 23 | 0.79 | 0 | 0.88 | 0.23 | 113.79 | 0.79 | 0.43 |
| Hex | 29 | C5 | 17 | 4F | 0 | 58 | 17 | 72 | 4F | 2B |
| Octal | 51 | 305 | 27 | 117 | 0 | 130 | 27 | 162 | 117 | 53 |
| Binary | 101001 | 11000101 | 10111 | 1001111 | 0 | 1011000 | 10111 | 1110010 | 1001111 | 101011 |
Color Harmonies of #29C517
Complementary color
Monochromatic Colors of #29C517
Black with #29C517
Text Example
Text Example
White with #29C517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C517; }
p { color: rgb(41,197,23); }
H1.HeaderClassName
{
color: #29C517;
}
.AnyTagClassName
{
color: #29C517;
}
</style>
background-color css
<style>
a { background-color: #29C517; }
a { background-color: rgb(41,197,23); }
div.DivClassName
{
background-color: #29C517;
}
.BgClassName
{
background-color: #29C517;
}
</style>
border-color css
<style>
span { border-color: #29C517; }
span { border-color: rgb(41,197,23); }
td.TdClassName
{
border-color: #29C517;
}
.TagClassName
{
border-color: #29C517;
}
</style>