Shades of Lime Green #29C045
Tints of Lime Green #29C045
RGB
CMYK
RGB Variations
Color information
#29C045 (or 0x29C045) is known color: Lime Green. HEX triplet: 29, C0 and 45. RGB value is (41,192,69). Sum of RGB (Red+Green+Blue) = 41+192+69=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #29C045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C045 is #D63FBA. Grayscale: #858585. Windows color (decimal): -14041019 or 4571177. OLE color: 4571177.
HSL color Cylindrical-coordinate representation of color #29C045: hue angle of 131.13º 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 #29C045 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 69 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.25 |
| HSL | 131.13º | 0.65% | 0.46% | - |
| HSV(B) | 131.13º | 0.79% | 0.75% | - |
| XYZ | 20.84 | 38.6 | 11.98 | - |
| YUV | 132.83 | 91.97 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 69 | 0.79 | 0 | 0.64 | 0.25 | 131.13 | 0.65 | 0.46 |
| Hex | 29 | C0 | 45 | 4F | 0 | 40 | 19 | 83 | 41 | 2E |
| Octal | 51 | 300 | 105 | 117 | 0 | 100 | 31 | 203 | 101 | 56 |
| Binary | 101001 | 11000000 | 1000101 | 1001111 | 0 | 1000000 | 11001 | 10000011 | 1000001 | 101110 |
Color Harmonies of #29C045
Complementary color
Monochromatic Colors of #29C045
Black with #29C045
Text Example
Text Example
White with #29C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C045; }
p { color: rgb(41,192,69); }
H1.HeaderClassName
{
color: #29C045;
}
.AnyTagClassName
{
color: #29C045;
}
</style>
background-color css
<style>
a { background-color: #29C045; }
a { background-color: rgb(41,192,69); }
div.DivClassName
{
background-color: #29C045;
}
.BgClassName
{
background-color: #29C045;
}
</style>
border-color css
<style>
span { border-color: #29C045; }
span { border-color: rgb(41,192,69); }
td.TdClassName
{
border-color: #29C045;
}
.TagClassName
{
border-color: #29C045;
}
</style>