Shades of Limeade #4D9119
Tints of Limeade #4D9119
RGB
CMYK
RGB Variations
Color information
#4D9119 (or 0x4D9119) is known color: Limeade. HEX triplet: 4D, 91 and 19. RGB value is (77,145,25). Sum of RGB (Red+Green+Blue) = 77+145+25=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9119 is #B26EE6. Grayscale: #6F6F6F. Windows color (decimal): -11693799 or 1675597. OLE color: 1675597.
HSL color Cylindrical-coordinate representation of color #4D9119: hue angle of 94º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D9119 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 25 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.43 |
| HSL | 94º | 0.71% | 0.33% | - |
| HSV(B) | 94º | 0.83% | 0.57% | - |
| XYZ | 13.36 | 21.9 | 4.44 | - |
| YUV | 110.99 | 79.47 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 25 | 0.47 | 0 | 0.83 | 0.43 | 94 | 0.71 | 0.33 |
| Hex | 4D | 91 | 19 | 2F | 0 | 53 | 2B | 5E | 47 | 21 |
| Octal | 115 | 221 | 31 | 57 | 0 | 123 | 53 | 136 | 107 | 41 |
| Binary | 1001101 | 10010001 | 11001 | 101111 | 0 | 1010011 | 101011 | 1011110 | 1000111 | 100001 |
Color Harmonies of #4D9119
Complementary color
Monochromatic Colors of #4D9119
Black with #4D9119
Text Example
Text Example
White with #4D9119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9119; }
p { color: rgb(77,145,25); }
H1.HeaderClassName
{
color: #4D9119;
}
.AnyTagClassName
{
color: #4D9119;
}
</style>
background-color css
<style>
a { background-color: #4D9119; }
a { background-color: rgb(77,145,25); }
div.DivClassName
{
background-color: #4D9119;
}
.BgClassName
{
background-color: #4D9119;
}
</style>
border-color css
<style>
span { border-color: #4D9119; }
span { border-color: rgb(77,145,25); }
td.TdClassName
{
border-color: #4D9119;
}
.TagClassName
{
border-color: #4D9119;
}
</style>