Shades of Lime Green #49E726
Tints of Lime Green #49E726
RGB
CMYK
RGB Variations
Color information
#49E726 (or 0x49E726) is known color: Lime Green. HEX triplet: 49, E7 and 26. RGB value is (73,231,38). Sum of RGB (Red+Green+Blue) = 73+231+38=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 231 (90.62% from 255 or 67.54% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 231 - color contains mainly: green. Hex color #49E726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49E726 is #B618D9. Grayscale: #A2A2A2. Windows color (decimal): -11933914 or 2549577. OLE color: 2549577.
HSL color Cylindrical-coordinate representation of color #49E726: hue angle of 109.12º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49E726 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 231 | 38 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.09 |
| HSL | 109.12º | 0.8% | 0.53% | - |
| HSV(B) | 109.12º | 0.84% | 0.91% | - |
| XYZ | 31.67 | 58.71 | 11.5 | - |
| YUV | 161.76 | 58.15 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 231 | 38 | 0.68 | 0 | 0.84 | 0.09 | 109.12 | 0.8 | 0.53 |
| Hex | 49 | E7 | 26 | 44 | 0 | 54 | 9 | 6D | 50 | 35 |
| Octal | 111 | 347 | 46 | 104 | 0 | 124 | 11 | 155 | 120 | 65 |
| Binary | 1001001 | 11100111 | 100110 | 1000100 | 0 | 1010100 | 1001 | 1101101 | 1010000 | 110101 |
Color Harmonies of #49E726
Complementary color
Monochromatic Colors of #49E726
Black with #49E726
Text Example
Text Example
White with #49E726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E726; }
p { color: rgb(73,231,38); }
H1.HeaderClassName
{
color: #49E726;
}
.AnyTagClassName
{
color: #49E726;
}
</style>
background-color css
<style>
a { background-color: #49E726; }
a { background-color: rgb(73,231,38); }
div.DivClassName
{
background-color: #49E726;
}
.BgClassName
{
background-color: #49E726;
}
</style>
border-color css
<style>
span { border-color: #49E726; }
span { border-color: rgb(73,231,38); }
td.TdClassName
{
border-color: #49E726;
}
.TagClassName
{
border-color: #49E726;
}
</style>