Shades of Lime Green #29C04F
Tints of Lime Green #29C04F
RGB
CMYK
RGB Variations
Color information
#29C04F (or 0x29C04F) is known color: Lime Green. HEX triplet: 29, C0 and 4F. RGB value is (41,192,79). Sum of RGB (Red+Green+Blue) = 41+192+79=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #29C04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29C04F is #D63FB0. Grayscale: #868686. Windows color (decimal): -14041009 or 5226537. OLE color: 5226537.
HSL color Cylindrical-coordinate representation of color #29C04F: hue angle of 135.1º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C04F is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 79 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.25 |
| HSL | 135.1º | 0.65% | 0.46% | - |
| HSV(B) | 135.1º | 0.79% | 0.75% | - |
| XYZ | 21.18 | 38.74 | 13.76 | - |
| YUV | 133.97 | 96.97 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 79 | 0.79 | 0 | 0.59 | 0.25 | 135.1 | 0.65 | 0.46 |
| Hex | 29 | C0 | 4F | 4F | 0 | 3B | 19 | 87 | 41 | 2E |
| Octal | 51 | 300 | 117 | 117 | 0 | 73 | 31 | 207 | 101 | 56 |
| Binary | 101001 | 11000000 | 1001111 | 1001111 | 0 | 111011 | 11001 | 10000111 | 1000001 | 101110 |
Color Harmonies of #29C04F
Complementary color
Monochromatic Colors of #29C04F
Black with #29C04F
Text Example
Text Example
White with #29C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C04F; }
p { color: rgb(41,192,79); }
H1.HeaderClassName
{
color: #29C04F;
}
.AnyTagClassName
{
color: #29C04F;
}
</style>
background-color css
<style>
a { background-color: #29C04F; }
a { background-color: rgb(41,192,79); }
div.DivClassName
{
background-color: #29C04F;
}
.BgClassName
{
background-color: #29C04F;
}
</style>
border-color css
<style>
span { border-color: #29C04F; }
span { border-color: rgb(41,192,79); }
td.TdClassName
{
border-color: #29C04F;
}
.TagClassName
{
border-color: #29C04F;
}
</style>