Shades of Lime Green #49D64E
Tints of Lime Green #49D64E
RGB
CMYK
RGB Variations
Color information
#49D64E (or 0x49D64E) is known color: Lime Green. HEX triplet: 49, D6 and 4E. RGB value is (73,214,78). Sum of RGB (Red+Green+Blue) = 73+214+78=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #49D64E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D64E is #B629B1. Grayscale: #9C9C9C. Windows color (decimal): -11938226 or 5166665. OLE color: 5166665.
HSL color Cylindrical-coordinate representation of color #49D64E: hue angle of 122.13º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D64E is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 78 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.16 |
| HSL | 122.13º | 0.63% | 0.56% | - |
| HSV(B) | 122.13º | 0.66% | 0.84% | - |
| XYZ | 28.17 | 50.06 | 15.39 | - |
| YUV | 156.34 | 83.79 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 78 | 0.66 | 0 | 0.64 | 0.16 | 122.13 | 0.63 | 0.56 |
| Hex | 49 | D6 | 4E | 42 | 0 | 40 | 10 | 7A | 3F | 38 |
| Octal | 111 | 326 | 116 | 102 | 0 | 100 | 20 | 172 | 77 | 70 |
| Binary | 1001001 | 11010110 | 1001110 | 1000010 | 0 | 1000000 | 10000 | 1111010 | 111111 | 111000 |
Color Harmonies of #49D64E
Complementary color
Monochromatic Colors of #49D64E
Black with #49D64E
Text Example
Text Example
White with #49D64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D64E; }
p { color: rgb(73,214,78); }
H1.HeaderClassName
{
color: #49D64E;
}
.AnyTagClassName
{
color: #49D64E;
}
</style>
background-color css
<style>
a { background-color: #49D64E; }
a { background-color: rgb(73,214,78); }
div.DivClassName
{
background-color: #49D64E;
}
.BgClassName
{
background-color: #49D64E;
}
</style>
border-color css
<style>
span { border-color: #49D64E; }
span { border-color: rgb(73,214,78); }
td.TdClassName
{
border-color: #49D64E;
}
.TagClassName
{
border-color: #49D64E;
}
</style>