Shades of Lime Green #29D213
Tints of Lime Green #29D213
RGB
CMYK
RGB Variations
Color information
#29D213 (or 0x29D213) is known color: Lime Green. HEX triplet: 29, D2 and 13. RGB value is (41,210,19). Sum of RGB (Red+Green+Blue) = 41+210+19=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 210 (82.42% from 255 or 77.78% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 210 - color contains mainly: green. Hex color #29D213 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D213 is #D62DEC. Grayscale: #8A8A8A. Windows color (decimal): -14036461 or 1298985. OLE color: 1298985.
HSL color Cylindrical-coordinate representation of color #29D213: hue angle of 113.09º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #29D213 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 210 | 19 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.18 |
| HSL | 113.09º | 0.83% | 0.45% | - |
| HSV(B) | 113.09º | 0.91% | 0.82% | - |
| XYZ | 24.08 | 46.61 | 8.34 | - |
| YUV | 137.7 | 61.01 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 210 | 19 | 0.80 | 0 | 0.91 | 0.18 | 113.09 | 0.83 | 0.45 |
| Hex | 29 | D2 | 13 | 50 | 0 | 5B | 12 | 71 | 53 | 2D |
| Octal | 51 | 322 | 23 | 120 | 0 | 133 | 22 | 161 | 123 | 55 |
| Binary | 101001 | 11010010 | 10011 | 1010000 | 0 | 1011011 | 10010 | 1110001 | 1010011 | 101101 |
Color Harmonies of #29D213
Complementary color
Monochromatic Colors of #29D213
Black with #29D213
Text Example
Text Example
White with #29D213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D213; }
p { color: rgb(41,210,19); }
H1.HeaderClassName
{
color: #29D213;
}
.AnyTagClassName
{
color: #29D213;
}
</style>
background-color css
<style>
a { background-color: #29D213; }
a { background-color: rgb(41,210,19); }
div.DivClassName
{
background-color: #29D213;
}
.BgClassName
{
background-color: #29D213;
}
</style>
border-color css
<style>
span { border-color: #29D213; }
span { border-color: rgb(41,210,19); }
td.TdClassName
{
border-color: #29D213;
}
.TagClassName
{
border-color: #29D213;
}
</style>