Shades of Limeade #4E900F
Tints of Limeade #4E900F
RGB
CMYK
RGB Variations
Color information
#4E900F (or 0x4E900F) is known color: Limeade. HEX triplet: 4E, 90 and 0F. RGB value is (78,144,15). Sum of RGB (Red+Green+Blue) = 78+144+15=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 144 (56.64% from 255 or 60.76% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 144 - color contains mainly: green. Hex color #4E900F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E900F is #B16FF0. Grayscale: #6E6E6E. Windows color (decimal): -11628529 or 1019982. OLE color: 1019982.
HSL color Cylindrical-coordinate representation of color #4E900F: hue angle of 90.7º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E900F is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 15 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.44 |
| HSL | 90.7º | 0.81% | 0.31% | - |
| HSV(B) | 90.7º | 0.9% | 0.56% | - |
| XYZ | 13.2 | 21.6 | 3.93 | - |
| YUV | 109.56 | 74.63 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 15 | 0.46 | 0 | 0.90 | 0.44 | 90.7 | 0.81 | 0.31 |
| Hex | 4E | 90 | F | 2E | 0 | 5A | 2C | 5B | 51 | 1F |
| Octal | 116 | 220 | 17 | 56 | 0 | 132 | 54 | 133 | 121 | 37 |
| Binary | 1001110 | 10010000 | 1111 | 101110 | 0 | 1011010 | 101100 | 1011011 | 1010001 | 11111 |
Color Harmonies of #4E900F
Complementary color
Monochromatic Colors of #4E900F
Black with #4E900F
Text Example
Text Example
White with #4E900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E900F; }
p { color: rgb(78,144,15); }
H1.HeaderClassName
{
color: #4E900F;
}
.AnyTagClassName
{
color: #4E900F;
}
</style>
background-color css
<style>
a { background-color: #4E900F; }
a { background-color: rgb(78,144,15); }
div.DivClassName
{
background-color: #4E900F;
}
.BgClassName
{
background-color: #4E900F;
}
</style>
border-color css
<style>
span { border-color: #4E900F; }
span { border-color: rgb(78,144,15); }
td.TdClassName
{
border-color: #4E900F;
}
.TagClassName
{
border-color: #4E900F;
}
</style>