Shades of Limeade #4E9407
Tints of Limeade #4E9407
RGB
CMYK
RGB Variations
Color information
#4E9407 (or 0x4E9407) is known color: Limeade. HEX triplet: 4E, 94 and 07. RGB value is (78,148,7). Sum of RGB (Red+Green+Blue) = 78+148+7=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #4E9407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9407 is #B16BF8. Grayscale: #6F6F6F. Windows color (decimal): -11627513 or 496718. OLE color: 496718.
HSL color Cylindrical-coordinate representation of color #4E9407: hue angle of 89.79º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E9407 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 148 | 7 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.42 |
| HSL | 89.79º | 0.91% | 0.3% | - |
| HSV(B) | 89.79º | 0.95% | 0.58% | - |
| XYZ | 13.77 | 22.81 | 3.88 | - |
| YUV | 111 | 69.31 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 148 | 7 | 0.47 | 0 | 0.95 | 0.42 | 89.79 | 0.91 | 0.3 |
| Hex | 4E | 94 | 7 | 2F | 0 | 5F | 2A | 5A | 5B | 1E |
| Octal | 116 | 224 | 7 | 57 | 0 | 137 | 52 | 132 | 133 | 36 |
| Binary | 1001110 | 10010100 | 111 | 101111 | 0 | 1011111 | 101010 | 1011010 | 1011011 | 11110 |
Color Harmonies of #4E9407
Complementary color
Monochromatic Colors of #4E9407
Black with #4E9407
Text Example
Text Example
White with #4E9407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9407; }
p { color: rgb(78,148,7); }
H1.HeaderClassName
{
color: #4E9407;
}
.AnyTagClassName
{
color: #4E9407;
}
</style>
background-color css
<style>
a { background-color: #4E9407; }
a { background-color: rgb(78,148,7); }
div.DivClassName
{
background-color: #4E9407;
}
.BgClassName
{
background-color: #4E9407;
}
</style>
border-color css
<style>
span { border-color: #4E9407; }
span { border-color: rgb(78,148,7); }
td.TdClassName
{
border-color: #4E9407;
}
.TagClassName
{
border-color: #4E9407;
}
</style>