Shades of Lime Green #29DC49
Tints of Lime Green #29DC49
RGB
CMYK
RGB Variations
Color information
#29DC49 (or 0x29DC49) is known color: Lime Green. HEX triplet: 29, DC and 49. RGB value is (41,220,73). Sum of RGB (Red+Green+Blue) = 41+220+73=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #29DC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DC49 is #D623B6. Grayscale: #969696. Windows color (decimal): -14033847 or 4840489. OLE color: 4840489.
HSL color Cylindrical-coordinate representation of color #29DC49: hue angle of 130.73º degrees, saturation: 0.72, 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 #29DC49 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 220 | 73 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.14 |
| HSL | 130.73º | 0.72% | 0.51% | - |
| HSV(B) | 130.73º | 0.81% | 0.86% | - |
| XYZ | 27.71 | 52.14 | 14.91 | - |
| YUV | 149.72 | 84.7 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 73 | 0.81 | 0 | 0.67 | 0.14 | 130.73 | 0.72 | 0.51 |
| Hex | 29 | DC | 49 | 51 | 0 | 43 | E | 83 | 48 | 33 |
| Octal | 51 | 334 | 111 | 121 | 0 | 103 | 16 | 203 | 110 | 63 |
| Binary | 101001 | 11011100 | 1001001 | 1010001 | 0 | 1000011 | 1110 | 10000011 | 1001000 | 110011 |
Color Harmonies of #29DC49
Complementary color
Monochromatic Colors of #29DC49
Black with #29DC49
Text Example
Text Example
White with #29DC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DC49; }
p { color: rgb(41,220,73); }
H1.HeaderClassName
{
color: #29DC49;
}
.AnyTagClassName
{
color: #29DC49;
}
</style>
background-color css
<style>
a { background-color: #29DC49; }
a { background-color: rgb(41,220,73); }
div.DivClassName
{
background-color: #29DC49;
}
.BgClassName
{
background-color: #29DC49;
}
</style>
border-color css
<style>
span { border-color: #29DC49; }
span { border-color: rgb(41,220,73); }
td.TdClassName
{
border-color: #29DC49;
}
.TagClassName
{
border-color: #29DC49;
}
</style>