Shades of Lime Green #29BD32
Tints of Lime Green #29BD32
RGB
CMYK
RGB Variations
Color information
#29BD32 (or 0x29BD32) is known color: Lime Green. HEX triplet: 29, BD and 32. RGB value is (41,189,50). Sum of RGB (Red+Green+Blue) = 41+189+50=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 189 (74.22% from 255 or 67.5% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 189 - color contains mainly: green. Hex color #29BD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BD32 is #D642CD. Grayscale: #818181. Windows color (decimal): -14041806 or 3325225. OLE color: 3325225.
HSL color Cylindrical-coordinate representation of color #29BD32: hue angle of 123.65º 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 #29BD32 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 189 | 50 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.26 |
| HSL | 123.65º | 0.64% | 0.45% | - |
| HSV(B) | 123.65º | 0.78% | 0.74% | - |
| XYZ | 19.69 | 37.1 | 9.14 | - |
| YUV | 128.9 | 83.47 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 189 | 50 | 0.78 | 0 | 0.74 | 0.26 | 123.65 | 0.64 | 0.45 |
| Hex | 29 | BD | 32 | 4E | 0 | 4A | 1A | 7C | 40 | 2D |
| Octal | 51 | 275 | 62 | 116 | 0 | 112 | 32 | 174 | 100 | 55 |
| Binary | 101001 | 10111101 | 110010 | 1001110 | 0 | 1001010 | 11010 | 1111100 | 1000000 | 101101 |
Color Harmonies of #29BD32
Complementary color
Monochromatic Colors of #29BD32
Black with #29BD32
Text Example
Text Example
White with #29BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BD32; }
p { color: rgb(41,189,50); }
H1.HeaderClassName
{
color: #29BD32;
}
.AnyTagClassName
{
color: #29BD32;
}
</style>
background-color css
<style>
a { background-color: #29BD32; }
a { background-color: rgb(41,189,50); }
div.DivClassName
{
background-color: #29BD32;
}
.BgClassName
{
background-color: #29BD32;
}
</style>
border-color css
<style>
span { border-color: #29BD32; }
span { border-color: rgb(41,189,50); }
td.TdClassName
{
border-color: #29BD32;
}
.TagClassName
{
border-color: #29BD32;
}
</style>