Shades of Limeade #4E9310
Tints of Limeade #4E9310
RGB
CMYK
RGB Variations
Color information
#4E9310 (or 0x4E9310) is known color: Limeade. HEX triplet: 4E, 93 and 10. RGB value is (78,147,16). Sum of RGB (Red+Green+Blue) = 78+147+16=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 147 (57.81% from 255 or 61.00% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 147 - color contains mainly: green. Hex color #4E9310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9310 is #B16CEF. Grayscale: #6F6F6F. Windows color (decimal): -11627760 or 1086286. OLE color: 1086286.
HSL color Cylindrical-coordinate representation of color #4E9310: hue angle of 91.6º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E9310 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 147 | 16 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.42 |
| HSL | 91.6º | 0.8% | 0.32% | - |
| HSV(B) | 91.6º | 0.89% | 0.58% | - |
| XYZ | 13.67 | 22.52 | 4.12 | - |
| YUV | 111.44 | 74.14 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 16 | 0.47 | 0 | 0.89 | 0.42 | 91.6 | 0.8 | 0.32 |
| Hex | 4E | 93 | 10 | 2F | 0 | 59 | 2A | 5C | 50 | 20 |
| Octal | 116 | 223 | 20 | 57 | 0 | 131 | 52 | 134 | 120 | 40 |
| Binary | 1001110 | 10010011 | 10000 | 101111 | 0 | 1011001 | 101010 | 1011100 | 1010000 | 100000 |
Color Harmonies of #4E9310
Complementary color
Monochromatic Colors of #4E9310
Black with #4E9310
Text Example
Text Example
White with #4E9310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9310; }
p { color: rgb(78,147,16); }
H1.HeaderClassName
{
color: #4E9310;
}
.AnyTagClassName
{
color: #4E9310;
}
</style>
background-color css
<style>
a { background-color: #4E9310; }
a { background-color: rgb(78,147,16); }
div.DivClassName
{
background-color: #4E9310;
}
.BgClassName
{
background-color: #4E9310;
}
</style>
border-color css
<style>
span { border-color: #4E9310; }
span { border-color: rgb(78,147,16); }
td.TdClassName
{
border-color: #4E9310;
}
.TagClassName
{
border-color: #4E9310;
}
</style>