Shades of Lime Green #49EC36
Tints of Lime Green #49EC36
RGB
CMYK
RGB Variations
Color information
#49EC36 (or 0x49EC36) is known color: Lime Green. HEX triplet: 49, EC and 36. RGB value is (73,236,54). Sum of RGB (Red+Green+Blue) = 73+236+54=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 236 (92.58% from 255 or 65.01% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EC36 is #B613C9. Grayscale: #A7A7A7. Windows color (decimal): -11932618 or 3599433. OLE color: 3599433.
HSL color Cylindrical-coordinate representation of color #49EC36: hue angle of 113.74º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49EC36 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 54 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.07 |
| HSL | 113.74º | 0.83% | 0.57% | - |
| HSV(B) | 113.74º | 0.77% | 0.93% | - |
| XYZ | 33.41 | 61.67 | 13.63 | - |
| YUV | 166.52 | 64.5 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 54 | 0.69 | 0 | 0.77 | 0.07 | 113.74 | 0.83 | 0.57 |
| Hex | 49 | EC | 36 | 45 | 0 | 4D | 7 | 72 | 53 | 39 |
| Octal | 111 | 354 | 66 | 105 | 0 | 115 | 7 | 162 | 123 | 71 |
| Binary | 1001001 | 11101100 | 110110 | 1000101 | 0 | 1001101 | 111 | 1110010 | 1010011 | 111001 |
Color Harmonies of #49EC36
Complementary color
Monochromatic Colors of #49EC36
Black with #49EC36
Text Example
Text Example
White with #49EC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EC36; }
p { color: rgb(73,236,54); }
H1.HeaderClassName
{
color: #49EC36;
}
.AnyTagClassName
{
color: #49EC36;
}
</style>
background-color css
<style>
a { background-color: #49EC36; }
a { background-color: rgb(73,236,54); }
div.DivClassName
{
background-color: #49EC36;
}
.BgClassName
{
background-color: #49EC36;
}
</style>
border-color css
<style>
span { border-color: #49EC36; }
span { border-color: rgb(73,236,54); }
td.TdClassName
{
border-color: #49EC36;
}
.TagClassName
{
border-color: #49EC36;
}
</style>