Shades of Lime Green #49C53A
Tints of Lime Green #49C53A
RGB
CMYK
RGB Variations
Color information
#49C53A (or 0x49C53A) is known color: Lime Green. HEX triplet: 49, C5 and 3A. RGB value is (73,197,58). Sum of RGB (Red+Green+Blue) = 73+197+58=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #49C53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C53A is #B63AC5. Grayscale: #909090. Windows color (decimal): -11942598 or 3851593. OLE color: 3851593.
HSL color Cylindrical-coordinate representation of color #49C53A: hue angle of 113.53º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49C53A is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 197 | 58 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.23 |
| HSL | 113.53º | 0.55% | 0.5% | - |
| HSV(B) | 113.53º | 0.71% | 0.77% | - |
| XYZ | 23.48 | 41.65 | 10.81 | - |
| YUV | 144.08 | 79.42 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 58 | 0.63 | 0 | 0.71 | 0.23 | 113.53 | 0.55 | 0.5 |
| Hex | 49 | C5 | 3A | 3F | 0 | 47 | 17 | 72 | 37 | 32 |
| Octal | 111 | 305 | 72 | 77 | 0 | 107 | 27 | 162 | 67 | 62 |
| Binary | 1001001 | 11000101 | 111010 | 111111 | 0 | 1000111 | 10111 | 1110010 | 110111 | 110010 |
Color Harmonies of #49C53A
Complementary color
Monochromatic Colors of #49C53A
Black with #49C53A
Text Example
Text Example
White with #49C53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C53A; }
p { color: rgb(73,197,58); }
H1.HeaderClassName
{
color: #49C53A;
}
.AnyTagClassName
{
color: #49C53A;
}
</style>
background-color css
<style>
a { background-color: #49C53A; }
a { background-color: rgb(73,197,58); }
div.DivClassName
{
background-color: #49C53A;
}
.BgClassName
{
background-color: #49C53A;
}
</style>
border-color css
<style>
span { border-color: #49C53A; }
span { border-color: rgb(73,197,58); }
td.TdClassName
{
border-color: #49C53A;
}
.TagClassName
{
border-color: #49C53A;
}
</style>