Shades of Lime Green #29DA0F
Tints of Lime Green #29DA0F
RGB
CMYK
RGB Variations
Color information
#29DA0F (or 0x29DA0F) is known color: Lime Green. HEX triplet: 29, DA and 0F. RGB value is (41,218,15). Sum of RGB (Red+Green+Blue) = 41+218+15=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 218 (85.55% from 255 or 79.56% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 218 - color contains mainly: green. Hex color #29DA0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29DA0F is #D625F0. Grayscale: #8E8E8E. Windows color (decimal): -14034417 or 1038889. OLE color: 1038889.
HSL color Cylindrical-coordinate representation of color #29DA0F: hue angle of 112.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29DA0F is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 218 | 15 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.15 |
| HSL | 112.32º | 0.87% | 0.46% | - |
| HSV(B) | 112.32º | 0.93% | 0.85% | - |
| XYZ | 26.07 | 50.65 | 8.85 | - |
| YUV | 141.94 | 56.36 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 218 | 15 | 0.81 | 0 | 0.93 | 0.15 | 112.32 | 0.87 | 0.46 |
| Hex | 29 | DA | F | 51 | 0 | 5D | F | 70 | 57 | 2E |
| Octal | 51 | 332 | 17 | 121 | 0 | 135 | 17 | 160 | 127 | 56 |
| Binary | 101001 | 11011010 | 1111 | 1010001 | 0 | 1011101 | 1111 | 1110000 | 1010111 | 101110 |
Color Harmonies of #29DA0F
Complementary color
Monochromatic Colors of #29DA0F
Black with #29DA0F
Text Example
Text Example
White with #29DA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DA0F; }
p { color: rgb(41,218,15); }
H1.HeaderClassName
{
color: #29DA0F;
}
.AnyTagClassName
{
color: #29DA0F;
}
</style>
background-color css
<style>
a { background-color: #29DA0F; }
a { background-color: rgb(41,218,15); }
div.DivClassName
{
background-color: #29DA0F;
}
.BgClassName
{
background-color: #29DA0F;
}
</style>
border-color css
<style>
span { border-color: #29DA0F; }
span { border-color: rgb(41,218,15); }
td.TdClassName
{
border-color: #29DA0F;
}
.TagClassName
{
border-color: #29DA0F;
}
</style>