Shades of Limeade #499300
Tints of Limeade #499300
RGB
CMYK
RGB Variations
Color information
#499300 (or 0x499300) is known color: Limeade. HEX triplet: 49, 93 and 00. RGB value is (73,147,0). Sum of RGB (Red+Green+Blue) = 73+147+0=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 147 (57.81% from 255 or 66.82% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 147 - color contains mainly: green. Hex color #499300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499300 is #B66CFF. Grayscale: #6C6C6C. Windows color (decimal): -11955456 or 37705. OLE color: 37705.
HSL color Cylindrical-coordinate representation of color #499300: hue angle of 90.2º 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 #499300 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.42 |
| HSL | 90.2º | 1% | 0.29% | - |
| HSV(B) | 90.2º | 1% | 0.58% | - |
| XYZ | 13.18 | 22.28 | 3.61 | - |
| YUV | 108.12 | 66.98 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 0 | 0.50 | 0 | 1 | 0.42 | 90.2 | 1 | 0.29 |
| Hex | 49 | 93 | 0 | 32 | 0 | 64 | 2A | 5A | 64 | 1D |
| Octal | 111 | 223 | 0 | 62 | 0 | 144 | 52 | 132 | 144 | 35 |
| Binary | 1001001 | 10010011 | 0 | 110010 | 0 | 1100100 | 101010 | 1011010 | 1100100 | 11101 |
Color Harmonies of #499300
Complementary color
Monochromatic Colors of #499300
Black with #499300
Text Example
Text Example
White with #499300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499300; }
p { color: rgb(73,147,0); }
H1.HeaderClassName
{
color: #499300;
}
.AnyTagClassName
{
color: #499300;
}
</style>
background-color css
<style>
a { background-color: #499300; }
a { background-color: rgb(73,147,0); }
div.DivClassName
{
background-color: #499300;
}
.BgClassName
{
background-color: #499300;
}
</style>
border-color css
<style>
span { border-color: #499300; }
span { border-color: rgb(73,147,0); }
td.TdClassName
{
border-color: #499300;
}
.TagClassName
{
border-color: #499300;
}
</style>