Shades of Lime Green #29C017
Tints of Lime Green #29C017
RGB
CMYK
RGB Variations
Color information
#29C017 (or 0x29C017) is known color: Lime Green. HEX triplet: 29, C0 and 17. RGB value is (41,192,23). Sum of RGB (Red+Green+Blue) = 41+192+23=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #29C017 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29C017 is #D63FE8. Grayscale: #808080. Windows color (decimal): -14041065 or 1556521. OLE color: 1556521.
HSL color Cylindrical-coordinate representation of color #29C017: hue angle of 113.61º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29C017 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 23 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.25 |
| HSL | 113.61º | 0.79% | 0.42% | - |
| HSV(B) | 113.61º | 0.88% | 0.75% | - |
| XYZ | 19.92 | 38.23 | 7.14 | - |
| YUV | 127.59 | 68.97 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 23 | 0.79 | 0 | 0.88 | 0.25 | 113.61 | 0.79 | 0.42 |
| Hex | 29 | C0 | 17 | 4F | 0 | 58 | 19 | 72 | 4F | 2A |
| Octal | 51 | 300 | 27 | 117 | 0 | 130 | 31 | 162 | 117 | 52 |
| Binary | 101001 | 11000000 | 10111 | 1001111 | 0 | 1011000 | 11001 | 1110010 | 1001111 | 101010 |
Color Harmonies of #29C017
Complementary color
Monochromatic Colors of #29C017
Black with #29C017
Text Example
Text Example
White with #29C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C017; }
p { color: rgb(41,192,23); }
H1.HeaderClassName
{
color: #29C017;
}
.AnyTagClassName
{
color: #29C017;
}
</style>
background-color css
<style>
a { background-color: #29C017; }
a { background-color: rgb(41,192,23); }
div.DivClassName
{
background-color: #29C017;
}
.BgClassName
{
background-color: #29C017;
}
</style>
border-color css
<style>
span { border-color: #29C017; }
span { border-color: rgb(41,192,23); }
td.TdClassName
{
border-color: #29C017;
}
.TagClassName
{
border-color: #29C017;
}
</style>