Shades of Limeade #4E9511
Tints of Limeade #4E9511
RGB
CMYK
RGB Variations
Color information
#4E9511 (or 0x4E9511) is known color: Limeade. HEX triplet: 4E, 95 and 11. RGB value is (78,149,17). Sum of RGB (Red+Green+Blue) = 78+149+17=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 149 (58.59% from 255 or 61.07% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 149 - color contains mainly: green. Hex color #4E9511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9511 is #B16AEE. Grayscale: #717171. Windows color (decimal): -11627247 or 1152334. OLE color: 1152334.
HSL color Cylindrical-coordinate representation of color #4E9511: hue angle of 92.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E9511 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 149 | 17 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.42 |
| HSL | 92.27º | 0.8% | 0.33% | - |
| HSV(B) | 92.27º | 0.89% | 0.58% | - |
| XYZ | 13.99 | 23.16 | 4.26 | - |
| YUV | 112.72 | 73.98 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 149 | 17 | 0.48 | 0 | 0.89 | 0.42 | 92.27 | 0.8 | 0.33 |
| Hex | 4E | 95 | 11 | 30 | 0 | 59 | 2A | 5C | 50 | 21 |
| Octal | 116 | 225 | 21 | 60 | 0 | 131 | 52 | 134 | 120 | 41 |
| Binary | 1001110 | 10010101 | 10001 | 110000 | 0 | 1011001 | 101010 | 1011100 | 1010000 | 100001 |
Color Harmonies of #4E9511
Complementary color
Monochromatic Colors of #4E9511
Black with #4E9511
Text Example
Text Example
White with #4E9511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9511; }
p { color: rgb(78,149,17); }
H1.HeaderClassName
{
color: #4E9511;
}
.AnyTagClassName
{
color: #4E9511;
}
</style>
background-color css
<style>
a { background-color: #4E9511; }
a { background-color: rgb(78,149,17); }
div.DivClassName
{
background-color: #4E9511;
}
.BgClassName
{
background-color: #4E9511;
}
</style>
border-color css
<style>
span { border-color: #4E9511; }
span { border-color: rgb(78,149,17); }
td.TdClassName
{
border-color: #4E9511;
}
.TagClassName
{
border-color: #4E9511;
}
</style>