Shades of Lime Green #49C131
Tints of Lime Green #49C131
RGB
CMYK
RGB Variations
Color information
#49C131 (or 0x49C131) is known color: Lime Green. HEX triplet: 49, C1 and 31. RGB value is (73,193,49). Sum of RGB (Red+Green+Blue) = 73+193+49=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #49C131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C131 is #B63ECE. Grayscale: #8D8D8D. Windows color (decimal): -11943631 or 3260745. OLE color: 3260745.
HSL color Cylindrical-coordinate representation of color #49C131: hue angle of 110º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49C131 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 193 | 49 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.24 |
| HSL | 110º | 0.6% | 0.47% | - |
| HSV(B) | 110º | 0.75% | 0.76% | - |
| XYZ | 22.37 | 39.78 | 9.4 | - |
| YUV | 140.7 | 76.24 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 49 | 0.62 | 0 | 0.75 | 0.24 | 110 | 0.6 | 0.47 |
| Hex | 49 | C1 | 31 | 3E | 0 | 4B | 18 | 6E | 3C | 2F |
| Octal | 111 | 301 | 61 | 76 | 0 | 113 | 30 | 156 | 74 | 57 |
| Binary | 1001001 | 11000001 | 110001 | 111110 | 0 | 1001011 | 11000 | 1101110 | 111100 | 101111 |
Color Harmonies of #49C131
Complementary color
Monochromatic Colors of #49C131
Black with #49C131
Text Example
Text Example
White with #49C131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C131; }
p { color: rgb(73,193,49); }
H1.HeaderClassName
{
color: #49C131;
}
.AnyTagClassName
{
color: #49C131;
}
</style>
background-color css
<style>
a { background-color: #49C131; }
a { background-color: rgb(73,193,49); }
div.DivClassName
{
background-color: #49C131;
}
.BgClassName
{
background-color: #49C131;
}
</style>
border-color css
<style>
span { border-color: #49C131; }
span { border-color: rgb(73,193,49); }
td.TdClassName
{
border-color: #49C131;
}
.TagClassName
{
border-color: #49C131;
}
</style>