Shades of Lime Green #29C016
Tints of Lime Green #29C016
RGB
CMYK
RGB Variations
Color information
#29C016 (or 0x29C016) is known color: Lime Green. HEX triplet: 29, C0 and 16. RGB value is (41,192,22). Sum of RGB (Red+Green+Blue) = 41+192+22=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #29C016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29C016 is #D63FE9. Grayscale: #808080. Windows color (decimal): -14041066 or 1490985. OLE color: 1490985.
HSL color Cylindrical-coordinate representation of color #29C016: hue angle of 113.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #29C016 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 22 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.25 |
| HSL | 113.29º | 0.79% | 0.42% | - |
| HSV(B) | 113.29º | 0.89% | 0.75% | - |
| XYZ | 19.91 | 38.23 | 7.09 | - |
| YUV | 127.47 | 68.47 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 22 | 0.79 | 0 | 0.89 | 0.25 | 113.29 | 0.79 | 0.42 |
| Hex | 29 | C0 | 16 | 4F | 0 | 59 | 19 | 71 | 4F | 2A |
| Octal | 51 | 300 | 26 | 117 | 0 | 131 | 31 | 161 | 117 | 52 |
| Binary | 101001 | 11000000 | 10110 | 1001111 | 0 | 1011001 | 11001 | 1110001 | 1001111 | 101010 |
Color Harmonies of #29C016
Complementary color
Monochromatic Colors of #29C016
Black with #29C016
Text Example
Text Example
White with #29C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C016; }
p { color: rgb(41,192,22); }
H1.HeaderClassName
{
color: #29C016;
}
.AnyTagClassName
{
color: #29C016;
}
</style>
background-color css
<style>
a { background-color: #29C016; }
a { background-color: rgb(41,192,22); }
div.DivClassName
{
background-color: #29C016;
}
.BgClassName
{
background-color: #29C016;
}
</style>
border-color css
<style>
span { border-color: #29C016; }
span { border-color: rgb(41,192,22); }
td.TdClassName
{
border-color: #29C016;
}
.TagClassName
{
border-color: #29C016;
}
</style>