Shades of Lime Green #29BD40
Tints of Lime Green #29BD40
RGB
CMYK
RGB Variations
Color information
#29BD40 (or 0x29BD40) is known color: Lime Green. HEX triplet: 29, BD and 40. RGB value is (41,189,64). Sum of RGB (Red+Green+Blue) = 41+189+64=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #29BD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BD40 is #D642BF. Grayscale: #828282. Windows color (decimal): -14041792 or 4242729. OLE color: 4242729.
HSL color Cylindrical-coordinate representation of color #29BD40: hue angle of 129.32º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BD40 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 189 | 64 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.26 |
| HSL | 129.32º | 0.64% | 0.45% | - |
| HSV(B) | 129.32º | 0.78% | 0.74% | - |
| XYZ | 20.04 | 37.24 | 10.98 | - |
| YUV | 130.5 | 90.47 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 189 | 64 | 0.78 | 0 | 0.66 | 0.26 | 129.32 | 0.64 | 0.45 |
| Hex | 29 | BD | 40 | 4E | 0 | 42 | 1A | 81 | 40 | 2D |
| Octal | 51 | 275 | 100 | 116 | 0 | 102 | 32 | 201 | 100 | 55 |
| Binary | 101001 | 10111101 | 1000000 | 1001110 | 0 | 1000010 | 11010 | 10000001 | 1000000 | 101101 |
Color Harmonies of #29BD40
Complementary color
Monochromatic Colors of #29BD40
Black with #29BD40
Text Example
Text Example
White with #29BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BD40; }
p { color: rgb(41,189,64); }
H1.HeaderClassName
{
color: #29BD40;
}
.AnyTagClassName
{
color: #29BD40;
}
</style>
background-color css
<style>
a { background-color: #29BD40; }
a { background-color: rgb(41,189,64); }
div.DivClassName
{
background-color: #29BD40;
}
.BgClassName
{
background-color: #29BD40;
}
</style>
border-color css
<style>
span { border-color: #29BD40; }
span { border-color: rgb(41,189,64); }
td.TdClassName
{
border-color: #29BD40;
}
.TagClassName
{
border-color: #29BD40;
}
</style>