Shades of Lime Green #49E64E
Tints of Lime Green #49E64E
RGB
CMYK
RGB Variations
Color information
#49E64E (or 0x49E64E) is known color: Lime Green. HEX triplet: 49, E6 and 4E. RGB value is (73,230,78). Sum of RGB (Red+Green+Blue) = 73+230+78=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 230 (90.23% from 255 or 60.37% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 230 - color contains mainly: green. Hex color #49E64E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49E64E is #B619B1. Grayscale: #A6A6A6. Windows color (decimal): -11934130 or 5170761. OLE color: 5170761.
HSL color Cylindrical-coordinate representation of color #49E64E: hue angle of 121.91º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E64E is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 230 | 78 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.10 |
| HSL | 121.91º | 0.76% | 0.59% | - |
| HSV(B) | 121.91º | 0.68% | 0.9% | - |
| XYZ | 32.42 | 58.56 | 16.8 | - |
| YUV | 165.73 | 78.49 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 230 | 78 | 0.68 | 0 | 0.66 | 0.10 | 121.91 | 0.76 | 0.59 |
| Hex | 49 | E6 | 4E | 44 | 0 | 42 | A | 7A | 4C | 3B |
| Octal | 111 | 346 | 116 | 104 | 0 | 102 | 12 | 172 | 114 | 73 |
| Binary | 1001001 | 11100110 | 1001110 | 1000100 | 0 | 1000010 | 1010 | 1111010 | 1001100 | 111011 |
Color Harmonies of #49E64E
Complementary color
Monochromatic Colors of #49E64E
Black with #49E64E
Text Example
Text Example
White with #49E64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E64E; }
p { color: rgb(73,230,78); }
H1.HeaderClassName
{
color: #49E64E;
}
.AnyTagClassName
{
color: #49E64E;
}
</style>
background-color css
<style>
a { background-color: #49E64E; }
a { background-color: rgb(73,230,78); }
div.DivClassName
{
background-color: #49E64E;
}
.BgClassName
{
background-color: #49E64E;
}
</style>
border-color css
<style>
span { border-color: #49E64E; }
span { border-color: rgb(73,230,78); }
td.TdClassName
{
border-color: #49E64E;
}
.TagClassName
{
border-color: #49E64E;
}
</style>