Shades of Lime Green #29C117
Tints of Lime Green #29C117
RGB
CMYK
RGB Variations
Color information
#29C117 (or 0x29C117) is known color: Lime Green. HEX triplet: 29, C1 and 17. RGB value is (41,193,23). Sum of RGB (Red+Green+Blue) = 41+193+23=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 193 (75.78% from 255 or 75.10% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 193 - color contains mainly: green. Hex color #29C117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29C117 is #D63EE8. Grayscale: #808080. Windows color (decimal): -14040809 or 1556777. OLE color: 1556777.
HSL color Cylindrical-coordinate representation of color #29C117: hue angle of 113.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29C117 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 193 | 23 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.24 |
| HSL | 113.65º | 0.79% | 0.42% | - |
| HSV(B) | 113.65º | 0.88% | 0.76% | - |
| XYZ | 20.14 | 38.67 | 7.21 | - |
| YUV | 128.17 | 68.64 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 193 | 23 | 0.79 | 0 | 0.88 | 0.24 | 113.65 | 0.79 | 0.42 |
| Hex | 29 | C1 | 17 | 4F | 0 | 58 | 18 | 72 | 4F | 2A |
| Octal | 51 | 301 | 27 | 117 | 0 | 130 | 30 | 162 | 117 | 52 |
| Binary | 101001 | 11000001 | 10111 | 1001111 | 0 | 1011000 | 11000 | 1110010 | 1001111 | 101010 |
Color Harmonies of #29C117
Complementary color
Monochromatic Colors of #29C117
Black with #29C117
Text Example
Text Example
White with #29C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C117; }
p { color: rgb(41,193,23); }
H1.HeaderClassName
{
color: #29C117;
}
.AnyTagClassName
{
color: #29C117;
}
</style>
background-color css
<style>
a { background-color: #29C117; }
a { background-color: rgb(41,193,23); }
div.DivClassName
{
background-color: #29C117;
}
.BgClassName
{
background-color: #29C117;
}
</style>
border-color css
<style>
span { border-color: #29C117; }
span { border-color: rgb(41,193,23); }
td.TdClassName
{
border-color: #29C117;
}
.TagClassName
{
border-color: #29C117;
}
</style>