Shades of Limeade #4E9304
Tints of Limeade #4E9304
RGB
CMYK
RGB Variations
Color information
#4E9304 (or 0x4E9304) is known color: Limeade. HEX triplet: 4E, 93 and 04. RGB value is (78,147,4). Sum of RGB (Red+Green+Blue) = 78+147+4=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 147 (57.81% from 255 or 64.19% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 147 - color contains mainly: green. Hex color #4E9304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9304 is #B16CFB. Grayscale: #6E6E6E. Windows color (decimal): -11627772 or 299854. OLE color: 299854.
HSL color Cylindrical-coordinate representation of color #4E9304: hue angle of 88.95º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E9304 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 147 | 4 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.42 |
| HSL | 88.95º | 0.95% | 0.3% | - |
| HSV(B) | 88.95º | 0.97% | 0.58% | - |
| XYZ | 13.6 | 22.5 | 3.74 | - |
| YUV | 110.07 | 68.14 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 4 | 0.47 | 0 | 0.97 | 0.42 | 88.95 | 0.95 | 0.3 |
| Hex | 4E | 93 | 4 | 2F | 0 | 61 | 2A | 59 | 5F | 1E |
| Octal | 116 | 223 | 4 | 57 | 0 | 141 | 52 | 131 | 137 | 36 |
| Binary | 1001110 | 10010011 | 100 | 101111 | 0 | 1100001 | 101010 | 1011001 | 1011111 | 11110 |
Color Harmonies of #4E9304
Complementary color
Monochromatic Colors of #4E9304
Black with #4E9304
Text Example
Text Example
White with #4E9304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9304; }
p { color: rgb(78,147,4); }
H1.HeaderClassName
{
color: #4E9304;
}
.AnyTagClassName
{
color: #4E9304;
}
</style>
background-color css
<style>
a { background-color: #4E9304; }
a { background-color: rgb(78,147,4); }
div.DivClassName
{
background-color: #4E9304;
}
.BgClassName
{
background-color: #4E9304;
}
</style>
border-color css
<style>
span { border-color: #4E9304; }
span { border-color: rgb(78,147,4); }
td.TdClassName
{
border-color: #4E9304;
}
.TagClassName
{
border-color: #4E9304;
}
</style>