Shades of Lime Green #49E024
Tints of Lime Green #49E024
RGB
CMYK
RGB Variations
Color information
#49E024 (or 0x49E024) is known color: Lime Green. HEX triplet: 49, E0 and 24. RGB value is (73,224,36). Sum of RGB (Red+Green+Blue) = 73+224+36=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 224 (87.89% from 255 or 67.27% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 224 - color contains mainly: green. Hex color #49E024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E024 is #B61FDB. Grayscale: #9E9E9E. Windows color (decimal): -11935708 or 2416713. OLE color: 2416713.
HSL color Cylindrical-coordinate representation of color #49E024: hue angle of 108.19º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49E024 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 224 | 36 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.12 |
| HSL | 108.19º | 0.75% | 0.51% | - |
| HSV(B) | 108.19º | 0.84% | 0.88% | - |
| XYZ | 29.72 | 54.86 | 10.69 | - |
| YUV | 157.42 | 59.47 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 224 | 36 | 0.67 | 0 | 0.84 | 0.12 | 108.19 | 0.75 | 0.51 |
| Hex | 49 | E0 | 24 | 43 | 0 | 54 | C | 6C | 4B | 33 |
| Octal | 111 | 340 | 44 | 103 | 0 | 124 | 14 | 154 | 113 | 63 |
| Binary | 1001001 | 11100000 | 100100 | 1000011 | 0 | 1010100 | 1100 | 1101100 | 1001011 | 110011 |
Color Harmonies of #49E024
Complementary color
Monochromatic Colors of #49E024
Black with #49E024
Text Example
Text Example
White with #49E024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E024; }
p { color: rgb(73,224,36); }
H1.HeaderClassName
{
color: #49E024;
}
.AnyTagClassName
{
color: #49E024;
}
</style>
background-color css
<style>
a { background-color: #49E024; }
a { background-color: rgb(73,224,36); }
div.DivClassName
{
background-color: #49E024;
}
.BgClassName
{
background-color: #49E024;
}
</style>
border-color css
<style>
span { border-color: #49E024; }
span { border-color: rgb(73,224,36); }
td.TdClassName
{
border-color: #49E024;
}
.TagClassName
{
border-color: #49E024;
}
</style>