Shades of Limeade #4E9305
Tints of Limeade #4E9305
RGB
CMYK
RGB Variations
Color information
#4E9305 (or 0x4E9305) is known color: Limeade. HEX triplet: 4E, 93 and 05. RGB value is (78,147,5). Sum of RGB (Red+Green+Blue) = 78+147+5=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 147 (57.81% from 255 or 63.91% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 147 - color contains mainly: green. Hex color #4E9305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9305 is #B16CFA. Grayscale: #6E6E6E. Windows color (decimal): -11627771 or 365390. OLE color: 365390.
HSL color Cylindrical-coordinate representation of color #4E9305: hue angle of 89.15º degrees, saturation: 0.93, 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 #4E9305 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 147 | 5 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.42 |
| HSL | 89.15º | 0.93% | 0.3% | - |
| HSV(B) | 89.15º | 0.97% | 0.58% | - |
| XYZ | 13.6 | 22.5 | 3.77 | - |
| YUV | 110.18 | 68.64 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 5 | 0.47 | 0 | 0.97 | 0.42 | 89.15 | 0.93 | 0.3 |
| Hex | 4E | 93 | 5 | 2F | 0 | 61 | 2A | 59 | 5D | 1E |
| Octal | 116 | 223 | 5 | 57 | 0 | 141 | 52 | 131 | 135 | 36 |
| Binary | 1001110 | 10010011 | 101 | 101111 | 0 | 1100001 | 101010 | 1011001 | 1011101 | 11110 |
Color Harmonies of #4E9305
Complementary color
Monochromatic Colors of #4E9305
Black with #4E9305
Text Example
Text Example
White with #4E9305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9305; }
p { color: rgb(78,147,5); }
H1.HeaderClassName
{
color: #4E9305;
}
.AnyTagClassName
{
color: #4E9305;
}
</style>
background-color css
<style>
a { background-color: #4E9305; }
a { background-color: rgb(78,147,5); }
div.DivClassName
{
background-color: #4E9305;
}
.BgClassName
{
background-color: #4E9305;
}
</style>
border-color css
<style>
span { border-color: #4E9305; }
span { border-color: rgb(78,147,5); }
td.TdClassName
{
border-color: #4E9305;
}
.TagClassName
{
border-color: #4E9305;
}
</style>