Shades of Lime Green #49B736
Tints of Lime Green #49B736
RGB
CMYK
RGB Variations
Color information
#49B736 (or 0x49B736) is known color: Lime Green. HEX triplet: 49, B7 and 36. RGB value is (73,183,54). Sum of RGB (Red+Green+Blue) = 73+183+54=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #49B736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B736 is #B648C9. Grayscale: #878787. Windows color (decimal): -11946186 or 3585865. OLE color: 3585865.
HSL color Cylindrical-coordinate representation of color #49B736: hue angle of 111.16º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49B736 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 54 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.28 |
| HSL | 111.16º | 0.54% | 0.46% | - |
| HSV(B) | 111.16º | 0.7% | 0.72% | - |
| XYZ | 20.35 | 35.55 | 9.28 | - |
| YUV | 135.4 | 82.06 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 54 | 0.60 | 0 | 0.70 | 0.28 | 111.16 | 0.54 | 0.46 |
| Hex | 49 | B7 | 36 | 3C | 0 | 46 | 1C | 6F | 36 | 2E |
| Octal | 111 | 267 | 66 | 74 | 0 | 106 | 34 | 157 | 66 | 56 |
| Binary | 1001001 | 10110111 | 110110 | 111100 | 0 | 1000110 | 11100 | 1101111 | 110110 | 101110 |
Color Harmonies of #49B736
Complementary color
Monochromatic Colors of #49B736
Black with #49B736
Text Example
Text Example
White with #49B736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B736; }
p { color: rgb(73,183,54); }
H1.HeaderClassName
{
color: #49B736;
}
.AnyTagClassName
{
color: #49B736;
}
</style>
background-color css
<style>
a { background-color: #49B736; }
a { background-color: rgb(73,183,54); }
div.DivClassName
{
background-color: #49B736;
}
.BgClassName
{
background-color: #49B736;
}
</style>
border-color css
<style>
span { border-color: #49B736; }
span { border-color: rgb(73,183,54); }
td.TdClassName
{
border-color: #49B736;
}
.TagClassName
{
border-color: #49B736;
}
</style>