Shades of Limeade #4E9016
Tints of Limeade #4E9016
RGB
CMYK
RGB Variations
Color information
#4E9016 (or 0x4E9016) is known color: Limeade. HEX triplet: 4E, 90 and 16. RGB value is (78,144,22). Sum of RGB (Red+Green+Blue) = 78+144+22=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 144 (56.64% from 255 or 59.02% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9016 is #B16FE9. Grayscale: #6E6E6E. Windows color (decimal): -11628522 or 1478734. OLE color: 1478734.
HSL color Cylindrical-coordinate representation of color #4E9016: hue angle of 92.46º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E9016 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 22 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.44 |
| HSL | 92.46º | 0.73% | 0.33% | - |
| HSV(B) | 92.46º | 0.85% | 0.56% | - |
| XYZ | 13.26 | 21.62 | 4.23 | - |
| YUV | 110.36 | 78.13 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 22 | 0.46 | 0 | 0.85 | 0.44 | 92.46 | 0.73 | 0.33 |
| Hex | 4E | 90 | 16 | 2E | 0 | 55 | 2C | 5C | 49 | 21 |
| Octal | 116 | 220 | 26 | 56 | 0 | 125 | 54 | 134 | 111 | 41 |
| Binary | 1001110 | 10010000 | 10110 | 101110 | 0 | 1010101 | 101100 | 1011100 | 1001001 | 100001 |
Color Harmonies of #4E9016
Complementary color
Monochromatic Colors of #4E9016
Black with #4E9016
Text Example
Text Example
White with #4E9016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9016; }
p { color: rgb(78,144,22); }
H1.HeaderClassName
{
color: #4E9016;
}
.AnyTagClassName
{
color: #4E9016;
}
</style>
background-color css
<style>
a { background-color: #4E9016; }
a { background-color: rgb(78,144,22); }
div.DivClassName
{
background-color: #4E9016;
}
.BgClassName
{
background-color: #4E9016;
}
</style>
border-color css
<style>
span { border-color: #4E9016; }
span { border-color: rgb(78,144,22); }
td.TdClassName
{
border-color: #4E9016;
}
.TagClassName
{
border-color: #4E9016;
}
</style>