Shades of Lime Green #49E136
Tints of Lime Green #49E136
RGB
CMYK
RGB Variations
Color information
#49E136 (or 0x49E136) is known color: Lime Green. HEX triplet: 49, E1 and 36. RGB value is (73,225,54). Sum of RGB (Red+Green+Blue) = 73+225+54=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 225 (88.28% from 255 or 63.92% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 225 - color contains mainly: green. Hex color #49E136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E136 is #B61EC9. Grayscale: #A0A0A0. Windows color (decimal): -11935434 or 3596617. OLE color: 3596617.
HSL color Cylindrical-coordinate representation of color #49E136: hue angle of 113.33º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49E136 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 225 | 54 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.12 |
| HSL | 113.33º | 0.74% | 0.55% | - |
| HSV(B) | 113.33º | 0.76% | 0.88% | - |
| XYZ | 30.34 | 55.53 | 12.61 | - |
| YUV | 160.06 | 68.14 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 225 | 54 | 0.68 | 0 | 0.76 | 0.12 | 113.33 | 0.74 | 0.55 |
| Hex | 49 | E1 | 36 | 44 | 0 | 4C | C | 71 | 4A | 37 |
| Octal | 111 | 341 | 66 | 104 | 0 | 114 | 14 | 161 | 112 | 67 |
| Binary | 1001001 | 11100001 | 110110 | 1000100 | 0 | 1001100 | 1100 | 1110001 | 1001010 | 110111 |
Color Harmonies of #49E136
Complementary color
Monochromatic Colors of #49E136
Black with #49E136
Text Example
Text Example
White with #49E136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E136; }
p { color: rgb(73,225,54); }
H1.HeaderClassName
{
color: #49E136;
}
.AnyTagClassName
{
color: #49E136;
}
</style>
background-color css
<style>
a { background-color: #49E136; }
a { background-color: rgb(73,225,54); }
div.DivClassName
{
background-color: #49E136;
}
.BgClassName
{
background-color: #49E136;
}
</style>
border-color css
<style>
span { border-color: #49E136; }
span { border-color: rgb(73,225,54); }
td.TdClassName
{
border-color: #49E136;
}
.TagClassName
{
border-color: #49E136;
}
</style>