Shades of Lime Green #49C94E
Tints of Lime Green #49C94E
RGB
CMYK
RGB Variations
Color information
#49C94E (or 0x49C94E) is known color: Lime Green. HEX triplet: 49, C9 and 4E. RGB value is (73,201,78). Sum of RGB (Red+Green+Blue) = 73+201+78=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #49C94E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C94E is #B636B1. Grayscale: #959595. Windows color (decimal): -11941554 or 5163337. OLE color: 5163337.
HSL color Cylindrical-coordinate representation of color #49C94E: hue angle of 122.34º 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 #49C94E is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 78 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.21 |
| HSL | 122.34º | 0.54% | 0.54% | - |
| HSV(B) | 122.34º | 0.64% | 0.79% | - |
| XYZ | 25.01 | 43.74 | 14.33 | - |
| YUV | 148.71 | 88.09 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 78 | 0.64 | 0 | 0.61 | 0.21 | 122.34 | 0.54 | 0.54 |
| Hex | 49 | C9 | 4E | 40 | 0 | 3D | 15 | 7A | 36 | 36 |
| Octal | 111 | 311 | 116 | 100 | 0 | 75 | 25 | 172 | 66 | 66 |
| Binary | 1001001 | 11001001 | 1001110 | 1000000 | 0 | 111101 | 10101 | 1111010 | 110110 | 110110 |
Color Harmonies of #49C94E
Complementary color
Monochromatic Colors of #49C94E
Black with #49C94E
Text Example
Text Example
White with #49C94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C94E; }
p { color: rgb(73,201,78); }
H1.HeaderClassName
{
color: #49C94E;
}
.AnyTagClassName
{
color: #49C94E;
}
</style>
background-color css
<style>
a { background-color: #49C94E; }
a { background-color: rgb(73,201,78); }
div.DivClassName
{
background-color: #49C94E;
}
.BgClassName
{
background-color: #49C94E;
}
</style>
border-color css
<style>
span { border-color: #49C94E; }
span { border-color: rgb(73,201,78); }
td.TdClassName
{
border-color: #49C94E;
}
.TagClassName
{
border-color: #49C94E;
}
</style>