Shades of Lime Green #29DD3E
Tints of Lime Green #29DD3E
RGB
CMYK
RGB Variations
Color information
#29DD3E (or 0x29DD3E) is known color: Lime Green. HEX triplet: 29, DD and 3E. RGB value is (41,221,62). Sum of RGB (Red+Green+Blue) = 41+221+62=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 221 (86.72% from 255 or 68.21% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 221 - color contains mainly: green. Hex color #29DD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DD3E is #D622C1. Grayscale: #959595. Windows color (decimal): -14033602 or 4119849. OLE color: 4119849.
HSL color Cylindrical-coordinate representation of color #29DD3E: hue angle of 127º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DD3E is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 221 | 62 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.13 |
| HSL | 127º | 0.73% | 0.51% | - |
| HSV(B) | 127º | 0.81% | 0.87% | - |
| XYZ | 27.64 | 52.53 | 13.24 | - |
| YUV | 149.05 | 78.87 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 221 | 62 | 0.81 | 0 | 0.72 | 0.13 | 127 | 0.73 | 0.51 |
| Hex | 29 | DD | 3E | 51 | 0 | 48 | D | 7F | 49 | 33 |
| Octal | 51 | 335 | 76 | 121 | 0 | 110 | 15 | 177 | 111 | 63 |
| Binary | 101001 | 11011101 | 111110 | 1010001 | 0 | 1001000 | 1101 | 1111111 | 1001001 | 110011 |
Color Harmonies of #29DD3E
Complementary color
Monochromatic Colors of #29DD3E
Black with #29DD3E
Text Example
Text Example
White with #29DD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DD3E; }
p { color: rgb(41,221,62); }
H1.HeaderClassName
{
color: #29DD3E;
}
.AnyTagClassName
{
color: #29DD3E;
}
</style>
background-color css
<style>
a { background-color: #29DD3E; }
a { background-color: rgb(41,221,62); }
div.DivClassName
{
background-color: #29DD3E;
}
.BgClassName
{
background-color: #29DD3E;
}
</style>
border-color css
<style>
span { border-color: #29DD3E; }
span { border-color: rgb(41,221,62); }
td.TdClassName
{
border-color: #29DD3E;
}
.TagClassName
{
border-color: #29DD3E;
}
</style>