Shades of Lime Green #29CE16
Tints of Lime Green #29CE16
RGB
CMYK
RGB Variations
Color information
#29CE16 (or 0x29CE16) is known color: Lime Green. HEX triplet: 29, CE and 16. RGB value is (41,206,22). Sum of RGB (Red+Green+Blue) = 41+206+22=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 206 (80.86% from 255 or 76.58% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 206 - color contains mainly: green. Hex color #29CE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29CE16 is #D631E9. Grayscale: #888888. Windows color (decimal): -14037482 or 1494569. OLE color: 1494569.
HSL color Cylindrical-coordinate representation of color #29CE16: hue angle of 113.8º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #29CE16 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 206 | 22 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.19 |
| HSL | 113.8º | 0.81% | 0.45% | - |
| HSV(B) | 113.8º | 0.89% | 0.81% | - |
| XYZ | 23.13 | 44.67 | 8.16 | - |
| YUV | 135.69 | 63.84 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 206 | 22 | 0.80 | 0 | 0.89 | 0.19 | 113.8 | 0.81 | 0.45 |
| Hex | 29 | CE | 16 | 50 | 0 | 59 | 13 | 72 | 51 | 2D |
| Octal | 51 | 316 | 26 | 120 | 0 | 131 | 23 | 162 | 121 | 55 |
| Binary | 101001 | 11001110 | 10110 | 1010000 | 0 | 1011001 | 10011 | 1110010 | 1010001 | 101101 |
Color Harmonies of #29CE16
Complementary color
Monochromatic Colors of #29CE16
Black with #29CE16
Text Example
Text Example
White with #29CE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CE16; }
p { color: rgb(41,206,22); }
H1.HeaderClassName
{
color: #29CE16;
}
.AnyTagClassName
{
color: #29CE16;
}
</style>
background-color css
<style>
a { background-color: #29CE16; }
a { background-color: rgb(41,206,22); }
div.DivClassName
{
background-color: #29CE16;
}
.BgClassName
{
background-color: #29CE16;
}
</style>
border-color css
<style>
span { border-color: #29CE16; }
span { border-color: rgb(41,206,22); }
td.TdClassName
{
border-color: #29CE16;
}
.TagClassName
{
border-color: #29CE16;
}
</style>