Shades of Limeade #4E9905
Tints of Limeade #4E9905
RGB
CMYK
RGB Variations
Color information
#4E9905 (or 0x4E9905) is known color: Limeade. HEX triplet: 4E, 99 and 05. RGB value is (78,153,5). Sum of RGB (Red+Green+Blue) = 78+153+5=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 153 (60.16% from 255 or 64.83% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 153 - color contains mainly: green. Hex color #4E9905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9905 is #B166FA. Grayscale: #727272. Windows color (decimal): -11626235 or 366926. OLE color: 366926.
HSL color Cylindrical-coordinate representation of color #4E9905: hue angle of 90.41º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E9905 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 78 | 153 | 5 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.4 |
| HSL | 90.41º | 0.94% | 0.31% | - |
| HSV(B) | 90.41º | 0.97% | 0.6% | - |
| XYZ | 14.56 | 24.41 | 4.09 | - |
| YUV | 113.7 | 66.65 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 153 | 5 | 0.49 | 0 | 0.97 | 0.4 | 90.41 | 0.94 | 0.31 |
| Hex | 4E | 99 | 5 | 31 | 0 | 61 | 28 | 5A | 5E | 1F |
| Octal | 116 | 231 | 5 | 61 | 0 | 141 | 50 | 132 | 136 | 37 |
| Binary | 1001110 | 10011001 | 101 | 110001 | 0 | 1100001 | 101000 | 1011010 | 1011110 | 11111 |
Color Harmonies of #4E9905
Complementary color
Monochromatic Colors of #4E9905
Black with #4E9905
Text Example
Text Example
White with #4E9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9905; }
p { color: rgb(78,153,5); }
H1.HeaderClassName
{
color: #4E9905;
}
.AnyTagClassName
{
color: #4E9905;
}
</style>
background-color css
<style>
a { background-color: #4E9905; }
a { background-color: rgb(78,153,5); }
div.DivClassName
{
background-color: #4E9905;
}
.BgClassName
{
background-color: #4E9905;
}
</style>
border-color css
<style>
span { border-color: #4E9905; }
span { border-color: rgb(78,153,5); }
td.TdClassName
{
border-color: #4E9905;
}
.TagClassName
{
border-color: #4E9905;
}
</style>