Shades of Lime Green #49E827
Tints of Lime Green #49E827
RGB
CMYK
RGB Variations
Color information
#49E827 (or 0x49E827) is known color: Lime Green. HEX triplet: 49, E8 and 27. RGB value is (73,232,39). Sum of RGB (Red+Green+Blue) = 73+232+39=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 232 (91.02% from 255 or 67.44% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 232 - color contains mainly: green. Hex color #49E827 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49E827 is #B617D8. Grayscale: #A3A3A3. Windows color (decimal): -11933657 or 2615369. OLE color: 2615369.
HSL color Cylindrical-coordinate representation of color #49E827: hue angle of 109.43º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49E827 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 232 | 39 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.09 |
| HSL | 109.43º | 0.81% | 0.53% | - |
| HSV(B) | 109.43º | 0.83% | 0.91% | - |
| XYZ | 31.97 | 59.28 | 11.68 | - |
| YUV | 162.46 | 58.32 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 39 | 0.69 | 0 | 0.83 | 0.09 | 109.43 | 0.81 | 0.53 |
| Hex | 49 | E8 | 27 | 45 | 0 | 53 | 9 | 6D | 51 | 35 |
| Octal | 111 | 350 | 47 | 105 | 0 | 123 | 11 | 155 | 121 | 65 |
| Binary | 1001001 | 11101000 | 100111 | 1000101 | 0 | 1010011 | 1001 | 1101101 | 1010001 | 110101 |
Color Harmonies of #49E827
Complementary color
Monochromatic Colors of #49E827
Black with #49E827
Text Example
Text Example
White with #49E827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E827; }
p { color: rgb(73,232,39); }
H1.HeaderClassName
{
color: #49E827;
}
.AnyTagClassName
{
color: #49E827;
}
</style>
background-color css
<style>
a { background-color: #49E827; }
a { background-color: rgb(73,232,39); }
div.DivClassName
{
background-color: #49E827;
}
.BgClassName
{
background-color: #49E827;
}
</style>
border-color css
<style>
span { border-color: #49E827; }
span { border-color: rgb(73,232,39); }
td.TdClassName
{
border-color: #49E827;
}
.TagClassName
{
border-color: #49E827;
}
</style>