Shades of Lime Green #49E031
Tints of Lime Green #49E031
RGB
CMYK
RGB Variations
Color information
#49E031 (or 0x49E031) is known color: Lime Green. HEX triplet: 49, E0 and 31. RGB value is (73,224,49). Sum of RGB (Red+Green+Blue) = 73+224+49=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 224 (87.89% from 255 or 64.74% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 224 - color contains mainly: green. Hex color #49E031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E031 is #B61FCE. Grayscale: #9F9F9F. Windows color (decimal): -11935695 or 3268681. OLE color: 3268681.
HSL color Cylindrical-coordinate representation of color #49E031: hue angle of 111.77º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49E031 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 224 | 49 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.12 |
| HSL | 111.77º | 0.74% | 0.54% | - |
| HSV(B) | 111.77º | 0.78% | 0.88% | - |
| XYZ | 29.96 | 54.95 | 11.93 | - |
| YUV | 158.9 | 65.97 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 224 | 49 | 0.67 | 0 | 0.78 | 0.12 | 111.77 | 0.74 | 0.54 |
| Hex | 49 | E0 | 31 | 43 | 0 | 4E | C | 70 | 4A | 36 |
| Octal | 111 | 340 | 61 | 103 | 0 | 116 | 14 | 160 | 112 | 66 |
| Binary | 1001001 | 11100000 | 110001 | 1000011 | 0 | 1001110 | 1100 | 1110000 | 1001010 | 110110 |
Color Harmonies of #49E031
Complementary color
Monochromatic Colors of #49E031
Black with #49E031
Text Example
Text Example
White with #49E031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E031; }
p { color: rgb(73,224,49); }
H1.HeaderClassName
{
color: #49E031;
}
.AnyTagClassName
{
color: #49E031;
}
</style>
background-color css
<style>
a { background-color: #49E031; }
a { background-color: rgb(73,224,49); }
div.DivClassName
{
background-color: #49E031;
}
.BgClassName
{
background-color: #49E031;
}
</style>
border-color css
<style>
span { border-color: #49E031; }
span { border-color: rgb(73,224,49); }
td.TdClassName
{
border-color: #49E031;
}
.TagClassName
{
border-color: #49E031;
}
</style>