Shades of Limeade #4D911A
Tints of Limeade #4D911A
RGB
CMYK
RGB Variations
Color information
#4D911A (or 0x4D911A) is known color: Limeade. HEX triplet: 4D, 91 and 1A. RGB value is (77,145,26). Sum of RGB (Red+Green+Blue) = 77+145+26=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 145 (57.03% from 255 or 58.47% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 145 - color contains mainly: green. Hex color #4D911A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D911A is #B26EE5. Grayscale: #6F6F6F. Windows color (decimal): -11693798 or 1741133. OLE color: 1741133.
HSL color Cylindrical-coordinate representation of color #4D911A: hue angle of 94.29º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D911A is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 26 | - |
| CMYK | 0.47 | 0 | 0.82 | 0.43 |
| HSL | 94.29º | 0.7% | 0.34% | - |
| HSV(B) | 94.29º | 0.82% | 0.57% | - |
| XYZ | 13.37 | 21.9 | 4.5 | - |
| YUV | 111.1 | 79.97 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 26 | 0.47 | 0 | 0.82 | 0.43 | 94.29 | 0.7 | 0.34 |
| Hex | 4D | 91 | 1A | 2F | 0 | 52 | 2B | 5E | 46 | 22 |
| Octal | 115 | 221 | 32 | 57 | 0 | 122 | 53 | 136 | 106 | 42 |
| Binary | 1001101 | 10010001 | 11010 | 101111 | 0 | 1010010 | 101011 | 1011110 | 1000110 | 100010 |
Color Harmonies of #4D911A
Complementary color
Monochromatic Colors of #4D911A
Black with #4D911A
Text Example
Text Example
White with #4D911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D911A; }
p { color: rgb(77,145,26); }
H1.HeaderClassName
{
color: #4D911A;
}
.AnyTagClassName
{
color: #4D911A;
}
</style>
background-color css
<style>
a { background-color: #4D911A; }
a { background-color: rgb(77,145,26); }
div.DivClassName
{
background-color: #4D911A;
}
.BgClassName
{
background-color: #4D911A;
}
</style>
border-color css
<style>
span { border-color: #4D911A; }
span { border-color: rgb(77,145,26); }
td.TdClassName
{
border-color: #4D911A;
}
.TagClassName
{
border-color: #4D911A;
}
</style>