Shades of Lime Green #29C64D
Tints of Lime Green #29C64D
RGB
CMYK
RGB Variations
Color information
#29C64D (or 0x29C64D) is known color: Lime Green. HEX triplet: 29, C6 and 4D. RGB value is (41,198,77). Sum of RGB (Red+Green+Blue) = 41+198+77=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 198 (77.73% from 255 or 62.66% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 198 - color contains mainly: green. Hex color #29C64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29C64D is #D639B2. Grayscale: #898989. Windows color (decimal): -14039475 or 5097001. OLE color: 5097001.
HSL color Cylindrical-coordinate representation of color #29C64D: hue angle of 133.76º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C64D is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 198 | 77 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.22 |
| HSL | 133.76º | 0.66% | 0.47% | - |
| HSV(B) | 133.76º | 0.79% | 0.78% | - |
| XYZ | 22.45 | 41.4 | 13.83 | - |
| YUV | 137.26 | 93.99 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 198 | 77 | 0.79 | 0 | 0.61 | 0.22 | 133.76 | 0.66 | 0.47 |
| Hex | 29 | C6 | 4D | 4F | 0 | 3D | 16 | 86 | 42 | 2F |
| Octal | 51 | 306 | 115 | 117 | 0 | 75 | 26 | 206 | 102 | 57 |
| Binary | 101001 | 11000110 | 1001101 | 1001111 | 0 | 111101 | 10110 | 10000110 | 1000010 | 101111 |
Color Harmonies of #29C64D
Complementary color
Monochromatic Colors of #29C64D
Black with #29C64D
Text Example
Text Example
White with #29C64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C64D; }
p { color: rgb(41,198,77); }
H1.HeaderClassName
{
color: #29C64D;
}
.AnyTagClassName
{
color: #29C64D;
}
</style>
background-color css
<style>
a { background-color: #29C64D; }
a { background-color: rgb(41,198,77); }
div.DivClassName
{
background-color: #29C64D;
}
.BgClassName
{
background-color: #29C64D;
}
</style>
border-color css
<style>
span { border-color: #29C64D; }
span { border-color: rgb(41,198,77); }
td.TdClassName
{
border-color: #29C64D;
}
.TagClassName
{
border-color: #29C64D;
}
</style>