Shades of Limeade #4E9013
Tints of Limeade #4E9013
RGB
CMYK
RGB Variations
Color information
#4E9013 (or 0x4E9013) is known color: Limeade. HEX triplet: 4E, 90 and 13. RGB value is (78,144,19). Sum of RGB (Red+Green+Blue) = 78+144+19=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 144 (56.64% from 255 or 59.75% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9013 is #B16FEC. Grayscale: #6E6E6E. Windows color (decimal): -11628525 or 1282126. OLE color: 1282126.
HSL color Cylindrical-coordinate representation of color #4E9013: hue angle of 91.68º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E9013 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 19 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.44 |
| HSL | 91.68º | 0.77% | 0.32% | - |
| HSV(B) | 91.68º | 0.87% | 0.56% | - |
| XYZ | 13.23 | 21.61 | 4.09 | - |
| YUV | 110.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 19 | 0.46 | 0 | 0.87 | 0.44 | 91.68 | 0.77 | 0.32 |
| Hex | 4E | 90 | 13 | 2E | 0 | 57 | 2C | 5C | 4D | 20 |
| Octal | 116 | 220 | 23 | 56 | 0 | 127 | 54 | 134 | 115 | 40 |
| Binary | 1001110 | 10010000 | 10011 | 101110 | 0 | 1010111 | 101100 | 1011100 | 1001101 | 100000 |
Color Harmonies of #4E9013
Complementary color
Monochromatic Colors of #4E9013
Black with #4E9013
Text Example
Text Example
White with #4E9013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9013; }
p { color: rgb(78,144,19); }
H1.HeaderClassName
{
color: #4E9013;
}
.AnyTagClassName
{
color: #4E9013;
}
</style>
background-color css
<style>
a { background-color: #4E9013; }
a { background-color: rgb(78,144,19); }
div.DivClassName
{
background-color: #4E9013;
}
.BgClassName
{
background-color: #4E9013;
}
</style>
border-color css
<style>
span { border-color: #4E9013; }
span { border-color: rgb(78,144,19); }
td.TdClassName
{
border-color: #4E9013;
}
.TagClassName
{
border-color: #4E9013;
}
</style>