Shades of Lime Green #29B520
Tints of Lime Green #29B520
RGB
CMYK
RGB Variations
Color information
#29B520 (or 0x29B520) is known color: Lime Green. HEX triplet: 29, B5 and 20. RGB value is (41,181,32). Sum of RGB (Red+Green+Blue) = 41+181+32=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 181 (71.09% from 255 or 71.26% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 181 - color contains mainly: green. Hex color #29B520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29B520 is #D64ADF. Grayscale: #7A7A7A. Windows color (decimal): -14043872 or 2143529. OLE color: 2143529.
HSL color Cylindrical-coordinate representation of color #29B520: hue angle of 116.38º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29B520 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 181 | 32 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.29 |
| HSL | 116.38º | 0.7% | 0.42% | - |
| HSV(B) | 116.38º | 0.82% | 0.71% | - |
| XYZ | 17.7 | 33.62 | 6.92 | - |
| YUV | 122.15 | 77.12 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 181 | 32 | 0.77 | 0 | 0.82 | 0.29 | 116.38 | 0.7 | 0.42 |
| Hex | 29 | B5 | 20 | 4D | 0 | 52 | 1D | 74 | 46 | 2A |
| Octal | 51 | 265 | 40 | 115 | 0 | 122 | 35 | 164 | 106 | 52 |
| Binary | 101001 | 10110101 | 100000 | 1001101 | 0 | 1010010 | 11101 | 1110100 | 1000110 | 101010 |
Color Harmonies of #29B520
Complementary color
Monochromatic Colors of #29B520
Black with #29B520
Text Example
Text Example
White with #29B520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B520; }
p { color: rgb(41,181,32); }
H1.HeaderClassName
{
color: #29B520;
}
.AnyTagClassName
{
color: #29B520;
}
</style>
background-color css
<style>
a { background-color: #29B520; }
a { background-color: rgb(41,181,32); }
div.DivClassName
{
background-color: #29B520;
}
.BgClassName
{
background-color: #29B520;
}
</style>
border-color css
<style>
span { border-color: #29B520; }
span { border-color: rgb(41,181,32); }
td.TdClassName
{
border-color: #29B520;
}
.TagClassName
{
border-color: #29B520;
}
</style>