Shades of Lime Green #49DD32
Tints of Lime Green #49DD32
RGB
CMYK
RGB Variations
Color information
#49DD32 (or 0x49DD32) is known color: Lime Green. HEX triplet: 49, DD and 32. RGB value is (73,221,50). Sum of RGB (Red+Green+Blue) = 73+221+50=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DD32 is #B622CD. Grayscale: #9D9D9D. Windows color (decimal): -11936462 or 3333449. OLE color: 3333449.
HSL color Cylindrical-coordinate representation of color #49DD32: hue angle of 111.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49DD32 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 50 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.13 |
| HSL | 111.93º | 0.72% | 0.53% | - |
| HSV(B) | 111.93º | 0.77% | 0.87% | - |
| XYZ | 29.18 | 53.36 | 11.78 | - |
| YUV | 157.25 | 67.47 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 50 | 0.67 | 0 | 0.77 | 0.13 | 111.93 | 0.72 | 0.53 |
| Hex | 49 | DD | 32 | 43 | 0 | 4D | D | 70 | 48 | 35 |
| Octal | 111 | 335 | 62 | 103 | 0 | 115 | 15 | 160 | 110 | 65 |
| Binary | 1001001 | 11011101 | 110010 | 1000011 | 0 | 1001101 | 1101 | 1110000 | 1001000 | 110101 |
Color Harmonies of #49DD32
Complementary color
Monochromatic Colors of #49DD32
Black with #49DD32
Text Example
Text Example
White with #49DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DD32; }
p { color: rgb(73,221,50); }
H1.HeaderClassName
{
color: #49DD32;
}
.AnyTagClassName
{
color: #49DD32;
}
</style>
background-color css
<style>
a { background-color: #49DD32; }
a { background-color: rgb(73,221,50); }
div.DivClassName
{
background-color: #49DD32;
}
.BgClassName
{
background-color: #49DD32;
}
</style>
border-color css
<style>
span { border-color: #49DD32; }
span { border-color: rgb(73,221,50); }
td.TdClassName
{
border-color: #49DD32;
}
.TagClassName
{
border-color: #49DD32;
}
</style>