Shades of Lime Green #29D612
Tints of Lime Green #29D612
RGB
CMYK
RGB Variations
Color information
#29D612 (or 0x29D612) is known color: Lime Green. HEX triplet: 29, D6 and 12. RGB value is (41,214,18). Sum of RGB (Red+Green+Blue) = 41+214+18=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 214 (83.98% from 255 or 78.39% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 214 - color contains mainly: green. Hex color #29D612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D612 is #D629ED. Grayscale: #8C8C8C. Windows color (decimal): -14035438 or 1234473. OLE color: 1234473.
HSL color Cylindrical-coordinate representation of color #29D612: hue angle of 112.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #29D612 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 214 | 18 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.16 |
| HSL | 112.96º | 0.84% | 0.45% | - |
| HSV(B) | 112.96º | 0.92% | 0.84% | - |
| XYZ | 25.07 | 48.61 | 8.63 | - |
| YUV | 139.93 | 59.19 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 214 | 18 | 0.81 | 0 | 0.92 | 0.16 | 112.96 | 0.84 | 0.45 |
| Hex | 29 | D6 | 12 | 51 | 0 | 5C | 10 | 71 | 54 | 2D |
| Octal | 51 | 326 | 22 | 121 | 0 | 134 | 20 | 161 | 124 | 55 |
| Binary | 101001 | 11010110 | 10010 | 1010001 | 0 | 1011100 | 10000 | 1110001 | 1010100 | 101101 |
Color Harmonies of #29D612
Complementary color
Monochromatic Colors of #29D612
Black with #29D612
Text Example
Text Example
White with #29D612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D612; }
p { color: rgb(41,214,18); }
H1.HeaderClassName
{
color: #29D612;
}
.AnyTagClassName
{
color: #29D612;
}
</style>
background-color css
<style>
a { background-color: #29D612; }
a { background-color: rgb(41,214,18); }
div.DivClassName
{
background-color: #29D612;
}
.BgClassName
{
background-color: #29D612;
}
</style>
border-color css
<style>
span { border-color: #29D612; }
span { border-color: rgb(41,214,18); }
td.TdClassName
{
border-color: #29D612;
}
.TagClassName
{
border-color: #29D612;
}
</style>