Shades of Lime Green #49EC38
Tints of Lime Green #49EC38
RGB
CMYK
RGB Variations
Color information
#49EC38 (or 0x49EC38) is known color: Lime Green. HEX triplet: 49, EC and 38. RGB value is (73,236,56). Sum of RGB (Red+Green+Blue) = 73+236+56=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EC38 is #B613C7. Grayscale: #A7A7A7. Windows color (decimal): -11932616 or 3730505. OLE color: 3730505.
HSL color Cylindrical-coordinate representation of color #49EC38: hue angle of 114.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49EC38 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 56 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.07 |
| HSL | 114.33º | 0.83% | 0.57% | - |
| HSV(B) | 114.33º | 0.76% | 0.93% | - |
| XYZ | 33.46 | 61.69 | 13.89 | - |
| YUV | 166.74 | 65.5 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 56 | 0.69 | 0 | 0.76 | 0.07 | 114.33 | 0.83 | 0.57 |
| Hex | 49 | EC | 38 | 45 | 0 | 4C | 7 | 72 | 53 | 39 |
| Octal | 111 | 354 | 70 | 105 | 0 | 114 | 7 | 162 | 123 | 71 |
| Binary | 1001001 | 11101100 | 111000 | 1000101 | 0 | 1001100 | 111 | 1110010 | 1010011 | 111001 |
Color Harmonies of #49EC38
Complementary color
Monochromatic Colors of #49EC38
Black with #49EC38
Text Example
Text Example
White with #49EC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC38; }
p { color: rgb(73,236,56); }
H1.HeaderClassName
{
color: #49EC38;
}
.AnyTagClassName
{
color: #49EC38;
}
</style>
background-color css
<style>
a { background-color: #49EC38; }
a { background-color: rgb(73,236,56); }
div.DivClassName
{
background-color: #49EC38;
}
.BgClassName
{
background-color: #49EC38;
}
</style>
border-color css
<style>
span { border-color: #49EC38; }
span { border-color: rgb(73,236,56); }
td.TdClassName
{
border-color: #49EC38;
}
.TagClassName
{
border-color: #49EC38;
}
</style>