Shades of Limeade #4D9406
Tints of Limeade #4D9406
RGB
CMYK
RGB Variations
Color information
#4D9406 (or 0x4D9406) is known color: Limeade. HEX triplet: 4D, 94 and 06. RGB value is (77,148,6). Sum of RGB (Red+Green+Blue) = 77+148+6=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #4D9406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9406 is #B26BF9. Grayscale: #6F6F6F. Windows color (decimal): -11693050 or 431181. OLE color: 431181.
HSL color Cylindrical-coordinate representation of color #4D9406: hue angle of 90º 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 #4D9406 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 148 | 6 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.42 |
| HSL | 90º | 0.92% | 0.3% | - |
| HSV(B) | 90º | 0.96% | 0.58% | - |
| XYZ | 13.68 | 22.77 | 3.85 | - |
| YUV | 110.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 6 | 0.48 | 0 | 0.96 | 0.42 | 90 | 0.92 | 0.3 |
| Hex | 4D | 94 | 6 | 30 | 0 | 60 | 2A | 5A | 5C | 1E |
| Octal | 115 | 224 | 6 | 60 | 0 | 140 | 52 | 132 | 134 | 36 |
| Binary | 1001101 | 10010100 | 110 | 110000 | 0 | 1100000 | 101010 | 1011010 | 1011100 | 11110 |
Color Harmonies of #4D9406
Complementary color
Monochromatic Colors of #4D9406
Black with #4D9406
Text Example
Text Example
White with #4D9406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9406; }
p { color: rgb(77,148,6); }
H1.HeaderClassName
{
color: #4D9406;
}
.AnyTagClassName
{
color: #4D9406;
}
</style>
background-color css
<style>
a { background-color: #4D9406; }
a { background-color: rgb(77,148,6); }
div.DivClassName
{
background-color: #4D9406;
}
.BgClassName
{
background-color: #4D9406;
}
</style>
border-color css
<style>
span { border-color: #4D9406; }
span { border-color: rgb(77,148,6); }
td.TdClassName
{
border-color: #4D9406;
}
.TagClassName
{
border-color: #4D9406;
}
</style>