Shades of Lime Green #49BF37
Tints of Lime Green #49BF37
RGB
CMYK
RGB Variations
Color information
#49BF37 (or 0x49BF37) is known color: Lime Green. HEX triplet: 49, BF and 37. RGB value is (73,191,55). Sum of RGB (Red+Green+Blue) = 73+191+55=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF37 is #B640C8. Grayscale: #8C8C8C. Windows color (decimal): -11944137 or 3653449. OLE color: 3653449.
HSL color Cylindrical-coordinate representation of color #49BF37: hue angle of 112.06º 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 #49BF37 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 55 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.25 |
| HSL | 112.06º | 0.55% | 0.48% | - |
| HSV(B) | 112.06º | 0.71% | 0.75% | - |
| XYZ | 22.07 | 38.95 | 9.97 | - |
| YUV | 140.21 | 79.91 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 55 | 0.62 | 0 | 0.71 | 0.25 | 112.06 | 0.55 | 0.48 |
| Hex | 49 | BF | 37 | 3E | 0 | 47 | 19 | 70 | 37 | 30 |
| Octal | 111 | 277 | 67 | 76 | 0 | 107 | 31 | 160 | 67 | 60 |
| Binary | 1001001 | 10111111 | 110111 | 111110 | 0 | 1000111 | 11001 | 1110000 | 110111 | 110000 |
Color Harmonies of #49BF37
Complementary color
Monochromatic Colors of #49BF37
Black with #49BF37
Text Example
Text Example
White with #49BF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF37; }
p { color: rgb(73,191,55); }
H1.HeaderClassName
{
color: #49BF37;
}
.AnyTagClassName
{
color: #49BF37;
}
</style>
background-color css
<style>
a { background-color: #49BF37; }
a { background-color: rgb(73,191,55); }
div.DivClassName
{
background-color: #49BF37;
}
.BgClassName
{
background-color: #49BF37;
}
</style>
border-color css
<style>
span { border-color: #49BF37; }
span { border-color: rgb(73,191,55); }
td.TdClassName
{
border-color: #49BF37;
}
.TagClassName
{
border-color: #49BF37;
}
</style>