Shades of Lime Green #29DB3C
Tints of Lime Green #29DB3C
RGB
CMYK
RGB Variations
Color information
#29DB3C (or 0x29DB3C) is known color: Lime Green. HEX triplet: 29, DB and 3C. RGB value is (41,219,60). Sum of RGB (Red+Green+Blue) = 41+219+60=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 219 (85.94% from 255 or 68.44% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 219 - color contains mainly: green. Hex color #29DB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DB3C is #D624C3. Grayscale: #949494. Windows color (decimal): -14034116 or 3988265. OLE color: 3988265.
HSL color Cylindrical-coordinate representation of color #29DB3C: hue angle of 126.4º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DB3C is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 219 | 60 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.14 |
| HSL | 126.4º | 0.71% | 0.51% | - |
| HSV(B) | 126.4º | 0.81% | 0.86% | - |
| XYZ | 27.06 | 51.46 | 12.78 | - |
| YUV | 147.65 | 78.53 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 219 | 60 | 0.81 | 0 | 0.73 | 0.14 | 126.4 | 0.71 | 0.51 |
| Hex | 29 | DB | 3C | 51 | 0 | 49 | E | 7E | 47 | 33 |
| Octal | 51 | 333 | 74 | 121 | 0 | 111 | 16 | 176 | 107 | 63 |
| Binary | 101001 | 11011011 | 111100 | 1010001 | 0 | 1001001 | 1110 | 1111110 | 1000111 | 110011 |
Color Harmonies of #29DB3C
Complementary color
Monochromatic Colors of #29DB3C
Black with #29DB3C
Text Example
Text Example
White with #29DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DB3C; }
p { color: rgb(41,219,60); }
H1.HeaderClassName
{
color: #29DB3C;
}
.AnyTagClassName
{
color: #29DB3C;
}
</style>
background-color css
<style>
a { background-color: #29DB3C; }
a { background-color: rgb(41,219,60); }
div.DivClassName
{
background-color: #29DB3C;
}
.BgClassName
{
background-color: #29DB3C;
}
</style>
border-color css
<style>
span { border-color: #29DB3C; }
span { border-color: rgb(41,219,60); }
td.TdClassName
{
border-color: #29DB3C;
}
.TagClassName
{
border-color: #29DB3C;
}
</style>