Shades of Limeade #4D9914
Tints of Limeade #4D9914
RGB
CMYK
RGB Variations
Color information
#4D9914 (or 0x4D9914) is known color: Limeade. HEX triplet: 4D, 99 and 14. RGB value is (77,153,20). Sum of RGB (Red+Green+Blue) = 77+153+20=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9914 is #B266EB. Grayscale: #737373. Windows color (decimal): -11691756 or 1349965. OLE color: 1349965.
HSL color Cylindrical-coordinate representation of color #4D9914: hue angle of 94.29º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D9914 is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 20 | - |
| CMYK | 0.50 | 0 | 0.87 | 0.4 |
| HSL | 94.29º | 0.77% | 0.34% | - |
| HSV(B) | 94.29º | 0.87% | 0.6% | - |
| XYZ | 14.58 | 24.41 | 4.61 | - |
| YUV | 115.11 | 74.32 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 20 | 0.50 | 0 | 0.87 | 0.4 | 94.29 | 0.77 | 0.34 |
| Hex | 4D | 99 | 14 | 32 | 0 | 57 | 28 | 5E | 4D | 22 |
| Octal | 115 | 231 | 24 | 62 | 0 | 127 | 50 | 136 | 115 | 42 |
| Binary | 1001101 | 10011001 | 10100 | 110010 | 0 | 1010111 | 101000 | 1011110 | 1001101 | 100010 |
Color Harmonies of #4D9914
Complementary color
Monochromatic Colors of #4D9914
Black with #4D9914
Text Example
Text Example
White with #4D9914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9914; }
p { color: rgb(77,153,20); }
H1.HeaderClassName
{
color: #4D9914;
}
.AnyTagClassName
{
color: #4D9914;
}
</style>
background-color css
<style>
a { background-color: #4D9914; }
a { background-color: rgb(77,153,20); }
div.DivClassName
{
background-color: #4D9914;
}
.BgClassName
{
background-color: #4D9914;
}
</style>
border-color css
<style>
span { border-color: #4D9914; }
span { border-color: rgb(77,153,20); }
td.TdClassName
{
border-color: #4D9914;
}
.TagClassName
{
border-color: #4D9914;
}
</style>