Shades of Lime Green #29DA3C
Tints of Lime Green #29DA3C
RGB
CMYK
RGB Variations
Color information
#29DA3C (or 0x29DA3C) is known color: Lime Green. HEX triplet: 29, DA and 3C. RGB value is (41,218,60). Sum of RGB (Red+Green+Blue) = 41+218+60=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 218 (85.55% from 255 or 68.34% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 218 - color contains mainly: green. Hex color #29DA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DA3C is #D625C3. Grayscale: #939393. Windows color (decimal): -14034372 or 3988009. OLE color: 3988009.
HSL color Cylindrical-coordinate representation of color #29DA3C: hue angle of 126.44º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DA3C is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 218 | 60 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.15 |
| HSL | 126.44º | 0.71% | 0.51% | - |
| HSV(B) | 126.44º | 0.81% | 0.85% | - |
| XYZ | 26.8 | 50.94 | 12.69 | - |
| YUV | 147.07 | 78.86 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 218 | 60 | 0.81 | 0 | 0.72 | 0.15 | 126.44 | 0.71 | 0.51 |
| Hex | 29 | DA | 3C | 51 | 0 | 48 | F | 7E | 47 | 33 |
| Octal | 51 | 332 | 74 | 121 | 0 | 110 | 17 | 176 | 107 | 63 |
| Binary | 101001 | 11011010 | 111100 | 1010001 | 0 | 1001000 | 1111 | 1111110 | 1000111 | 110011 |
Color Harmonies of #29DA3C
Complementary color
Monochromatic Colors of #29DA3C
Black with #29DA3C
Text Example
Text Example
White with #29DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DA3C; }
p { color: rgb(41,218,60); }
H1.HeaderClassName
{
color: #29DA3C;
}
.AnyTagClassName
{
color: #29DA3C;
}
</style>
background-color css
<style>
a { background-color: #29DA3C; }
a { background-color: rgb(41,218,60); }
div.DivClassName
{
background-color: #29DA3C;
}
.BgClassName
{
background-color: #29DA3C;
}
</style>
border-color css
<style>
span { border-color: #29DA3C; }
span { border-color: rgb(41,218,60); }
td.TdClassName
{
border-color: #29DA3C;
}
.TagClassName
{
border-color: #29DA3C;
}
</style>