Shades of Lime Green #49DB4E
Tints of Lime Green #49DB4E
RGB
CMYK
RGB Variations
Color information
#49DB4E (or 0x49DB4E) is known color: Lime Green. HEX triplet: 49, DB and 4E. RGB value is (73,219,78). Sum of RGB (Red+Green+Blue) = 73+219+78=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 219 (85.94% from 255 or 59.19% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DB4E is #B624B1. Grayscale: #9F9F9F. Windows color (decimal): -11936946 or 5167945. OLE color: 5167945.
HSL color Cylindrical-coordinate representation of color #49DB4E: hue angle of 122.05º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DB4E is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 78 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.14 |
| HSL | 122.05º | 0.67% | 0.57% | - |
| HSV(B) | 122.05º | 0.67% | 0.86% | - |
| XYZ | 29.45 | 52.63 | 15.81 | - |
| YUV | 159.27 | 82.13 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 78 | 0.67 | 0 | 0.64 | 0.14 | 122.05 | 0.67 | 0.57 |
| Hex | 49 | DB | 4E | 43 | 0 | 40 | E | 7A | 43 | 39 |
| Octal | 111 | 333 | 116 | 103 | 0 | 100 | 16 | 172 | 103 | 71 |
| Binary | 1001001 | 11011011 | 1001110 | 1000011 | 0 | 1000000 | 1110 | 1111010 | 1000011 | 111001 |
Color Harmonies of #49DB4E
Complementary color
Monochromatic Colors of #49DB4E
Black with #49DB4E
Text Example
Text Example
White with #49DB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB4E; }
p { color: rgb(73,219,78); }
H1.HeaderClassName
{
color: #49DB4E;
}
.AnyTagClassName
{
color: #49DB4E;
}
</style>
background-color css
<style>
a { background-color: #49DB4E; }
a { background-color: rgb(73,219,78); }
div.DivClassName
{
background-color: #49DB4E;
}
.BgClassName
{
background-color: #49DB4E;
}
</style>
border-color css
<style>
span { border-color: #49DB4E; }
span { border-color: rgb(73,219,78); }
td.TdClassName
{
border-color: #49DB4E;
}
.TagClassName
{
border-color: #49DB4E;
}
</style>