Shades of Lime Green #49D54E
Tints of Lime Green #49D54E
RGB
CMYK
RGB Variations
Color information
#49D54E (or 0x49D54E) is known color: Lime Green. HEX triplet: 49, D5 and 4E. RGB value is (73,213,78). Sum of RGB (Red+Green+Blue) = 73+213+78=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 213 (83.59% from 255 or 58.52% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 213 - color contains mainly: green. Hex color #49D54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D54E is #B62AB1. Grayscale: #9C9C9C. Windows color (decimal): -11938482 or 5166409. OLE color: 5166409.
HSL color Cylindrical-coordinate representation of color #49D54E: hue angle of 122.14º degrees, saturation: 0.62, 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 #49D54E is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 78 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.16 |
| HSL | 122.14º | 0.63% | 0.56% | - |
| HSV(B) | 122.14º | 0.66% | 0.84% | - |
| XYZ | 27.92 | 49.56 | 15.3 | - |
| YUV | 155.75 | 84.12 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 78 | 0.66 | 0 | 0.63 | 0.16 | 122.14 | 0.63 | 0.56 |
| Hex | 49 | D5 | 4E | 42 | 0 | 3F | 10 | 7A | 3E | 38 |
| Octal | 111 | 325 | 116 | 102 | 0 | 77 | 20 | 172 | 76 | 70 |
| Binary | 1001001 | 11010101 | 1001110 | 1000010 | 0 | 111111 | 10000 | 1111010 | 111110 | 111000 |
Color Harmonies of #49D54E
Complementary color
Monochromatic Colors of #49D54E
Black with #49D54E
Text Example
Text Example
White with #49D54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D54E; }
p { color: rgb(73,213,78); }
H1.HeaderClassName
{
color: #49D54E;
}
.AnyTagClassName
{
color: #49D54E;
}
</style>
background-color css
<style>
a { background-color: #49D54E; }
a { background-color: rgb(73,213,78); }
div.DivClassName
{
background-color: #49D54E;
}
.BgClassName
{
background-color: #49D54E;
}
</style>
border-color css
<style>
span { border-color: #49D54E; }
span { border-color: rgb(73,213,78); }
td.TdClassName
{
border-color: #49D54E;
}
.TagClassName
{
border-color: #49D54E;
}
</style>