Shades of Lime Green #29D52A
Tints of Lime Green #29D52A
RGB
CMYK
RGB Variations
Color information
#29D52A (or 0x29D52A) is known color: Lime Green. HEX triplet: 29, D5 and 2A. RGB value is (41,213,42). Sum of RGB (Red+Green+Blue) = 41+213+42=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 213 (83.59% from 255 or 71.96% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 213 - color contains mainly: green. Hex color #29D52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D52A is #D62AD5. Grayscale: #8E8E8E. Windows color (decimal): -14035670 or 2807081. OLE color: 2807081.
HSL color Cylindrical-coordinate representation of color #29D52A: hue angle of 120.35º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D52A is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 213 | 42 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.16 |
| HSL | 120.35º | 0.68% | 0.5% | - |
| HSV(B) | 120.35º | 0.81% | 0.84% | - |
| XYZ | 25.13 | 48.23 | 10.17 | - |
| YUV | 142.08 | 71.52 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 213 | 42 | 0.81 | 0 | 0.80 | 0.16 | 120.35 | 0.68 | 0.5 |
| Hex | 29 | D5 | 2A | 51 | 0 | 50 | 10 | 78 | 44 | 32 |
| Octal | 51 | 325 | 52 | 121 | 0 | 120 | 20 | 170 | 104 | 62 |
| Binary | 101001 | 11010101 | 101010 | 1010001 | 0 | 1010000 | 10000 | 1111000 | 1000100 | 110010 |
Color Harmonies of #29D52A
Complementary color
Monochromatic Colors of #29D52A
Black with #29D52A
Text Example
Text Example
White with #29D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D52A; }
p { color: rgb(41,213,42); }
H1.HeaderClassName
{
color: #29D52A;
}
.AnyTagClassName
{
color: #29D52A;
}
</style>
background-color css
<style>
a { background-color: #29D52A; }
a { background-color: rgb(41,213,42); }
div.DivClassName
{
background-color: #29D52A;
}
.BgClassName
{
background-color: #29D52A;
}
</style>
border-color css
<style>
span { border-color: #29D52A; }
span { border-color: rgb(41,213,42); }
td.TdClassName
{
border-color: #29D52A;
}
.TagClassName
{
border-color: #29D52A;
}
</style>