Shades of Limeade #4D910E
Tints of Limeade #4D910E
RGB
CMYK
RGB Variations
Color information
#4D910E (or 0x4D910E) is known color: Limeade. HEX triplet: 4D, 91 and 0E. RGB value is (77,145,14). Sum of RGB (Red+Green+Blue) = 77+145+14=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 145 (57.03% from 255 or 61.44% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 145 - color contains mainly: green. Hex color #4D910E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D910E is #B26EF1. Grayscale: #6E6E6E. Windows color (decimal): -11693810 or 954701. OLE color: 954701.
HSL color Cylindrical-coordinate representation of color #4D910E: hue angle of 91.15º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D910E is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 14 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.43 |
| HSL | 91.15º | 0.82% | 0.31% | - |
| HSV(B) | 91.15º | 0.9% | 0.57% | - |
| XYZ | 13.27 | 21.86 | 3.94 | - |
| YUV | 109.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 14 | 0.47 | 0 | 0.90 | 0.43 | 91.15 | 0.82 | 0.31 |
| Hex | 4D | 91 | E | 2F | 0 | 5A | 2B | 5B | 52 | 1F |
| Octal | 115 | 221 | 16 | 57 | 0 | 132 | 53 | 133 | 122 | 37 |
| Binary | 1001101 | 10010001 | 1110 | 101111 | 0 | 1011010 | 101011 | 1011011 | 1010010 | 11111 |
Color Harmonies of #4D910E
Complementary color
Monochromatic Colors of #4D910E
Black with #4D910E
Text Example
Text Example
White with #4D910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D910E; }
p { color: rgb(77,145,14); }
H1.HeaderClassName
{
color: #4D910E;
}
.AnyTagClassName
{
color: #4D910E;
}
</style>
background-color css
<style>
a { background-color: #4D910E; }
a { background-color: rgb(77,145,14); }
div.DivClassName
{
background-color: #4D910E;
}
.BgClassName
{
background-color: #4D910E;
}
</style>
border-color css
<style>
span { border-color: #4D910E; }
span { border-color: rgb(77,145,14); }
td.TdClassName
{
border-color: #4D910E;
}
.TagClassName
{
border-color: #4D910E;
}
</style>