Shades of Lime Green #49C94D
Tints of Lime Green #49C94D
RGB
CMYK
RGB Variations
Color information
#49C94D (or 0x49C94D) is known color: Lime Green. HEX triplet: 49, C9 and 4D. RGB value is (73,201,77). Sum of RGB (Red+Green+Blue) = 73+201+77=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 201 (78.91% from 255 or 57.26% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 201 - color contains mainly: green. Hex color #49C94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C94D is #B636B2. Grayscale: #949494. Windows color (decimal): -11941555 or 5097801. OLE color: 5097801.
HSL color Cylindrical-coordinate representation of color #49C94D: hue angle of 121.88º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C94D is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 77 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.21 |
| HSL | 121.88º | 0.54% | 0.54% | - |
| HSV(B) | 121.88º | 0.64% | 0.79% | - |
| XYZ | 24.97 | 43.73 | 14.14 | - |
| YUV | 148.59 | 87.59 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 77 | 0.64 | 0 | 0.62 | 0.21 | 121.88 | 0.54 | 0.54 |
| Hex | 49 | C9 | 4D | 40 | 0 | 3E | 15 | 7A | 36 | 36 |
| Octal | 111 | 311 | 115 | 100 | 0 | 76 | 25 | 172 | 66 | 66 |
| Binary | 1001001 | 11001001 | 1001101 | 1000000 | 0 | 111110 | 10101 | 1111010 | 110110 | 110110 |
Color Harmonies of #49C94D
Complementary color
Monochromatic Colors of #49C94D
Black with #49C94D
Text Example
Text Example
White with #49C94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C94D; }
p { color: rgb(73,201,77); }
H1.HeaderClassName
{
color: #49C94D;
}
.AnyTagClassName
{
color: #49C94D;
}
</style>
background-color css
<style>
a { background-color: #49C94D; }
a { background-color: rgb(73,201,77); }
div.DivClassName
{
background-color: #49C94D;
}
.BgClassName
{
background-color: #49C94D;
}
</style>
border-color css
<style>
span { border-color: #49C94D; }
span { border-color: rgb(73,201,77); }
td.TdClassName
{
border-color: #49C94D;
}
.TagClassName
{
border-color: #49C94D;
}
</style>