Shades of Lime Green #29B334
Tints of Lime Green #29B334
RGB
CMYK
RGB Variations
Color information
#29B334 (or 0x29B334) is known color: Lime Green. HEX triplet: 29, B3 and 34. RGB value is (41,179,52). Sum of RGB (Red+Green+Blue) = 41+179+52=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 179 (70.31% from 255 or 65.81% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 179 - color contains mainly: green. Hex color #29B334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29B334 is #D64CCB. Grayscale: #7B7B7B. Windows color (decimal): -14044364 or 3453737. OLE color: 3453737.
HSL color Cylindrical-coordinate representation of color #29B334: hue angle of 124.78º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B334 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 179 | 52 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.30 |
| HSL | 124.78º | 0.63% | 0.43% | - |
| HSV(B) | 124.78º | 0.77% | 0.7% | - |
| XYZ | 17.65 | 32.96 | 8.68 | - |
| YUV | 123.26 | 87.78 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 179 | 52 | 0.77 | 0 | 0.71 | 0.30 | 124.78 | 0.63 | 0.43 |
| Hex | 29 | B3 | 34 | 4D | 0 | 47 | 1E | 7D | 3F | 2B |
| Octal | 51 | 263 | 64 | 115 | 0 | 107 | 36 | 175 | 77 | 53 |
| Binary | 101001 | 10110011 | 110100 | 1001101 | 0 | 1000111 | 11110 | 1111101 | 111111 | 101011 |
Color Harmonies of #29B334
Complementary color
Monochromatic Colors of #29B334
Black with #29B334
Text Example
Text Example
White with #29B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B334; }
p { color: rgb(41,179,52); }
H1.HeaderClassName
{
color: #29B334;
}
.AnyTagClassName
{
color: #29B334;
}
</style>
background-color css
<style>
a { background-color: #29B334; }
a { background-color: rgb(41,179,52); }
div.DivClassName
{
background-color: #29B334;
}
.BgClassName
{
background-color: #29B334;
}
</style>
border-color css
<style>
span { border-color: #29B334; }
span { border-color: rgb(41,179,52); }
td.TdClassName
{
border-color: #29B334;
}
.TagClassName
{
border-color: #29B334;
}
</style>