Shades of Lime Green #49B738
Tints of Lime Green #49B738
RGB
CMYK
RGB Variations
Color information
#49B738 (or 0x49B738) is known color: Lime Green. HEX triplet: 49, B7 and 38. RGB value is (73,183,56). Sum of RGB (Red+Green+Blue) = 73+183+56=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #49B738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B738 is #B648C7. Grayscale: #888888. Windows color (decimal): -11946184 or 3716937. OLE color: 3716937.
HSL color Cylindrical-coordinate representation of color #49B738: hue angle of 111.97º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49B738 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 56 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.28 |
| HSL | 111.97º | 0.53% | 0.47% | - |
| HSV(B) | 111.97º | 0.69% | 0.72% | - |
| XYZ | 20.39 | 35.57 | 9.53 | - |
| YUV | 135.63 | 83.06 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 56 | 0.60 | 0 | 0.69 | 0.28 | 111.97 | 0.53 | 0.47 |
| Hex | 49 | B7 | 38 | 3C | 0 | 45 | 1C | 70 | 35 | 2F |
| Octal | 111 | 267 | 70 | 74 | 0 | 105 | 34 | 160 | 65 | 57 |
| Binary | 1001001 | 10110111 | 111000 | 111100 | 0 | 1000101 | 11100 | 1110000 | 110101 | 101111 |
Color Harmonies of #49B738
Complementary color
Monochromatic Colors of #49B738
Black with #49B738
Text Example
Text Example
White with #49B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B738; }
p { color: rgb(73,183,56); }
H1.HeaderClassName
{
color: #49B738;
}
.AnyTagClassName
{
color: #49B738;
}
</style>
background-color css
<style>
a { background-color: #49B738; }
a { background-color: rgb(73,183,56); }
div.DivClassName
{
background-color: #49B738;
}
.BgClassName
{
background-color: #49B738;
}
</style>
border-color css
<style>
span { border-color: #49B738; }
span { border-color: rgb(73,183,56); }
td.TdClassName
{
border-color: #49B738;
}
.TagClassName
{
border-color: #49B738;
}
</style>