Shades of Lime Green #49BD39
Tints of Lime Green #49BD39
RGB
CMYK
RGB Variations
Color information
#49BD39 (or 0x49BD39) is known color: Lime Green. HEX triplet: 49, BD and 39. RGB value is (73,189,57). Sum of RGB (Red+Green+Blue) = 73+189+57=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BD39 is #B642C6. Grayscale: #8B8B8B. Windows color (decimal): -11944647 or 3784009. OLE color: 3784009.
HSL color Cylindrical-coordinate representation of color #49BD39: hue angle of 112.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49BD39 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 57 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.26 |
| HSL | 112.73º | 0.54% | 0.48% | - |
| HSV(B) | 112.73º | 0.7% | 0.74% | - |
| XYZ | 21.68 | 38.11 | 10.08 | - |
| YUV | 139.27 | 81.57 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 57 | 0.61 | 0 | 0.70 | 0.26 | 112.73 | 0.54 | 0.48 |
| Hex | 49 | BD | 39 | 3D | 0 | 46 | 1A | 71 | 36 | 30 |
| Octal | 111 | 275 | 71 | 75 | 0 | 106 | 32 | 161 | 66 | 60 |
| Binary | 1001001 | 10111101 | 111001 | 111101 | 0 | 1000110 | 11010 | 1110001 | 110110 | 110000 |
Color Harmonies of #49BD39
Complementary color
Monochromatic Colors of #49BD39
Black with #49BD39
Text Example
Text Example
White with #49BD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD39; }
p { color: rgb(73,189,57); }
H1.HeaderClassName
{
color: #49BD39;
}
.AnyTagClassName
{
color: #49BD39;
}
</style>
background-color css
<style>
a { background-color: #49BD39; }
a { background-color: rgb(73,189,57); }
div.DivClassName
{
background-color: #49BD39;
}
.BgClassName
{
background-color: #49BD39;
}
</style>
border-color css
<style>
span { border-color: #49BD39; }
span { border-color: rgb(73,189,57); }
td.TdClassName
{
border-color: #49BD39;
}
.TagClassName
{
border-color: #49BD39;
}
</style>