Shades of Lime Green #49DA4D
Tints of Lime Green #49DA4D
RGB
CMYK
RGB Variations
Color information
#49DA4D (or 0x49DA4D) is known color: Lime Green. HEX triplet: 49, DA and 4D. RGB value is (73,218,77). Sum of RGB (Red+Green+Blue) = 73+218+77=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 218 (85.55% from 255 or 59.24% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DA4D is #B625B2. Grayscale: #9E9E9E. Windows color (decimal): -11937203 or 5102153. OLE color: 5102153.
HSL color Cylindrical-coordinate representation of color #49DA4D: hue angle of 121.66º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DA4D is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 77 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.15 |
| HSL | 121.66º | 0.66% | 0.57% | - |
| HSV(B) | 121.66º | 0.67% | 0.85% | - |
| XYZ | 29.16 | 52.1 | 15.54 | - |
| YUV | 158.57 | 81.96 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 77 | 0.67 | 0 | 0.65 | 0.15 | 121.66 | 0.66 | 0.57 |
| Hex | 49 | DA | 4D | 43 | 0 | 41 | F | 7A | 42 | 39 |
| Octal | 111 | 332 | 115 | 103 | 0 | 101 | 17 | 172 | 102 | 71 |
| Binary | 1001001 | 11011010 | 1001101 | 1000011 | 0 | 1000001 | 1111 | 1111010 | 1000010 | 111001 |
Color Harmonies of #49DA4D
Complementary color
Monochromatic Colors of #49DA4D
Black with #49DA4D
Text Example
Text Example
White with #49DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA4D; }
p { color: rgb(73,218,77); }
H1.HeaderClassName
{
color: #49DA4D;
}
.AnyTagClassName
{
color: #49DA4D;
}
</style>
background-color css
<style>
a { background-color: #49DA4D; }
a { background-color: rgb(73,218,77); }
div.DivClassName
{
background-color: #49DA4D;
}
.BgClassName
{
background-color: #49DA4D;
}
</style>
border-color css
<style>
span { border-color: #49DA4D; }
span { border-color: rgb(73,218,77); }
td.TdClassName
{
border-color: #49DA4D;
}
.TagClassName
{
border-color: #49DA4D;
}
</style>