Shades of Lime Green #29DF12
Tints of Lime Green #29DF12
RGB
CMYK
RGB Variations
Color information
#29DF12 (or 0x29DF12) is known color: Lime Green. HEX triplet: 29, DF and 12. RGB value is (41,223,18). Sum of RGB (Red+Green+Blue) = 41+223+18=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 223 (87.5% from 255 or 79.08% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 223 - color contains mainly: green. Hex color #29DF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29DF12 is #D620ED. Grayscale: #919191. Windows color (decimal): -14033134 or 1236777. OLE color: 1236777.
HSL color Cylindrical-coordinate representation of color #29DF12: hue angle of 113.27º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #29DF12 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 223 | 18 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.13 |
| HSL | 113.27º | 0.85% | 0.47% | - |
| HSV(B) | 113.27º | 0.92% | 0.87% | - |
| XYZ | 27.41 | 53.29 | 9.41 | - |
| YUV | 145.21 | 56.2 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 223 | 18 | 0.82 | 0 | 0.92 | 0.13 | 113.27 | 0.85 | 0.47 |
| Hex | 29 | DF | 12 | 52 | 0 | 5C | D | 71 | 55 | 2F |
| Octal | 51 | 337 | 22 | 122 | 0 | 134 | 15 | 161 | 125 | 57 |
| Binary | 101001 | 11011111 | 10010 | 1010010 | 0 | 1011100 | 1101 | 1110001 | 1010101 | 101111 |
Color Harmonies of #29DF12
Complementary color
Monochromatic Colors of #29DF12
Black with #29DF12
Text Example
Text Example
White with #29DF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DF12; }
p { color: rgb(41,223,18); }
H1.HeaderClassName
{
color: #29DF12;
}
.AnyTagClassName
{
color: #29DF12;
}
</style>
background-color css
<style>
a { background-color: #29DF12; }
a { background-color: rgb(41,223,18); }
div.DivClassName
{
background-color: #29DF12;
}
.BgClassName
{
background-color: #29DF12;
}
</style>
border-color css
<style>
span { border-color: #29DF12; }
span { border-color: rgb(41,223,18); }
td.TdClassName
{
border-color: #29DF12;
}
.TagClassName
{
border-color: #29DF12;
}
</style>