Shades of Lime Green #49C037
Tints of Lime Green #49C037
RGB
CMYK
RGB Variations
Color information
#49C037 (or 0x49C037) is known color: Lime Green. HEX triplet: 49, C0 and 37. RGB value is (73,192,55). Sum of RGB (Red+Green+Blue) = 73+192+55=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #49C037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C037 is #B63FC8. Grayscale: #8D8D8D. Windows color (decimal): -11943881 or 3653705. OLE color: 3653705.
HSL color Cylindrical-coordinate representation of color #49C037: hue angle of 112.12º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49C037 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 55 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.25 |
| HSL | 112.12º | 0.55% | 0.48% | - |
| HSV(B) | 112.12º | 0.71% | 0.75% | - |
| XYZ | 22.29 | 39.39 | 10.04 | - |
| YUV | 140.8 | 79.58 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 55 | 0.62 | 0 | 0.71 | 0.25 | 112.12 | 0.55 | 0.48 |
| Hex | 49 | C0 | 37 | 3E | 0 | 47 | 19 | 70 | 37 | 30 |
| Octal | 111 | 300 | 67 | 76 | 0 | 107 | 31 | 160 | 67 | 60 |
| Binary | 1001001 | 11000000 | 110111 | 111110 | 0 | 1000111 | 11001 | 1110000 | 110111 | 110000 |
Color Harmonies of #49C037
Complementary color
Monochromatic Colors of #49C037
Black with #49C037
Text Example
Text Example
White with #49C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C037; }
p { color: rgb(73,192,55); }
H1.HeaderClassName
{
color: #49C037;
}
.AnyTagClassName
{
color: #49C037;
}
</style>
background-color css
<style>
a { background-color: #49C037; }
a { background-color: rgb(73,192,55); }
div.DivClassName
{
background-color: #49C037;
}
.BgClassName
{
background-color: #49C037;
}
</style>
border-color css
<style>
span { border-color: #49C037; }
span { border-color: rgb(73,192,55); }
td.TdClassName
{
border-color: #49C037;
}
.TagClassName
{
border-color: #49C037;
}
</style>