Shades of Lime Green #49BB36
Tints of Lime Green #49BB36
RGB
CMYK
RGB Variations
Color information
#49BB36 (or 0x49BB36) is known color: Lime Green. HEX triplet: 49, BB and 36. RGB value is (73,187,54). Sum of RGB (Red+Green+Blue) = 73+187+54=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 187 (73.44% from 255 or 59.55% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BB36 is #B644C9. Grayscale: #8A8A8A. Windows color (decimal): -11945162 or 3586889. OLE color: 3586889.
HSL color Cylindrical-coordinate representation of color #49BB36: hue angle of 111.43º 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 #49BB36 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 54 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.27 |
| HSL | 111.43º | 0.55% | 0.47% | - |
| HSV(B) | 111.43º | 0.71% | 0.73% | - |
| XYZ | 21.18 | 37.22 | 9.56 | - |
| YUV | 137.75 | 80.73 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 54 | 0.61 | 0 | 0.71 | 0.27 | 111.43 | 0.55 | 0.47 |
| Hex | 49 | BB | 36 | 3D | 0 | 47 | 1B | 6F | 37 | 2F |
| Octal | 111 | 273 | 66 | 75 | 0 | 107 | 33 | 157 | 67 | 57 |
| Binary | 1001001 | 10111011 | 110110 | 111101 | 0 | 1000111 | 11011 | 1101111 | 110111 | 101111 |
Color Harmonies of #49BB36
Complementary color
Monochromatic Colors of #49BB36
Black with #49BB36
Text Example
Text Example
White with #49BB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BB36; }
p { color: rgb(73,187,54); }
H1.HeaderClassName
{
color: #49BB36;
}
.AnyTagClassName
{
color: #49BB36;
}
</style>
background-color css
<style>
a { background-color: #49BB36; }
a { background-color: rgb(73,187,54); }
div.DivClassName
{
background-color: #49BB36;
}
.BgClassName
{
background-color: #49BB36;
}
</style>
border-color css
<style>
span { border-color: #49BB36; }
span { border-color: rgb(73,187,54); }
td.TdClassName
{
border-color: #49BB36;
}
.TagClassName
{
border-color: #49BB36;
}
</style>