Shades of Limeade #4E9F19
Tints of Limeade #4E9F19
RGB
CMYK
RGB Variations
Color information
#4E9F19 (or 0x4E9F19) is known color: Limeade. HEX triplet: 4E, 9F and 19. RGB value is (78,159,25). Sum of RGB (Red+Green+Blue) = 78+159+25=262 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.77% from 262); Green value is 159 (62.5% from 255 or 60.69% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9F19 is #B160E6. Grayscale: #777777. Windows color (decimal): -11624679 or 1679182. OLE color: 1679182.
HSL color Cylindrical-coordinate representation of color #4E9F19: hue angle of 96.27º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E9F19 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 159 | 25 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.38 |
| HSL | 96.27º | 0.73% | 0.36% | - |
| HSV(B) | 96.27º | 0.84% | 0.62% | - |
| XYZ | 15.72 | 26.49 | 5.2 | - |
| YUV | 119.51 | 74.66 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 159 | 25 | 0.51 | 0 | 0.84 | 0.38 | 96.27 | 0.73 | 0.36 |
| Hex | 4E | 9F | 19 | 33 | 0 | 54 | 26 | 60 | 49 | 24 |
| Octal | 116 | 237 | 31 | 63 | 0 | 124 | 46 | 140 | 111 | 44 |
| Binary | 1001110 | 10011111 | 11001 | 110011 | 0 | 1010100 | 100110 | 1100000 | 1001001 | 100100 |
Color Harmonies of #4E9F19
Complementary color
Monochromatic Colors of #4E9F19
Black with #4E9F19
Text Example
Text Example
White with #4E9F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9F19; }
p { color: rgb(78,159,25); }
H1.HeaderClassName
{
color: #4E9F19;
}
.AnyTagClassName
{
color: #4E9F19;
}
</style>
background-color css
<style>
a { background-color: #4E9F19; }
a { background-color: rgb(78,159,25); }
div.DivClassName
{
background-color: #4E9F19;
}
.BgClassName
{
background-color: #4E9F19;
}
</style>
border-color css
<style>
span { border-color: #4E9F19; }
span { border-color: rgb(78,159,25); }
td.TdClassName
{
border-color: #4E9F19;
}
.TagClassName
{
border-color: #4E9F19;
}
</style>