Shades of Lime Green #29BF16
Tints of Lime Green #29BF16
RGB
CMYK
RGB Variations
Color information
#29BF16 (or 0x29BF16) is known color: Lime Green. HEX triplet: 29, BF and 16. RGB value is (41,191,22). Sum of RGB (Red+Green+Blue) = 41+191+22=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 191 (75% from 255 or 75.20% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29BF16 is #D640E9. Grayscale: #7F7F7F. Windows color (decimal): -14041322 or 1490729. OLE color: 1490729.
HSL color Cylindrical-coordinate representation of color #29BF16: hue angle of 113.25º 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 #29BF16 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 191 | 22 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.25 |
| HSL | 113.25º | 0.79% | 0.42% | - |
| HSV(B) | 113.25º | 0.88% | 0.75% | - |
| XYZ | 19.69 | 37.79 | 7.02 | - |
| YUV | 126.88 | 68.81 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 191 | 22 | 0.79 | 0 | 0.88 | 0.25 | 113.25 | 0.79 | 0.42 |
| Hex | 29 | BF | 16 | 4F | 0 | 58 | 19 | 71 | 4F | 2A |
| Octal | 51 | 277 | 26 | 117 | 0 | 130 | 31 | 161 | 117 | 52 |
| Binary | 101001 | 10111111 | 10110 | 1001111 | 0 | 1011000 | 11001 | 1110001 | 1001111 | 101010 |
Color Harmonies of #29BF16
Complementary color
Monochromatic Colors of #29BF16
Black with #29BF16
Text Example
Text Example
White with #29BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BF16; }
p { color: rgb(41,191,22); }
H1.HeaderClassName
{
color: #29BF16;
}
.AnyTagClassName
{
color: #29BF16;
}
</style>
background-color css
<style>
a { background-color: #29BF16; }
a { background-color: rgb(41,191,22); }
div.DivClassName
{
background-color: #29BF16;
}
.BgClassName
{
background-color: #29BF16;
}
</style>
border-color css
<style>
span { border-color: #29BF16; }
span { border-color: rgb(41,191,22); }
td.TdClassName
{
border-color: #29BF16;
}
.TagClassName
{
border-color: #29BF16;
}
</style>