Shades of Limeade #4EA019
Tints of Limeade #4EA019
RGB
CMYK
RGB Variations
Color information
#4EA019 (or 0x4EA019) is known color: Limeade. HEX triplet: 4E, A0 and 19. RGB value is (78,160,25). Sum of RGB (Red+Green+Blue) = 78+160+25=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4EA019 is #B15FE6. Grayscale: #787878. Windows color (decimal): -11624423 or 1679438. OLE color: 1679438.
HSL color Cylindrical-coordinate representation of color #4EA019: hue angle of 96.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4EA019 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 25 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.37 |
| HSL | 96.44º | 0.73% | 0.36% | - |
| HSV(B) | 96.44º | 0.84% | 0.63% | - |
| XYZ | 15.89 | 26.83 | 5.26 | - |
| YUV | 120.09 | 74.33 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 25 | 0.51 | 0 | 0.84 | 0.37 | 96.44 | 0.73 | 0.36 |
| Hex | 4E | A0 | 19 | 33 | 0 | 54 | 25 | 60 | 49 | 24 |
| Octal | 116 | 240 | 31 | 63 | 0 | 124 | 45 | 140 | 111 | 44 |
| Binary | 1001110 | 10100000 | 11001 | 110011 | 0 | 1010100 | 100101 | 1100000 | 1001001 | 100100 |
Color Harmonies of #4EA019
Complementary color
Monochromatic Colors of #4EA019
Black with #4EA019
Text Example
Text Example
White with #4EA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA019; }
p { color: rgb(78,160,25); }
H1.HeaderClassName
{
color: #4EA019;
}
.AnyTagClassName
{
color: #4EA019;
}
</style>
background-color css
<style>
a { background-color: #4EA019; }
a { background-color: rgb(78,160,25); }
div.DivClassName
{
background-color: #4EA019;
}
.BgClassName
{
background-color: #4EA019;
}
</style>
border-color css
<style>
span { border-color: #4EA019; }
span { border-color: rgb(78,160,25); }
td.TdClassName
{
border-color: #4EA019;
}
.TagClassName
{
border-color: #4EA019;
}
</style>