Shades of Lime Green #49E138
Tints of Lime Green #49E138
RGB
CMYK
RGB Variations
Color information
#49E138 (or 0x49E138) is known color: Lime Green. HEX triplet: 49, E1 and 38. RGB value is (73,225,56). Sum of RGB (Red+Green+Blue) = 73+225+56=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 225 (88.28% from 255 or 63.56% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 225 - color contains mainly: green. Hex color #49E138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E138 is #B61EC7. Grayscale: #A0A0A0. Windows color (decimal): -11935432 or 3727689. OLE color: 3727689.
HSL color Cylindrical-coordinate representation of color #49E138: hue angle of 113.96º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49E138 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 225 | 56 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.12 |
| HSL | 113.96º | 0.74% | 0.55% | - |
| HSV(B) | 113.96º | 0.75% | 0.88% | - |
| XYZ | 30.39 | 55.55 | 12.86 | - |
| YUV | 160.29 | 69.14 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 225 | 56 | 0.68 | 0 | 0.75 | 0.12 | 113.96 | 0.74 | 0.55 |
| Hex | 49 | E1 | 38 | 44 | 0 | 4B | C | 72 | 4A | 37 |
| Octal | 111 | 341 | 70 | 104 | 0 | 113 | 14 | 162 | 112 | 67 |
| Binary | 1001001 | 11100001 | 111000 | 1000100 | 0 | 1001011 | 1100 | 1110010 | 1001010 | 110111 |
Color Harmonies of #49E138
Complementary color
Monochromatic Colors of #49E138
Black with #49E138
Text Example
Text Example
White with #49E138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E138; }
p { color: rgb(73,225,56); }
H1.HeaderClassName
{
color: #49E138;
}
.AnyTagClassName
{
color: #49E138;
}
</style>
background-color css
<style>
a { background-color: #49E138; }
a { background-color: rgb(73,225,56); }
div.DivClassName
{
background-color: #49E138;
}
.BgClassName
{
background-color: #49E138;
}
</style>
border-color css
<style>
span { border-color: #49E138; }
span { border-color: rgb(73,225,56); }
td.TdClassName
{
border-color: #49E138;
}
.TagClassName
{
border-color: #49E138;
}
</style>