Shades of Lime Green #29C22E
Tints of Lime Green #29C22E
RGB
CMYK
RGB Variations
Color information
#29C22E (or 0x29C22E) is known color: Lime Green. HEX triplet: 29, C2 and 2E. RGB value is (41,194,46). Sum of RGB (Red+Green+Blue) = 41+194+46=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 194 (76.17% from 255 or 69.04% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 194 - color contains mainly: green. Hex color #29C22E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C22E is #D63DD1. Grayscale: #838383. Windows color (decimal): -14040530 or 3064361. OLE color: 3064361.
HSL color Cylindrical-coordinate representation of color #29C22E: hue angle of 121.96º 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 #29C22E is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 194 | 46 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.24 |
| HSL | 121.96º | 0.65% | 0.46% | - |
| HSV(B) | 121.96º | 0.79% | 0.76% | - |
| XYZ | 20.7 | 39.25 | 9.07 | - |
| YUV | 131.38 | 79.81 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 194 | 46 | 0.79 | 0 | 0.76 | 0.24 | 121.96 | 0.65 | 0.46 |
| Hex | 29 | C2 | 2E | 4F | 0 | 4C | 18 | 7A | 41 | 2E |
| Octal | 51 | 302 | 56 | 117 | 0 | 114 | 30 | 172 | 101 | 56 |
| Binary | 101001 | 11000010 | 101110 | 1001111 | 0 | 1001100 | 11000 | 1111010 | 1000001 | 101110 |
Color Harmonies of #29C22E
Complementary color
Monochromatic Colors of #29C22E
Black with #29C22E
Text Example
Text Example
White with #29C22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C22E; }
p { color: rgb(41,194,46); }
H1.HeaderClassName
{
color: #29C22E;
}
.AnyTagClassName
{
color: #29C22E;
}
</style>
background-color css
<style>
a { background-color: #29C22E; }
a { background-color: rgb(41,194,46); }
div.DivClassName
{
background-color: #29C22E;
}
.BgClassName
{
background-color: #29C22E;
}
</style>
border-color css
<style>
span { border-color: #29C22E; }
span { border-color: rgb(41,194,46); }
td.TdClassName
{
border-color: #29C22E;
}
.TagClassName
{
border-color: #29C22E;
}
</style>