Shades of Lime Green #49C847
Tints of Lime Green #49C847
RGB
CMYK
RGB Variations
Color information
#49C847 (or 0x49C847) is known color: Lime Green. HEX triplet: 49, C8 and 47. RGB value is (73,200,71). Sum of RGB (Red+Green+Blue) = 73+200+71=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 200 (78.52% from 255 or 58.14% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 200 - color contains mainly: green. Hex color #49C847 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C847 is #B637B8. Grayscale: #939393. Windows color (decimal): -11941817 or 4704329. OLE color: 4704329.
HSL color Cylindrical-coordinate representation of color #49C847: hue angle of 119.07º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C847 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 71 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.22 |
| HSL | 119.07º | 0.54% | 0.53% | - |
| HSV(B) | 119.07º | 0.65% | 0.78% | - |
| XYZ | 24.54 | 43.18 | 13 | - |
| YUV | 147.32 | 84.92 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 71 | 0.64 | 0 | 0.64 | 0.22 | 119.07 | 0.54 | 0.53 |
| Hex | 49 | C8 | 47 | 40 | 0 | 40 | 16 | 77 | 36 | 35 |
| Octal | 111 | 310 | 107 | 100 | 0 | 100 | 26 | 167 | 66 | 65 |
| Binary | 1001001 | 11001000 | 1000111 | 1000000 | 0 | 1000000 | 10110 | 1110111 | 110110 | 110101 |
Color Harmonies of #49C847
Complementary color
Monochromatic Colors of #49C847
Black with #49C847
Text Example
Text Example
White with #49C847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C847; }
p { color: rgb(73,200,71); }
H1.HeaderClassName
{
color: #49C847;
}
.AnyTagClassName
{
color: #49C847;
}
</style>
background-color css
<style>
a { background-color: #49C847; }
a { background-color: rgb(73,200,71); }
div.DivClassName
{
background-color: #49C847;
}
.BgClassName
{
background-color: #49C847;
}
</style>
border-color css
<style>
span { border-color: #49C847; }
span { border-color: rgb(73,200,71); }
td.TdClassName
{
border-color: #49C847;
}
.TagClassName
{
border-color: #49C847;
}
</style>