Shades of Lime Green #29C036
Tints of Lime Green #29C036
RGB
CMYK
RGB Variations
Color information
#29C036 (or 0x29C036) is known color: Lime Green. HEX triplet: 29, C0 and 36. RGB value is (41,192,54). Sum of RGB (Red+Green+Blue) = 41+192+54=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #29C036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C036 is #D63FC9. Grayscale: #838383. Windows color (decimal): -14041034 or 3588137. OLE color: 3588137.
HSL color Cylindrical-coordinate representation of color #29C036: hue angle of 125.17º 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 #29C036 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 54 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.25 |
| HSL | 125.17º | 0.65% | 0.46% | - |
| HSV(B) | 125.17º | 0.79% | 0.75% | - |
| XYZ | 20.43 | 38.44 | 9.83 | - |
| YUV | 131.12 | 84.47 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 54 | 0.79 | 0 | 0.72 | 0.25 | 125.17 | 0.65 | 0.46 |
| Hex | 29 | C0 | 36 | 4F | 0 | 48 | 19 | 7D | 41 | 2E |
| Octal | 51 | 300 | 66 | 117 | 0 | 110 | 31 | 175 | 101 | 56 |
| Binary | 101001 | 11000000 | 110110 | 1001111 | 0 | 1001000 | 11001 | 1111101 | 1000001 | 101110 |
Color Harmonies of #29C036
Complementary color
Monochromatic Colors of #29C036
Black with #29C036
Text Example
Text Example
White with #29C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C036; }
p { color: rgb(41,192,54); }
H1.HeaderClassName
{
color: #29C036;
}
.AnyTagClassName
{
color: #29C036;
}
</style>
background-color css
<style>
a { background-color: #29C036; }
a { background-color: rgb(41,192,54); }
div.DivClassName
{
background-color: #29C036;
}
.BgClassName
{
background-color: #29C036;
}
</style>
border-color css
<style>
span { border-color: #29C036; }
span { border-color: rgb(41,192,54); }
td.TdClassName
{
border-color: #29C036;
}
.TagClassName
{
border-color: #29C036;
}
</style>