Shades of Lime Green #49BB35
Tints of Lime Green #49BB35
RGB
CMYK
RGB Variations
Color information
#49BB35 (or 0x49BB35) is known color: Lime Green. HEX triplet: 49, BB and 35. RGB value is (73,187,53). Sum of RGB (Red+Green+Blue) = 73+187+53=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 187 (73.44% from 255 or 59.74% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BB35 is #B644CA. Grayscale: #8A8A8A. Windows color (decimal): -11945163 or 3521353. OLE color: 3521353.
HSL color Cylindrical-coordinate representation of color #49BB35: hue angle of 111.04º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49BB35 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 53 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.27 |
| HSL | 111.04º | 0.56% | 0.47% | - |
| HSV(B) | 111.04º | 0.72% | 0.73% | - |
| XYZ | 21.16 | 37.21 | 9.44 | - |
| YUV | 137.64 | 80.23 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 53 | 0.61 | 0 | 0.72 | 0.27 | 111.04 | 0.56 | 0.47 |
| Hex | 49 | BB | 35 | 3D | 0 | 48 | 1B | 6F | 38 | 2F |
| Octal | 111 | 273 | 65 | 75 | 0 | 110 | 33 | 157 | 70 | 57 |
| Binary | 1001001 | 10111011 | 110101 | 111101 | 0 | 1001000 | 11011 | 1101111 | 111000 | 101111 |
Color Harmonies of #49BB35
Complementary color
Monochromatic Colors of #49BB35
Black with #49BB35
Text Example
Text Example
White with #49BB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BB35; }
p { color: rgb(73,187,53); }
H1.HeaderClassName
{
color: #49BB35;
}
.AnyTagClassName
{
color: #49BB35;
}
</style>
background-color css
<style>
a { background-color: #49BB35; }
a { background-color: rgb(73,187,53); }
div.DivClassName
{
background-color: #49BB35;
}
.BgClassName
{
background-color: #49BB35;
}
</style>
border-color css
<style>
span { border-color: #49BB35; }
span { border-color: rgb(73,187,53); }
td.TdClassName
{
border-color: #49BB35;
}
.TagClassName
{
border-color: #49BB35;
}
</style>