Shades of Limeade #4E9400
Tints of Limeade #4E9400
RGB
CMYK
RGB Variations
Color information
#4E9400 (or 0x4E9400) is known color: Limeade. HEX triplet: 4E, 94 and 00. RGB value is (78,148,0). Sum of RGB (Red+Green+Blue) = 78+148+0=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 148 (58.20% from 255 or 65.49% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 148 - color contains mainly: green. Hex color #4E9400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9400 is #B16BFF. Grayscale: #6E6E6E. Windows color (decimal): -11627520 or 37966. OLE color: 37966.
HSL color Cylindrical-coordinate representation of color #4E9400: hue angle of 88.38º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E9400 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 148 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.42 |
| HSL | 88.38º | 1% | 0.29% | - |
| HSV(B) | 88.38º | 1% | 0.58% | - |
| XYZ | 13.73 | 22.8 | 3.68 | - |
| YUV | 110.2 | 65.81 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 148 | 0 | 0.47 | 0 | 1 | 0.42 | 88.38 | 1 | 0.29 |
| Hex | 4E | 94 | 0 | 2F | 0 | 64 | 2A | 58 | 64 | 1D |
| Octal | 116 | 224 | 0 | 57 | 0 | 144 | 52 | 130 | 144 | 35 |
| Binary | 1001110 | 10010100 | 0 | 101111 | 0 | 1100100 | 101010 | 1011000 | 1100100 | 11101 |
Color Harmonies of #4E9400
Complementary color
Monochromatic Colors of #4E9400
Black with #4E9400
Text Example
Text Example
White with #4E9400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9400; }
p { color: rgb(78,148,0); }
H1.HeaderClassName
{
color: #4E9400;
}
.AnyTagClassName
{
color: #4E9400;
}
</style>
background-color css
<style>
a { background-color: #4E9400; }
a { background-color: rgb(78,148,0); }
div.DivClassName
{
background-color: #4E9400;
}
.BgClassName
{
background-color: #4E9400;
}
</style>
border-color css
<style>
span { border-color: #4E9400; }
span { border-color: rgb(78,148,0); }
td.TdClassName
{
border-color: #4E9400;
}
.TagClassName
{
border-color: #4E9400;
}
</style>