Shades of Lime Green #29D712
Tints of Lime Green #29D712
RGB
CMYK
RGB Variations
Color information
#29D712 (or 0x29D712) is known color: Lime Green. HEX triplet: 29, D7 and 12. RGB value is (41,215,18). Sum of RGB (Red+Green+Blue) = 41+215+18=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 215 (84.38% from 255 or 78.47% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 215 - color contains mainly: green. Hex color #29D712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D712 is #D628ED. Grayscale: #8D8D8D. Windows color (decimal): -14035182 or 1234729. OLE color: 1234729.
HSL color Cylindrical-coordinate representation of color #29D712: hue angle of 112.99º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #29D712 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 215 | 18 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.16 |
| HSL | 112.99º | 0.85% | 0.46% | - |
| HSV(B) | 112.99º | 0.92% | 0.84% | - |
| XYZ | 25.32 | 49.12 | 8.72 | - |
| YUV | 140.52 | 58.85 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 215 | 18 | 0.81 | 0 | 0.92 | 0.16 | 112.99 | 0.85 | 0.46 |
| Hex | 29 | D7 | 12 | 51 | 0 | 5C | 10 | 71 | 55 | 2E |
| Octal | 51 | 327 | 22 | 121 | 0 | 134 | 20 | 161 | 125 | 56 |
| Binary | 101001 | 11010111 | 10010 | 1010001 | 0 | 1011100 | 10000 | 1110001 | 1010101 | 101110 |
Color Harmonies of #29D712
Complementary color
Monochromatic Colors of #29D712
Black with #29D712
Text Example
Text Example
White with #29D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D712; }
p { color: rgb(41,215,18); }
H1.HeaderClassName
{
color: #29D712;
}
.AnyTagClassName
{
color: #29D712;
}
</style>
background-color css
<style>
a { background-color: #29D712; }
a { background-color: rgb(41,215,18); }
div.DivClassName
{
background-color: #29D712;
}
.BgClassName
{
background-color: #29D712;
}
</style>
border-color css
<style>
span { border-color: #29D712; }
span { border-color: rgb(41,215,18); }
td.TdClassName
{
border-color: #29D712;
}
.TagClassName
{
border-color: #29D712;
}
</style>