Shades of Lime Green #29B328
Tints of Lime Green #29B328
RGB
CMYK
RGB Variations
Color information
#29B328 (or 0x29B328) is known color: Lime Green. HEX triplet: 29, B3 and 28. RGB value is (41,179,40). Sum of RGB (Red+Green+Blue) = 41+179+40=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 179 (70.31% from 255 or 68.85% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 179 - color contains mainly: green. Hex color #29B328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29B328 is #D64CD7. Grayscale: #7A7A7A. Windows color (decimal): -14044376 or 2667305. OLE color: 2667305.
HSL color Cylindrical-coordinate representation of color #29B328: hue angle of 119.57º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29B328 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 179 | 40 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.30 |
| HSL | 119.57º | 0.63% | 0.43% | - |
| HSV(B) | 119.57º | 0.78% | 0.7% | - |
| XYZ | 17.42 | 32.86 | 7.43 | - |
| YUV | 121.89 | 81.78 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 179 | 40 | 0.77 | 0 | 0.78 | 0.30 | 119.57 | 0.63 | 0.43 |
| Hex | 29 | B3 | 28 | 4D | 0 | 4E | 1E | 78 | 3F | 2B |
| Octal | 51 | 263 | 50 | 115 | 0 | 116 | 36 | 170 | 77 | 53 |
| Binary | 101001 | 10110011 | 101000 | 1001101 | 0 | 1001110 | 11110 | 1111000 | 111111 | 101011 |
Color Harmonies of #29B328
Complementary color
Monochromatic Colors of #29B328
Black with #29B328
Text Example
Text Example
White with #29B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B328; }
p { color: rgb(41,179,40); }
H1.HeaderClassName
{
color: #29B328;
}
.AnyTagClassName
{
color: #29B328;
}
</style>
background-color css
<style>
a { background-color: #29B328; }
a { background-color: rgb(41,179,40); }
div.DivClassName
{
background-color: #29B328;
}
.BgClassName
{
background-color: #29B328;
}
</style>
border-color css
<style>
span { border-color: #29B328; }
span { border-color: rgb(41,179,40); }
td.TdClassName
{
border-color: #29B328;
}
.TagClassName
{
border-color: #29B328;
}
</style>