Shades of Lime Green #29DB3B
Tints of Lime Green #29DB3B
RGB
CMYK
RGB Variations
Color information
#29DB3B (or 0x29DB3B) is known color: Lime Green. HEX triplet: 29, DB and 3B. RGB value is (41,219,59). Sum of RGB (Red+Green+Blue) = 41+219+59=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 219 (85.94% from 255 or 68.65% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 219 - color contains mainly: green. Hex color #29DB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DB3B is #D624C4. Grayscale: #949494. Windows color (decimal): -14034117 or 3922729. OLE color: 3922729.
HSL color Cylindrical-coordinate representation of color #29DB3B: hue angle of 126.07º 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 #29DB3B is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 219 | 59 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.14 |
| HSL | 126.07º | 0.71% | 0.51% | - |
| HSV(B) | 126.07º | 0.81% | 0.86% | - |
| XYZ | 27.04 | 51.45 | 12.64 | - |
| YUV | 147.54 | 78.03 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 219 | 59 | 0.81 | 0 | 0.73 | 0.14 | 126.07 | 0.71 | 0.51 |
| Hex | 29 | DB | 3B | 51 | 0 | 49 | E | 7E | 47 | 33 |
| Octal | 51 | 333 | 73 | 121 | 0 | 111 | 16 | 176 | 107 | 63 |
| Binary | 101001 | 11011011 | 111011 | 1010001 | 0 | 1001001 | 1110 | 1111110 | 1000111 | 110011 |
Color Harmonies of #29DB3B
Complementary color
Monochromatic Colors of #29DB3B
Black with #29DB3B
Text Example
Text Example
White with #29DB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DB3B; }
p { color: rgb(41,219,59); }
H1.HeaderClassName
{
color: #29DB3B;
}
.AnyTagClassName
{
color: #29DB3B;
}
</style>
background-color css
<style>
a { background-color: #29DB3B; }
a { background-color: rgb(41,219,59); }
div.DivClassName
{
background-color: #29DB3B;
}
.BgClassName
{
background-color: #29DB3B;
}
</style>
border-color css
<style>
span { border-color: #29DB3B; }
span { border-color: rgb(41,219,59); }
td.TdClassName
{
border-color: #29DB3B;
}
.TagClassName
{
border-color: #29DB3B;
}
</style>