Shades of Lime Green #29C246
Tints of Lime Green #29C246
RGB
CMYK
RGB Variations
Color information
#29C246 (or 0x29C246) is known color: Lime Green. HEX triplet: 29, C2 and 46. RGB value is (41,194,70). Sum of RGB (Red+Green+Blue) = 41+194+70=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 194 (76.17% from 255 or 63.61% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 194 - color contains mainly: green. Hex color #29C246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C246 is #D63DB9. Grayscale: #868686. Windows color (decimal): -14040506 or 4637225. OLE color: 4637225.
HSL color Cylindrical-coordinate representation of color #29C246: hue angle of 131.37º 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 #29C246 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 194 | 70 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.24 |
| HSL | 131.37º | 0.65% | 0.46% | - |
| HSV(B) | 131.37º | 0.79% | 0.76% | - |
| XYZ | 21.31 | 39.5 | 12.29 | - |
| YUV | 134.12 | 91.81 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 194 | 70 | 0.79 | 0 | 0.64 | 0.24 | 131.37 | 0.65 | 0.46 |
| Hex | 29 | C2 | 46 | 4F | 0 | 40 | 18 | 83 | 41 | 2E |
| Octal | 51 | 302 | 106 | 117 | 0 | 100 | 30 | 203 | 101 | 56 |
| Binary | 101001 | 11000010 | 1000110 | 1001111 | 0 | 1000000 | 11000 | 10000011 | 1000001 | 101110 |
Color Harmonies of #29C246
Complementary color
Monochromatic Colors of #29C246
Black with #29C246
Text Example
Text Example
White with #29C246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C246; }
p { color: rgb(41,194,70); }
H1.HeaderClassName
{
color: #29C246;
}
.AnyTagClassName
{
color: #29C246;
}
</style>
background-color css
<style>
a { background-color: #29C246; }
a { background-color: rgb(41,194,70); }
div.DivClassName
{
background-color: #29C246;
}
.BgClassName
{
background-color: #29C246;
}
</style>
border-color css
<style>
span { border-color: #29C246; }
span { border-color: rgb(41,194,70); }
td.TdClassName
{
border-color: #29C246;
}
.TagClassName
{
border-color: #29C246;
}
</style>