Shades of Lime Green #29C04D
Tints of Lime Green #29C04D
RGB
CMYK
RGB Variations
Color information
#29C04D (or 0x29C04D) is known color: Lime Green. HEX triplet: 29, C0 and 4D. RGB value is (41,192,77). Sum of RGB (Red+Green+Blue) = 41+192+77=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #29C04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29C04D is #D63FB2. Grayscale: #868686. Windows color (decimal): -14041011 or 5095465. OLE color: 5095465.
HSL color Cylindrical-coordinate representation of color #29C04D: hue angle of 134.3º 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 #29C04D is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 77 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.25 |
| HSL | 134.3º | 0.65% | 0.46% | - |
| HSV(B) | 134.3º | 0.79% | 0.75% | - |
| XYZ | 21.1 | 38.71 | 13.38 | - |
| YUV | 133.74 | 95.97 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 77 | 0.79 | 0 | 0.60 | 0.25 | 134.3 | 0.65 | 0.46 |
| Hex | 29 | C0 | 4D | 4F | 0 | 3C | 19 | 86 | 41 | 2E |
| Octal | 51 | 300 | 115 | 117 | 0 | 74 | 31 | 206 | 101 | 56 |
| Binary | 101001 | 11000000 | 1001101 | 1001111 | 0 | 111100 | 11001 | 10000110 | 1000001 | 101110 |
Color Harmonies of #29C04D
Complementary color
Monochromatic Colors of #29C04D
Black with #29C04D
Text Example
Text Example
White with #29C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C04D; }
p { color: rgb(41,192,77); }
H1.HeaderClassName
{
color: #29C04D;
}
.AnyTagClassName
{
color: #29C04D;
}
</style>
background-color css
<style>
a { background-color: #29C04D; }
a { background-color: rgb(41,192,77); }
div.DivClassName
{
background-color: #29C04D;
}
.BgClassName
{
background-color: #29C04D;
}
</style>
border-color css
<style>
span { border-color: #29C04D; }
span { border-color: rgb(41,192,77); }
td.TdClassName
{
border-color: #29C04D;
}
.TagClassName
{
border-color: #29C04D;
}
</style>