Shades of Lime Green #49ED47
Tints of Lime Green #49ED47
RGB
CMYK
RGB Variations
Color information
#49ED47 (or 0x49ED47) is known color: Lime Green. HEX triplet: 49, ED and 47. RGB value is (73,237,71). Sum of RGB (Red+Green+Blue) = 73+237+71=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 237 (92.97% from 255 or 62.20% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49ED47 is #B612B8. Grayscale: #A9A9A9. Windows color (decimal): -11932345 or 4713801. OLE color: 4713801.
HSL color Cylindrical-coordinate representation of color #49ED47: hue angle of 119.28º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49ED47 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 71 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.07 |
| HSL | 119.28º | 0.82% | 0.6% | - |
| HSV(B) | 119.28º | 0.7% | 0.93% | - |
| XYZ | 34.17 | 62.44 | 16.21 | - |
| YUV | 169.04 | 72.67 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 71 | 0.69 | 0 | 0.70 | 0.07 | 119.28 | 0.82 | 0.6 |
| Hex | 49 | ED | 47 | 45 | 0 | 46 | 7 | 77 | 52 | 3C |
| Octal | 111 | 355 | 107 | 105 | 0 | 106 | 7 | 167 | 122 | 74 |
| Binary | 1001001 | 11101101 | 1000111 | 1000101 | 0 | 1000110 | 111 | 1110111 | 1010010 | 111100 |
Color Harmonies of #49ED47
Complementary color
Monochromatic Colors of #49ED47
Black with #49ED47
Text Example
Text Example
White with #49ED47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED47; }
p { color: rgb(73,237,71); }
H1.HeaderClassName
{
color: #49ED47;
}
.AnyTagClassName
{
color: #49ED47;
}
</style>
background-color css
<style>
a { background-color: #49ED47; }
a { background-color: rgb(73,237,71); }
div.DivClassName
{
background-color: #49ED47;
}
.BgClassName
{
background-color: #49ED47;
}
</style>
border-color css
<style>
span { border-color: #49ED47; }
span { border-color: rgb(73,237,71); }
td.TdClassName
{
border-color: #49ED47;
}
.TagClassName
{
border-color: #49ED47;
}
</style>