Shades of Lime Green #49C536
Tints of Lime Green #49C536
RGB
CMYK
RGB Variations
Color information
#49C536 (or 0x49C536) is known color: Lime Green. HEX triplet: 49, C5 and 36. RGB value is (73,197,54). Sum of RGB (Red+Green+Blue) = 73+197+54=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 197 (77.34% from 255 or 60.80% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 197 - color contains mainly: green. Hex color #49C536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C536 is #B63AC9. Grayscale: #909090. Windows color (decimal): -11942602 or 3589449. OLE color: 3589449.
HSL color Cylindrical-coordinate representation of color #49C536: hue angle of 112.03º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49C536 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 197 | 54 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.23 |
| HSL | 112.03º | 0.57% | 0.49% | - |
| HSV(B) | 112.03º | 0.73% | 0.77% | - |
| XYZ | 23.38 | 41.62 | 10.29 | - |
| YUV | 143.62 | 77.42 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 54 | 0.63 | 0 | 0.73 | 0.23 | 112.03 | 0.57 | 0.49 |
| Hex | 49 | C5 | 36 | 3F | 0 | 49 | 17 | 70 | 39 | 31 |
| Octal | 111 | 305 | 66 | 77 | 0 | 111 | 27 | 160 | 71 | 61 |
| Binary | 1001001 | 11000101 | 110110 | 111111 | 0 | 1001001 | 10111 | 1110000 | 111001 | 110001 |
Color Harmonies of #49C536
Complementary color
Monochromatic Colors of #49C536
Black with #49C536
Text Example
Text Example
White with #49C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C536; }
p { color: rgb(73,197,54); }
H1.HeaderClassName
{
color: #49C536;
}
.AnyTagClassName
{
color: #49C536;
}
</style>
background-color css
<style>
a { background-color: #49C536; }
a { background-color: rgb(73,197,54); }
div.DivClassName
{
background-color: #49C536;
}
.BgClassName
{
background-color: #49C536;
}
</style>
border-color css
<style>
span { border-color: #49C536; }
span { border-color: rgb(73,197,54); }
td.TdClassName
{
border-color: #49C536;
}
.TagClassName
{
border-color: #49C536;
}
</style>