Shades of Limeade #4E9510
Tints of Limeade #4E9510
RGB
CMYK
RGB Variations
Color information
#4E9510 (or 0x4E9510) is known color: Limeade. HEX triplet: 4E, 95 and 10. RGB value is (78,149,16). Sum of RGB (Red+Green+Blue) = 78+149+16=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #4E9510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9510 is #B16AEF. Grayscale: #717171. Windows color (decimal): -11627248 or 1086798. OLE color: 1086798.
HSL color Cylindrical-coordinate representation of color #4E9510: hue angle of 92.03º degrees, saturation: 0.81, 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 #4E9510 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 149 | 16 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.42 |
| HSL | 92.03º | 0.81% | 0.32% | - |
| HSV(B) | 92.03º | 0.89% | 0.58% | - |
| XYZ | 13.98 | 23.15 | 4.22 | - |
| YUV | 112.61 | 73.48 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 149 | 16 | 0.48 | 0 | 0.89 | 0.42 | 92.03 | 0.81 | 0.32 |
| Hex | 4E | 95 | 10 | 30 | 0 | 59 | 2A | 5C | 51 | 20 |
| Octal | 116 | 225 | 20 | 60 | 0 | 131 | 52 | 134 | 121 | 40 |
| Binary | 1001110 | 10010101 | 10000 | 110000 | 0 | 1011001 | 101010 | 1011100 | 1010001 | 100000 |
Color Harmonies of #4E9510
Complementary color
Monochromatic Colors of #4E9510
Black with #4E9510
Text Example
Text Example
White with #4E9510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9510; }
p { color: rgb(78,149,16); }
H1.HeaderClassName
{
color: #4E9510;
}
.AnyTagClassName
{
color: #4E9510;
}
</style>
background-color css
<style>
a { background-color: #4E9510; }
a { background-color: rgb(78,149,16); }
div.DivClassName
{
background-color: #4E9510;
}
.BgClassName
{
background-color: #4E9510;
}
</style>
border-color css
<style>
span { border-color: #4E9510; }
span { border-color: rgb(78,149,16); }
td.TdClassName
{
border-color: #4E9510;
}
.TagClassName
{
border-color: #4E9510;
}
</style>