Shades of Lime Green #49D847
Tints of Lime Green #49D847
RGB
CMYK
RGB Variations
Color information
#49D847 (or 0x49D847) is known color: Lime Green. HEX triplet: 49, D8 and 47. RGB value is (73,216,71). Sum of RGB (Red+Green+Blue) = 73+216+71=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #49D847 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D847 is #B627B8. Grayscale: #9D9D9D. Windows color (decimal): -11937721 or 4708425. OLE color: 4708425.
HSL color Cylindrical-coordinate representation of color #49D847: hue angle of 119.17º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49D847 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 71 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.15 |
| HSL | 119.17º | 0.65% | 0.56% | - |
| HSV(B) | 119.17º | 0.67% | 0.85% | - |
| XYZ | 28.44 | 50.98 | 14.3 | - |
| YUV | 156.71 | 79.62 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 71 | 0.66 | 0 | 0.67 | 0.15 | 119.17 | 0.65 | 0.56 |
| Hex | 49 | D8 | 47 | 42 | 0 | 43 | F | 77 | 41 | 38 |
| Octal | 111 | 330 | 107 | 102 | 0 | 103 | 17 | 167 | 101 | 70 |
| Binary | 1001001 | 11011000 | 1000111 | 1000010 | 0 | 1000011 | 1111 | 1110111 | 1000001 | 111000 |
Color Harmonies of #49D847
Complementary color
Monochromatic Colors of #49D847
Black with #49D847
Text Example
Text Example
White with #49D847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D847; }
p { color: rgb(73,216,71); }
H1.HeaderClassName
{
color: #49D847;
}
.AnyTagClassName
{
color: #49D847;
}
</style>
background-color css
<style>
a { background-color: #49D847; }
a { background-color: rgb(73,216,71); }
div.DivClassName
{
background-color: #49D847;
}
.BgClassName
{
background-color: #49D847;
}
</style>
border-color css
<style>
span { border-color: #49D847; }
span { border-color: rgb(73,216,71); }
td.TdClassName
{
border-color: #49D847;
}
.TagClassName
{
border-color: #49D847;
}
</style>