Shades of Limeade #4D9D0E
Tints of Limeade #4D9D0E
RGB
CMYK
RGB Variations
Color information
#4D9D0E (or 0x4D9D0E) is known color: Limeade. HEX triplet: 4D, 9D and 0E. RGB value is (77,157,14). Sum of RGB (Red+Green+Blue) = 77+157+14=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9D0E is #B262F1. Grayscale: #757575. Windows color (decimal): -11690738 or 957773. OLE color: 957773.
HSL color Cylindrical-coordinate representation of color #4D9D0E: hue angle of 93.57º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D9D0E is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 157 | 14 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.38 |
| HSL | 93.57º | 0.84% | 0.34% | - |
| HSV(B) | 93.57º | 0.91% | 0.62% | - |
| XYZ | 15.2 | 25.72 | 4.58 | - |
| YUV | 116.78 | 70 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 14 | 0.51 | 0 | 0.91 | 0.38 | 93.57 | 0.84 | 0.34 |
| Hex | 4D | 9D | E | 33 | 0 | 5B | 26 | 5E | 54 | 22 |
| Octal | 115 | 235 | 16 | 63 | 0 | 133 | 46 | 136 | 124 | 42 |
| Binary | 1001101 | 10011101 | 1110 | 110011 | 0 | 1011011 | 100110 | 1011110 | 1010100 | 100010 |
Color Harmonies of #4D9D0E
Complementary color
Monochromatic Colors of #4D9D0E
Black with #4D9D0E
Text Example
Text Example
White with #4D9D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9D0E; }
p { color: rgb(77,157,14); }
H1.HeaderClassName
{
color: #4D9D0E;
}
.AnyTagClassName
{
color: #4D9D0E;
}
</style>
background-color css
<style>
a { background-color: #4D9D0E; }
a { background-color: rgb(77,157,14); }
div.DivClassName
{
background-color: #4D9D0E;
}
.BgClassName
{
background-color: #4D9D0E;
}
</style>
border-color css
<style>
span { border-color: #4D9D0E; }
span { border-color: rgb(77,157,14); }
td.TdClassName
{
border-color: #4D9D0E;
}
.TagClassName
{
border-color: #4D9D0E;
}
</style>