Shades of Limeade #4E9408
Tints of Limeade #4E9408
RGB
CMYK
RGB Variations
Color information
#4E9408 (or 0x4E9408) is known color: Limeade. HEX triplet: 4E, 94 and 08. RGB value is (78,148,8). Sum of RGB (Red+Green+Blue) = 78+148+8=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #4E9408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9408 is #B16BF7. Grayscale: #6F6F6F. Windows color (decimal): -11627512 or 562254. OLE color: 562254.
HSL color Cylindrical-coordinate representation of color #4E9408: hue angle of 90º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E9408 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 148 | 8 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.42 |
| HSL | 90º | 0.9% | 0.31% | - |
| HSV(B) | 90º | 0.95% | 0.58% | - |
| XYZ | 13.78 | 22.82 | 3.91 | - |
| YUV | 111.11 | 69.81 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 148 | 8 | 0.47 | 0 | 0.95 | 0.42 | 90 | 0.9 | 0.31 |
| Hex | 4E | 94 | 8 | 2F | 0 | 5F | 2A | 5A | 5A | 1F |
| Octal | 116 | 224 | 10 | 57 | 0 | 137 | 52 | 132 | 132 | 37 |
| Binary | 1001110 | 10010100 | 1000 | 101111 | 0 | 1011111 | 101010 | 1011010 | 1011010 | 11111 |
Color Harmonies of #4E9408
Complementary color
Monochromatic Colors of #4E9408
Black with #4E9408
Text Example
Text Example
White with #4E9408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9408; }
p { color: rgb(78,148,8); }
H1.HeaderClassName
{
color: #4E9408;
}
.AnyTagClassName
{
color: #4E9408;
}
</style>
background-color css
<style>
a { background-color: #4E9408; }
a { background-color: rgb(78,148,8); }
div.DivClassName
{
background-color: #4E9408;
}
.BgClassName
{
background-color: #4E9408;
}
</style>
border-color css
<style>
span { border-color: #4E9408; }
span { border-color: rgb(78,148,8); }
td.TdClassName
{
border-color: #4E9408;
}
.TagClassName
{
border-color: #4E9408;
}
</style>