Shades of Limeade #499500
Tints of Limeade #499500
RGB
CMYK
RGB Variations
Color information
#499500 (or 0x499500) is known color: Limeade. HEX triplet: 49, 95 and 00. RGB value is (73,149,0). Sum of RGB (Red+Green+Blue) = 73+149+0=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #499500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499500 is #B66AFF. Grayscale: #6D6D6D. Windows color (decimal): -11954944 or 38217. OLE color: 38217.
HSL color Cylindrical-coordinate representation of color #499500: hue angle of 90.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #499500 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.42 |
| HSL | 90.6º | 1% | 0.29% | - |
| HSV(B) | 90.6º | 1% | 0.58% | - |
| XYZ | 13.5 | 22.91 | 3.71 | - |
| YUV | 109.29 | 66.32 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 0 | 0.51 | 0 | 1 | 0.42 | 90.6 | 1 | 0.29 |
| Hex | 49 | 95 | 0 | 33 | 0 | 64 | 2A | 5B | 64 | 1D |
| Octal | 111 | 225 | 0 | 63 | 0 | 144 | 52 | 133 | 144 | 35 |
| Binary | 1001001 | 10010101 | 0 | 110011 | 0 | 1100100 | 101010 | 1011011 | 1100100 | 11101 |
Color Harmonies of #499500
Complementary color
Monochromatic Colors of #499500
Black with #499500
Text Example
Text Example
White with #499500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499500; }
p { color: rgb(73,149,0); }
H1.HeaderClassName
{
color: #499500;
}
.AnyTagClassName
{
color: #499500;
}
</style>
background-color css
<style>
a { background-color: #499500; }
a { background-color: rgb(73,149,0); }
div.DivClassName
{
background-color: #499500;
}
.BgClassName
{
background-color: #499500;
}
</style>
border-color css
<style>
span { border-color: #499500; }
span { border-color: rgb(73,149,0); }
td.TdClassName
{
border-color: #499500;
}
.TagClassName
{
border-color: #499500;
}
</style>