Shades of Lime Green #29D70C
Tints of Lime Green #29D70C
RGB
CMYK
RGB Variations
Color information
#29D70C (or 0x29D70C) is known color: Lime Green. HEX triplet: 29, D7 and 0C. RGB value is (41,215,12). Sum of RGB (Red+Green+Blue) = 41+215+12=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 215 (84.38% from 255 or 80.22% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 215 - color contains mainly: green. Hex color #29D70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D70C is #D628F3. Grayscale: #8C8C8C. Windows color (decimal): -14035188 or 841513. OLE color: 841513.
HSL color Cylindrical-coordinate representation of color #29D70C: hue angle of 111.43º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29D70C is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 215 | 12 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.16 |
| HSL | 111.43º | 0.89% | 0.45% | - |
| HSV(B) | 111.43º | 0.94% | 0.84% | - |
| XYZ | 25.28 | 49.1 | 8.49 | - |
| YUV | 139.83 | 55.85 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 215 | 12 | 0.81 | 0 | 0.94 | 0.16 | 111.43 | 0.89 | 0.45 |
| Hex | 29 | D7 | C | 51 | 0 | 5E | 10 | 6F | 59 | 2D |
| Octal | 51 | 327 | 14 | 121 | 0 | 136 | 20 | 157 | 131 | 55 |
| Binary | 101001 | 11010111 | 1100 | 1010001 | 0 | 1011110 | 10000 | 1101111 | 1011001 | 101101 |
Color Harmonies of #29D70C
Complementary color
Monochromatic Colors of #29D70C
Black with #29D70C
Text Example
Text Example
White with #29D70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D70C; }
p { color: rgb(41,215,12); }
H1.HeaderClassName
{
color: #29D70C;
}
.AnyTagClassName
{
color: #29D70C;
}
</style>
background-color css
<style>
a { background-color: #29D70C; }
a { background-color: rgb(41,215,12); }
div.DivClassName
{
background-color: #29D70C;
}
.BgClassName
{
background-color: #29D70C;
}
</style>
border-color css
<style>
span { border-color: #29D70C; }
span { border-color: rgb(41,215,12); }
td.TdClassName
{
border-color: #29D70C;
}
.TagClassName
{
border-color: #29D70C;
}
</style>