Shades of Lime Green #29DA0B
Tints of Lime Green #29DA0B
RGB
CMYK
RGB Variations
Color information
#29DA0B (or 0x29DA0B) is known color: Lime Green. HEX triplet: 29, DA and 0B. RGB value is (41,218,11). Sum of RGB (Red+Green+Blue) = 41+218+11=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 218 (85.55% from 255 or 80.74% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 218 - color contains mainly: green. Hex color #29DA0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29DA0B is #D625F4. Grayscale: #8E8E8E. Windows color (decimal): -14034421 or 776745. OLE color: 776745.
HSL color Cylindrical-coordinate representation of color #29DA0B: hue angle of 111.3º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29DA0B is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 218 | 11 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.15 |
| HSL | 111.3º | 0.9% | 0.45% | - |
| HSV(B) | 111.3º | 0.95% | 0.85% | - |
| XYZ | 26.05 | 50.64 | 8.72 | - |
| YUV | 141.48 | 54.36 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 218 | 11 | 0.81 | 0 | 0.95 | 0.15 | 111.3 | 0.9 | 0.45 |
| Hex | 29 | DA | B | 51 | 0 | 5F | F | 6F | 5A | 2D |
| Octal | 51 | 332 | 13 | 121 | 0 | 137 | 17 | 157 | 132 | 55 |
| Binary | 101001 | 11011010 | 1011 | 1010001 | 0 | 1011111 | 1111 | 1101111 | 1011010 | 101101 |
Color Harmonies of #29DA0B
Complementary color
Monochromatic Colors of #29DA0B
Black with #29DA0B
Text Example
Text Example
White with #29DA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DA0B; }
p { color: rgb(41,218,11); }
H1.HeaderClassName
{
color: #29DA0B;
}
.AnyTagClassName
{
color: #29DA0B;
}
</style>
background-color css
<style>
a { background-color: #29DA0B; }
a { background-color: rgb(41,218,11); }
div.DivClassName
{
background-color: #29DA0B;
}
.BgClassName
{
background-color: #29DA0B;
}
</style>
border-color css
<style>
span { border-color: #29DA0B; }
span { border-color: rgb(41,218,11); }
td.TdClassName
{
border-color: #29DA0B;
}
.TagClassName
{
border-color: #29DA0B;
}
</style>