Shades of Lime Green #49BD36
Tints of Lime Green #49BD36
RGB
CMYK
RGB Variations
Color information
#49BD36 (or 0x49BD36) is known color: Lime Green. HEX triplet: 49, BD and 36. RGB value is (73,189,54). Sum of RGB (Red+Green+Blue) = 73+189+54=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BD36 is #B642C9. Grayscale: #8B8B8B. Windows color (decimal): -11944650 or 3587401. OLE color: 3587401.
HSL color Cylindrical-coordinate representation of color #49BD36: hue angle of 111.56º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49BD36 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 54 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.26 |
| HSL | 111.56º | 0.56% | 0.48% | - |
| HSV(B) | 111.56º | 0.71% | 0.74% | - |
| XYZ | 21.61 | 38.08 | 9.7 | - |
| YUV | 138.93 | 80.07 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 54 | 0.61 | 0 | 0.71 | 0.26 | 111.56 | 0.56 | 0.48 |
| Hex | 49 | BD | 36 | 3D | 0 | 47 | 1A | 70 | 38 | 30 |
| Octal | 111 | 275 | 66 | 75 | 0 | 107 | 32 | 160 | 70 | 60 |
| Binary | 1001001 | 10111101 | 110110 | 111101 | 0 | 1000111 | 11010 | 1110000 | 111000 | 110000 |
Color Harmonies of #49BD36
Complementary color
Monochromatic Colors of #49BD36
Black with #49BD36
Text Example
Text Example
White with #49BD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD36; }
p { color: rgb(73,189,54); }
H1.HeaderClassName
{
color: #49BD36;
}
.AnyTagClassName
{
color: #49BD36;
}
</style>
background-color css
<style>
a { background-color: #49BD36; }
a { background-color: rgb(73,189,54); }
div.DivClassName
{
background-color: #49BD36;
}
.BgClassName
{
background-color: #49BD36;
}
</style>
border-color css
<style>
span { border-color: #49BD36; }
span { border-color: rgb(73,189,54); }
td.TdClassName
{
border-color: #49BD36;
}
.TagClassName
{
border-color: #49BD36;
}
</style>