Shades of Lime Green #29C136
Tints of Lime Green #29C136
RGB
CMYK
RGB Variations
Color information
#29C136 (or 0x29C136) is known color: Lime Green. HEX triplet: 29, C1 and 36. RGB value is (41,193,54). Sum of RGB (Red+Green+Blue) = 41+193+54=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 193 (75.78% from 255 or 67.01% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 193 - color contains mainly: green. Hex color #29C136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C136 is #D63EC9. Grayscale: #848484. Windows color (decimal): -14040778 or 3588393. OLE color: 3588393.
HSL color Cylindrical-coordinate representation of color #29C136: hue angle of 125.13º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C136 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 193 | 54 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.24 |
| HSL | 125.13º | 0.65% | 0.46% | - |
| HSV(B) | 125.13º | 0.79% | 0.76% | - |
| XYZ | 20.65 | 38.88 | 9.91 | - |
| YUV | 131.71 | 84.14 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 193 | 54 | 0.79 | 0 | 0.72 | 0.24 | 125.13 | 0.65 | 0.46 |
| Hex | 29 | C1 | 36 | 4F | 0 | 48 | 18 | 7D | 41 | 2E |
| Octal | 51 | 301 | 66 | 117 | 0 | 110 | 30 | 175 | 101 | 56 |
| Binary | 101001 | 11000001 | 110110 | 1001111 | 0 | 1001000 | 11000 | 1111101 | 1000001 | 101110 |
Color Harmonies of #29C136
Complementary color
Monochromatic Colors of #29C136
Black with #29C136
Text Example
Text Example
White with #29C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C136; }
p { color: rgb(41,193,54); }
H1.HeaderClassName
{
color: #29C136;
}
.AnyTagClassName
{
color: #29C136;
}
</style>
background-color css
<style>
a { background-color: #29C136; }
a { background-color: rgb(41,193,54); }
div.DivClassName
{
background-color: #29C136;
}
.BgClassName
{
background-color: #29C136;
}
</style>
border-color css
<style>
span { border-color: #29C136; }
span { border-color: rgb(41,193,54); }
td.TdClassName
{
border-color: #29C136;
}
.TagClassName
{
border-color: #29C136;
}
</style>