Shades of Lime Green #49C537
Tints of Lime Green #49C537
RGB
CMYK
RGB Variations
Color information
#49C537 (or 0x49C537) is known color: Lime Green. HEX triplet: 49, C5 and 37. RGB value is (73,197,55). Sum of RGB (Red+Green+Blue) = 73+197+55=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #49C537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C537 is #B63AC8. Grayscale: #909090. Windows color (decimal): -11942601 or 3654985. OLE color: 3654985.
HSL color Cylindrical-coordinate representation of color #49C537: hue angle of 112.39º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49C537 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 197 | 55 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.23 |
| HSL | 112.39º | 0.56% | 0.49% | - |
| HSV(B) | 112.39º | 0.72% | 0.77% | - |
| XYZ | 23.4 | 41.62 | 10.42 | - |
| YUV | 143.74 | 77.92 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 55 | 0.63 | 0 | 0.72 | 0.23 | 112.39 | 0.56 | 0.49 |
| Hex | 49 | C5 | 37 | 3F | 0 | 48 | 17 | 70 | 38 | 31 |
| Octal | 111 | 305 | 67 | 77 | 0 | 110 | 27 | 160 | 70 | 61 |
| Binary | 1001001 | 11000101 | 110111 | 111111 | 0 | 1001000 | 10111 | 1110000 | 111000 | 110001 |
Color Harmonies of #49C537
Complementary color
Monochromatic Colors of #49C537
Black with #49C537
Text Example
Text Example
White with #49C537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C537; }
p { color: rgb(73,197,55); }
H1.HeaderClassName
{
color: #49C537;
}
.AnyTagClassName
{
color: #49C537;
}
</style>
background-color css
<style>
a { background-color: #49C537; }
a { background-color: rgb(73,197,55); }
div.DivClassName
{
background-color: #49C537;
}
.BgClassName
{
background-color: #49C537;
}
</style>
border-color css
<style>
span { border-color: #49C537; }
span { border-color: rgb(73,197,55); }
td.TdClassName
{
border-color: #49C537;
}
.TagClassName
{
border-color: #49C537;
}
</style>