Shades of Lime Green #49DA3E
Tints of Lime Green #49DA3E
RGB
CMYK
RGB Variations
Color information
#49DA3E (or 0x49DA3E) is known color: Lime Green. HEX triplet: 49, DA and 3E. RGB value is (73,218,62). Sum of RGB (Red+Green+Blue) = 73+218+62=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 218 (85.55% from 255 or 61.76% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DA3E is #B625C1. Grayscale: #9D9D9D. Windows color (decimal): -11937218 or 4119113. OLE color: 4119113.
HSL color Cylindrical-coordinate representation of color #49DA3E: hue angle of 115.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49DA3E is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 62 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.15 |
| HSL | 115.77º | 0.68% | 0.55% | - |
| HSV(B) | 115.77º | 0.72% | 0.85% | - |
| XYZ | 28.69 | 51.91 | 13.06 | - |
| YUV | 156.86 | 74.46 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 62 | 0.67 | 0 | 0.72 | 0.15 | 115.77 | 0.68 | 0.55 |
| Hex | 49 | DA | 3E | 43 | 0 | 48 | F | 74 | 44 | 37 |
| Octal | 111 | 332 | 76 | 103 | 0 | 110 | 17 | 164 | 104 | 67 |
| Binary | 1001001 | 11011010 | 111110 | 1000011 | 0 | 1001000 | 1111 | 1110100 | 1000100 | 110111 |
Color Harmonies of #49DA3E
Complementary color
Monochromatic Colors of #49DA3E
Black with #49DA3E
Text Example
Text Example
White with #49DA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA3E; }
p { color: rgb(73,218,62); }
H1.HeaderClassName
{
color: #49DA3E;
}
.AnyTagClassName
{
color: #49DA3E;
}
</style>
background-color css
<style>
a { background-color: #49DA3E; }
a { background-color: rgb(73,218,62); }
div.DivClassName
{
background-color: #49DA3E;
}
.BgClassName
{
background-color: #49DA3E;
}
</style>
border-color css
<style>
span { border-color: #49DA3E; }
span { border-color: rgb(73,218,62); }
td.TdClassName
{
border-color: #49DA3E;
}
.TagClassName
{
border-color: #49DA3E;
}
</style>