Shades of Lime Green #29D640
Tints of Lime Green #29D640
RGB
CMYK
RGB Variations
Color information
#29D640 (or 0x29D640) is known color: Lime Green. HEX triplet: 29, D6 and 40. RGB value is (41,214,64). Sum of RGB (Red+Green+Blue) = 41+214+64=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 214 (83.98% from 255 or 67.08% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 214 - color contains mainly: green. Hex color #29D640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D640 is #D629BF. Grayscale: #919191. Windows color (decimal): -14035392 or 4249129. OLE color: 4249129.
HSL color Cylindrical-coordinate representation of color #29D640: hue angle of 127.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D640 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 214 | 64 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.16 |
| HSL | 127.98º | 0.68% | 0.5% | - |
| HSV(B) | 127.98º | 0.81% | 0.84% | - |
| XYZ | 25.89 | 48.93 | 12.93 | - |
| YUV | 145.17 | 82.19 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 214 | 64 | 0.81 | 0 | 0.70 | 0.16 | 127.98 | 0.68 | 0.5 |
| Hex | 29 | D6 | 40 | 51 | 0 | 46 | 10 | 80 | 44 | 32 |
| Octal | 51 | 326 | 100 | 121 | 0 | 106 | 20 | 200 | 104 | 62 |
| Binary | 101001 | 11010110 | 1000000 | 1010001 | 0 | 1000110 | 10000 | 10000000 | 1000100 | 110010 |
Color Harmonies of #29D640
Complementary color
Monochromatic Colors of #29D640
Black with #29D640
Text Example
Text Example
White with #29D640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D640; }
p { color: rgb(41,214,64); }
H1.HeaderClassName
{
color: #29D640;
}
.AnyTagClassName
{
color: #29D640;
}
</style>
background-color css
<style>
a { background-color: #29D640; }
a { background-color: rgb(41,214,64); }
div.DivClassName
{
background-color: #29D640;
}
.BgClassName
{
background-color: #29D640;
}
</style>
border-color css
<style>
span { border-color: #29D640; }
span { border-color: rgb(41,214,64); }
td.TdClassName
{
border-color: #29D640;
}
.TagClassName
{
border-color: #29D640;
}
</style>