Shades of Lime Green #49C84D
Tints of Lime Green #49C84D
RGB
CMYK
RGB Variations
Color information
#49C84D (or 0x49C84D) is known color: Lime Green. HEX triplet: 49, C8 and 4D. RGB value is (73,200,77). Sum of RGB (Red+Green+Blue) = 73+200+77=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #49C84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C84D is #B637B2. Grayscale: #949494. Windows color (decimal): -11941811 or 5097545. OLE color: 5097545.
HSL color Cylindrical-coordinate representation of color #49C84D: hue angle of 121.89º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C84D is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 77 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.22 |
| HSL | 121.89º | 0.54% | 0.54% | - |
| HSV(B) | 121.89º | 0.64% | 0.78% | - |
| XYZ | 24.74 | 43.26 | 14.07 | - |
| YUV | 148.01 | 87.92 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 77 | 0.64 | 0 | 0.62 | 0.22 | 121.89 | 0.54 | 0.54 |
| Hex | 49 | C8 | 4D | 40 | 0 | 3E | 16 | 7A | 36 | 36 |
| Octal | 111 | 310 | 115 | 100 | 0 | 76 | 26 | 172 | 66 | 66 |
| Binary | 1001001 | 11001000 | 1001101 | 1000000 | 0 | 111110 | 10110 | 1111010 | 110110 | 110110 |
Color Harmonies of #49C84D
Complementary color
Monochromatic Colors of #49C84D
Black with #49C84D
Text Example
Text Example
White with #49C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C84D; }
p { color: rgb(73,200,77); }
H1.HeaderClassName
{
color: #49C84D;
}
.AnyTagClassName
{
color: #49C84D;
}
</style>
background-color css
<style>
a { background-color: #49C84D; }
a { background-color: rgb(73,200,77); }
div.DivClassName
{
background-color: #49C84D;
}
.BgClassName
{
background-color: #49C84D;
}
</style>
border-color css
<style>
span { border-color: #49C84D; }
span { border-color: rgb(73,200,77); }
td.TdClassName
{
border-color: #49C84D;
}
.TagClassName
{
border-color: #49C84D;
}
</style>