Shades of Lime Green #49BA38
Tints of Lime Green #49BA38
RGB
CMYK
RGB Variations
Color information
#49BA38 (or 0x49BA38) is known color: Lime Green. HEX triplet: 49, BA and 38. RGB value is (73,186,56). Sum of RGB (Red+Green+Blue) = 73+186+56=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA38 is #B645C7. Grayscale: #898989. Windows color (decimal): -11945416 or 3717705. OLE color: 3717705.
HSL color Cylindrical-coordinate representation of color #49BA38: hue angle of 112.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49BA38 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 56 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.27 |
| HSL | 112.15º | 0.54% | 0.47% | - |
| HSV(B) | 112.15º | 0.7% | 0.73% | - |
| XYZ | 21.02 | 36.82 | 9.74 | - |
| YUV | 137.39 | 82.06 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 56 | 0.61 | 0 | 0.70 | 0.27 | 112.15 | 0.54 | 0.47 |
| Hex | 49 | BA | 38 | 3D | 0 | 46 | 1B | 70 | 36 | 2F |
| Octal | 111 | 272 | 70 | 75 | 0 | 106 | 33 | 160 | 66 | 57 |
| Binary | 1001001 | 10111010 | 111000 | 111101 | 0 | 1000110 | 11011 | 1110000 | 110110 | 101111 |
Color Harmonies of #49BA38
Complementary color
Monochromatic Colors of #49BA38
Black with #49BA38
Text Example
Text Example
White with #49BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA38; }
p { color: rgb(73,186,56); }
H1.HeaderClassName
{
color: #49BA38;
}
.AnyTagClassName
{
color: #49BA38;
}
</style>
background-color css
<style>
a { background-color: #49BA38; }
a { background-color: rgb(73,186,56); }
div.DivClassName
{
background-color: #49BA38;
}
.BgClassName
{
background-color: #49BA38;
}
</style>
border-color css
<style>
span { border-color: #49BA38; }
span { border-color: rgb(73,186,56); }
td.TdClassName
{
border-color: #49BA38;
}
.TagClassName
{
border-color: #49BA38;
}
</style>