Shades of Lime Green #29BB40
Tints of Lime Green #29BB40
RGB
CMYK
RGB Variations
Color information
#29BB40 (or 0x29BB40) is known color: Lime Green. HEX triplet: 29, BB and 40. RGB value is (41,187,64). Sum of RGB (Red+Green+Blue) = 41+187+64=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 187 (73.44% from 255 or 64.04% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 187 - color contains mainly: green. Hex color #29BB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BB40 is #D644BF. Grayscale: #818181. Windows color (decimal): -14042304 or 4242217. OLE color: 4242217.
HSL color Cylindrical-coordinate representation of color #29BB40: hue angle of 129.45º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BB40 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 187 | 64 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.27 |
| HSL | 129.45º | 0.64% | 0.45% | - |
| HSV(B) | 129.45º | 0.78% | 0.73% | - |
| XYZ | 19.61 | 36.38 | 10.84 | - |
| YUV | 129.32 | 91.13 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 187 | 64 | 0.78 | 0 | 0.66 | 0.27 | 129.45 | 0.64 | 0.45 |
| Hex | 29 | BB | 40 | 4E | 0 | 42 | 1B | 81 | 40 | 2D |
| Octal | 51 | 273 | 100 | 116 | 0 | 102 | 33 | 201 | 100 | 55 |
| Binary | 101001 | 10111011 | 1000000 | 1001110 | 0 | 1000010 | 11011 | 10000001 | 1000000 | 101101 |
Color Harmonies of #29BB40
Complementary color
Monochromatic Colors of #29BB40
Black with #29BB40
Text Example
Text Example
White with #29BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BB40; }
p { color: rgb(41,187,64); }
H1.HeaderClassName
{
color: #29BB40;
}
.AnyTagClassName
{
color: #29BB40;
}
</style>
background-color css
<style>
a { background-color: #29BB40; }
a { background-color: rgb(41,187,64); }
div.DivClassName
{
background-color: #29BB40;
}
.BgClassName
{
background-color: #29BB40;
}
</style>
border-color css
<style>
span { border-color: #29BB40; }
span { border-color: rgb(41,187,64); }
td.TdClassName
{
border-color: #29BB40;
}
.TagClassName
{
border-color: #29BB40;
}
</style>