Shades of Lime Green #49E547
Tints of Lime Green #49E547
RGB
CMYK
RGB Variations
Color information
#49E547 (or 0x49E547) is known color: Lime Green. HEX triplet: 49, E5 and 47. RGB value is (73,229,71). Sum of RGB (Red+Green+Blue) = 73+229+71=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 229 (89.84% from 255 or 61.39% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 229 - color contains mainly: green. Hex color #49E547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E547 is #B61AB8. Grayscale: #A4A4A4. Windows color (decimal): -11934393 or 4711753. OLE color: 4711753.
HSL color Cylindrical-coordinate representation of color #49E547: hue angle of 119.24º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E547 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 229 | 71 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.10 |
| HSL | 119.24º | 0.75% | 0.59% | - |
| HSV(B) | 119.24º | 0.69% | 0.9% | - |
| XYZ | 31.9 | 57.91 | 15.46 | - |
| YUV | 164.34 | 75.32 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 229 | 71 | 0.68 | 0 | 0.69 | 0.10 | 119.24 | 0.75 | 0.59 |
| Hex | 49 | E5 | 47 | 44 | 0 | 45 | A | 77 | 4B | 3B |
| Octal | 111 | 345 | 107 | 104 | 0 | 105 | 12 | 167 | 113 | 73 |
| Binary | 1001001 | 11100101 | 1000111 | 1000100 | 0 | 1000101 | 1010 | 1110111 | 1001011 | 111011 |
Color Harmonies of #49E547
Complementary color
Monochromatic Colors of #49E547
Black with #49E547
Text Example
Text Example
White with #49E547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E547; }
p { color: rgb(73,229,71); }
H1.HeaderClassName
{
color: #49E547;
}
.AnyTagClassName
{
color: #49E547;
}
</style>
background-color css
<style>
a { background-color: #49E547; }
a { background-color: rgb(73,229,71); }
div.DivClassName
{
background-color: #49E547;
}
.BgClassName
{
background-color: #49E547;
}
</style>
border-color css
<style>
span { border-color: #49E547; }
span { border-color: rgb(73,229,71); }
td.TdClassName
{
border-color: #49E547;
}
.TagClassName
{
border-color: #49E547;
}
</style>