Shades of Lime Green #49BB37
Tints of Lime Green #49BB37
RGB
CMYK
RGB Variations
Color information
#49BB37 (or 0x49BB37) is known color: Lime Green. HEX triplet: 49, BB and 37. RGB value is (73,187,55). Sum of RGB (Red+Green+Blue) = 73+187+55=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 187 (73.44% from 255 or 59.37% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BB37 is #B644C8. Grayscale: #8A8A8A. Windows color (decimal): -11945161 or 3652425. OLE color: 3652425.
HSL color Cylindrical-coordinate representation of color #49BB37: hue angle of 111.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49BB37 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 55 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.27 |
| HSL | 111.82º | 0.55% | 0.47% | - |
| HSV(B) | 111.82º | 0.71% | 0.73% | - |
| XYZ | 21.21 | 37.23 | 9.68 | - |
| YUV | 137.87 | 81.23 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 55 | 0.61 | 0 | 0.71 | 0.27 | 111.82 | 0.55 | 0.47 |
| Hex | 49 | BB | 37 | 3D | 0 | 47 | 1B | 70 | 37 | 2F |
| Octal | 111 | 273 | 67 | 75 | 0 | 107 | 33 | 160 | 67 | 57 |
| Binary | 1001001 | 10111011 | 110111 | 111101 | 0 | 1000111 | 11011 | 1110000 | 110111 | 101111 |
Color Harmonies of #49BB37
Complementary color
Monochromatic Colors of #49BB37
Black with #49BB37
Text Example
Text Example
White with #49BB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BB37; }
p { color: rgb(73,187,55); }
H1.HeaderClassName
{
color: #49BB37;
}
.AnyTagClassName
{
color: #49BB37;
}
</style>
background-color css
<style>
a { background-color: #49BB37; }
a { background-color: rgb(73,187,55); }
div.DivClassName
{
background-color: #49BB37;
}
.BgClassName
{
background-color: #49BB37;
}
</style>
border-color css
<style>
span { border-color: #49BB37; }
span { border-color: rgb(73,187,55); }
td.TdClassName
{
border-color: #49BB37;
}
.TagClassName
{
border-color: #49BB37;
}
</style>