Shades of Lime Green #29D32E
Tints of Lime Green #29D32E
RGB
CMYK
RGB Variations
Color information
#29D32E (or 0x29D32E) is known color: Lime Green. HEX triplet: 29, D3 and 2E. RGB value is (41,211,46). Sum of RGB (Red+Green+Blue) = 41+211+46=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 211 (82.81% from 255 or 70.81% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 211 - color contains mainly: green. Hex color #29D32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D32E is #D62CD1. Grayscale: #8D8D8D. Windows color (decimal): -14036178 or 3068713. OLE color: 3068713.
HSL color Cylindrical-coordinate representation of color #29D32E: hue angle of 121.76º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D32E is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 211 | 46 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.17 |
| HSL | 121.76º | 0.67% | 0.49% | - |
| HSV(B) | 121.76º | 0.81% | 0.83% | - |
| XYZ | 24.7 | 47.26 | 10.4 | - |
| YUV | 141.36 | 74.18 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 211 | 46 | 0.81 | 0 | 0.78 | 0.17 | 121.76 | 0.67 | 0.49 |
| Hex | 29 | D3 | 2E | 51 | 0 | 4E | 11 | 7A | 43 | 31 |
| Octal | 51 | 323 | 56 | 121 | 0 | 116 | 21 | 172 | 103 | 61 |
| Binary | 101001 | 11010011 | 101110 | 1010001 | 0 | 1001110 | 10001 | 1111010 | 1000011 | 110001 |
Color Harmonies of #29D32E
Complementary color
Monochromatic Colors of #29D32E
Black with #29D32E
Text Example
Text Example
White with #29D32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D32E; }
p { color: rgb(41,211,46); }
H1.HeaderClassName
{
color: #29D32E;
}
.AnyTagClassName
{
color: #29D32E;
}
</style>
background-color css
<style>
a { background-color: #29D32E; }
a { background-color: rgb(41,211,46); }
div.DivClassName
{
background-color: #29D32E;
}
.BgClassName
{
background-color: #29D32E;
}
</style>
border-color css
<style>
span { border-color: #29D32E; }
span { border-color: rgb(41,211,46); }
td.TdClassName
{
border-color: #29D32E;
}
.TagClassName
{
border-color: #29D32E;
}
</style>