Shades of Lime Green #49E126
Tints of Lime Green #49E126
RGB
CMYK
RGB Variations
Color information
#49E126 (or 0x49E126) is known color: Lime Green. HEX triplet: 49, E1 and 26. RGB value is (73,225,38). Sum of RGB (Red+Green+Blue) = 73+225+38=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 225 (88.28% from 255 or 66.96% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 225 - color contains mainly: green. Hex color #49E126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E126 is #B61ED9. Grayscale: #9E9E9E. Windows color (decimal): -11935450 or 2548041. OLE color: 2548041.
HSL color Cylindrical-coordinate representation of color #49E126: hue angle of 108.77º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49E126 is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 225 | 38 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.12 |
| HSL | 108.77º | 0.76% | 0.52% | - |
| HSV(B) | 108.77º | 0.83% | 0.88% | - |
| XYZ | 30.02 | 55.41 | 10.95 | - |
| YUV | 158.23 | 60.14 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 225 | 38 | 0.68 | 0 | 0.83 | 0.12 | 108.77 | 0.76 | 0.52 |
| Hex | 49 | E1 | 26 | 44 | 0 | 53 | C | 6D | 4C | 34 |
| Octal | 111 | 341 | 46 | 104 | 0 | 123 | 14 | 155 | 114 | 64 |
| Binary | 1001001 | 11100001 | 100110 | 1000100 | 0 | 1010011 | 1100 | 1101101 | 1001100 | 110100 |
Color Harmonies of #49E126
Complementary color
Monochromatic Colors of #49E126
Black with #49E126
Text Example
Text Example
White with #49E126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E126; }
p { color: rgb(73,225,38); }
H1.HeaderClassName
{
color: #49E126;
}
.AnyTagClassName
{
color: #49E126;
}
</style>
background-color css
<style>
a { background-color: #49E126; }
a { background-color: rgb(73,225,38); }
div.DivClassName
{
background-color: #49E126;
}
.BgClassName
{
background-color: #49E126;
}
</style>
border-color css
<style>
span { border-color: #49E126; }
span { border-color: rgb(73,225,38); }
td.TdClassName
{
border-color: #49E126;
}
.TagClassName
{
border-color: #49E126;
}
</style>