Shades of Limeade #4D9306
Tints of Limeade #4D9306
RGB
CMYK
RGB Variations
Color information
#4D9306 (or 0x4D9306) is known color: Limeade. HEX triplet: 4D, 93 and 06. RGB value is (77,147,6). Sum of RGB (Red+Green+Blue) = 77+147+6=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 147 (57.81% from 255 or 63.91% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9306 is #B26CF9. Grayscale: #6E6E6E. Windows color (decimal): -11693306 or 430925. OLE color: 430925.
HSL color Cylindrical-coordinate representation of color #4D9306: hue angle of 89.79º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D9306 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 6 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.42 |
| HSL | 89.79º | 0.92% | 0.3% | - |
| HSV(B) | 89.79º | 0.96% | 0.58% | - |
| XYZ | 13.53 | 22.46 | 3.79 | - |
| YUV | 110 | 69.31 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 6 | 0.48 | 0 | 0.96 | 0.42 | 89.79 | 0.92 | 0.3 |
| Hex | 4D | 93 | 6 | 30 | 0 | 60 | 2A | 5A | 5C | 1E |
| Octal | 115 | 223 | 6 | 60 | 0 | 140 | 52 | 132 | 134 | 36 |
| Binary | 1001101 | 10010011 | 110 | 110000 | 0 | 1100000 | 101010 | 1011010 | 1011100 | 11110 |
Color Harmonies of #4D9306
Complementary color
Monochromatic Colors of #4D9306
Black with #4D9306
Text Example
Text Example
White with #4D9306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9306; }
p { color: rgb(77,147,6); }
H1.HeaderClassName
{
color: #4D9306;
}
.AnyTagClassName
{
color: #4D9306;
}
</style>
background-color css
<style>
a { background-color: #4D9306; }
a { background-color: rgb(77,147,6); }
div.DivClassName
{
background-color: #4D9306;
}
.BgClassName
{
background-color: #4D9306;
}
</style>
border-color css
<style>
span { border-color: #4D9306; }
span { border-color: rgb(77,147,6); }
td.TdClassName
{
border-color: #4D9306;
}
.TagClassName
{
border-color: #4D9306;
}
</style>