Shades of Lime Green #29C035
Tints of Lime Green #29C035
RGB
CMYK
RGB Variations
Color information
#29C035 (or 0x29C035) is known color: Lime Green. HEX triplet: 29, C0 and 35. RGB value is (41,192,53). Sum of RGB (Red+Green+Blue) = 41+192+53=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #29C035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C035 is #D63FCA. Grayscale: #838383. Windows color (decimal): -14041035 or 3522601. OLE color: 3522601.
HSL color Cylindrical-coordinate representation of color #29C035: hue angle of 124.77º 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 #29C035 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 53 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.25 |
| HSL | 124.77º | 0.65% | 0.46% | - |
| HSV(B) | 124.77º | 0.79% | 0.75% | - |
| XYZ | 20.41 | 38.43 | 9.71 | - |
| YUV | 131.01 | 83.97 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 53 | 0.79 | 0 | 0.72 | 0.25 | 124.77 | 0.65 | 0.46 |
| Hex | 29 | C0 | 35 | 4F | 0 | 48 | 19 | 7D | 41 | 2E |
| Octal | 51 | 300 | 65 | 117 | 0 | 110 | 31 | 175 | 101 | 56 |
| Binary | 101001 | 11000000 | 110101 | 1001111 | 0 | 1001000 | 11001 | 1111101 | 1000001 | 101110 |
Color Harmonies of #29C035
Complementary color
Monochromatic Colors of #29C035
Black with #29C035
Text Example
Text Example
White with #29C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C035; }
p { color: rgb(41,192,53); }
H1.HeaderClassName
{
color: #29C035;
}
.AnyTagClassName
{
color: #29C035;
}
</style>
background-color css
<style>
a { background-color: #29C035; }
a { background-color: rgb(41,192,53); }
div.DivClassName
{
background-color: #29C035;
}
.BgClassName
{
background-color: #29C035;
}
</style>
border-color css
<style>
span { border-color: #29C035; }
span { border-color: rgb(41,192,53); }
td.TdClassName
{
border-color: #29C035;
}
.TagClassName
{
border-color: #29C035;
}
</style>