Shades of Lime Green #49DE4E
Tints of Lime Green #49DE4E
RGB
CMYK
RGB Variations
Color information
#49DE4E (or 0x49DE4E) is known color: Lime Green. HEX triplet: 49, DE and 4E. RGB value is (73,222,78). Sum of RGB (Red+Green+Blue) = 73+222+78=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 222 (87.11% from 255 or 59.52% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DE4E is #B621B1. Grayscale: #A1A1A1. Windows color (decimal): -11936178 or 5168713. OLE color: 5168713.
HSL color Cylindrical-coordinate representation of color #49DE4E: hue angle of 122.01º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DE4E is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 222 | 78 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.13 |
| HSL | 122.01º | 0.69% | 0.58% | - |
| HSV(B) | 122.01º | 0.67% | 0.87% | - |
| XYZ | 30.24 | 54.21 | 16.08 | - |
| YUV | 161.03 | 81.14 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 78 | 0.67 | 0 | 0.65 | 0.13 | 122.01 | 0.69 | 0.58 |
| Hex | 49 | DE | 4E | 43 | 0 | 41 | D | 7A | 45 | 3A |
| Octal | 111 | 336 | 116 | 103 | 0 | 101 | 15 | 172 | 105 | 72 |
| Binary | 1001001 | 11011110 | 1001110 | 1000011 | 0 | 1000001 | 1101 | 1111010 | 1000101 | 111010 |
Color Harmonies of #49DE4E
Complementary color
Monochromatic Colors of #49DE4E
Black with #49DE4E
Text Example
Text Example
White with #49DE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DE4E; }
p { color: rgb(73,222,78); }
H1.HeaderClassName
{
color: #49DE4E;
}
.AnyTagClassName
{
color: #49DE4E;
}
</style>
background-color css
<style>
a { background-color: #49DE4E; }
a { background-color: rgb(73,222,78); }
div.DivClassName
{
background-color: #49DE4E;
}
.BgClassName
{
background-color: #49DE4E;
}
</style>
border-color css
<style>
span { border-color: #49DE4E; }
span { border-color: rgb(73,222,78); }
td.TdClassName
{
border-color: #49DE4E;
}
.TagClassName
{
border-color: #49DE4E;
}
</style>