Shades of Lime Green #29AF32
Tints of Lime Green #29AF32
RGB
CMYK
RGB Variations
Color information
#29AF32 (or 0x29AF32) is known color: Lime Green. HEX triplet: 29, AF and 32. RGB value is (41,175,50). Sum of RGB (Red+Green+Blue) = 41+175+50=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 175 (68.75% from 255 or 65.79% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 175 - color contains mainly: green. Hex color #29AF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AF32 is #D650CD. Grayscale: #797979. Windows color (decimal): -14045390 or 3321641. OLE color: 3321641.
HSL color Cylindrical-coordinate representation of color #29AF32: hue angle of 124.03º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29AF32 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 175 | 50 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.31 |
| HSL | 124.03º | 0.62% | 0.42% | - |
| HSV(B) | 124.03º | 0.77% | 0.69% | - |
| XYZ | 16.82 | 31.36 | 8.18 | - |
| YUV | 120.68 | 88.11 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 175 | 50 | 0.77 | 0 | 0.71 | 0.31 | 124.03 | 0.62 | 0.42 |
| Hex | 29 | AF | 32 | 4D | 0 | 47 | 1F | 7C | 3E | 2A |
| Octal | 51 | 257 | 62 | 115 | 0 | 107 | 37 | 174 | 76 | 52 |
| Binary | 101001 | 10101111 | 110010 | 1001101 | 0 | 1000111 | 11111 | 1111100 | 111110 | 101010 |
Color Harmonies of #29AF32
Complementary color
Monochromatic Colors of #29AF32
Black with #29AF32
Text Example
Text Example
White with #29AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AF32; }
p { color: rgb(41,175,50); }
H1.HeaderClassName
{
color: #29AF32;
}
.AnyTagClassName
{
color: #29AF32;
}
</style>
background-color css
<style>
a { background-color: #29AF32; }
a { background-color: rgb(41,175,50); }
div.DivClassName
{
background-color: #29AF32;
}
.BgClassName
{
background-color: #29AF32;
}
</style>
border-color css
<style>
span { border-color: #29AF32; }
span { border-color: rgb(41,175,50); }
td.TdClassName
{
border-color: #29AF32;
}
.TagClassName
{
border-color: #29AF32;
}
</style>