Shades of Limeade #499703
Tints of Limeade #499703
RGB
CMYK
RGB Variations
Color information
#499703 (or 0x499703) is known color: Limeade. HEX triplet: 49, 97 and 03. RGB value is (73,151,3). Sum of RGB (Red+Green+Blue) = 73+151+3=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 151 (59.38% from 255 or 66.52% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 151 - color contains mainly: green. Hex color #499703 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499703 is #B668FC. Grayscale: #6F6F6F. Windows color (decimal): -11954429 or 235337. OLE color: 235337.
HSL color Cylindrical-coordinate representation of color #499703: hue angle of 91.62º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #499703 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 3 | - |
| CMYK | 0.52 | 0 | 0.98 | 0.41 |
| HSL | 91.62º | 0.96% | 0.3% | - |
| HSV(B) | 91.62º | 0.98% | 0.59% | - |
| XYZ | 13.83 | 23.56 | 3.9 | - |
| YUV | 110.81 | 67.16 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 3 | 0.52 | 0 | 0.98 | 0.41 | 91.62 | 0.96 | 0.3 |
| Hex | 49 | 97 | 3 | 34 | 0 | 62 | 29 | 5C | 60 | 1E |
| Octal | 111 | 227 | 3 | 64 | 0 | 142 | 51 | 134 | 140 | 36 |
| Binary | 1001001 | 10010111 | 11 | 110100 | 0 | 1100010 | 101001 | 1011100 | 1100000 | 11110 |
Color Harmonies of #499703
Complementary color
Monochromatic Colors of #499703
Black with #499703
Text Example
Text Example
White with #499703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499703; }
p { color: rgb(73,151,3); }
H1.HeaderClassName
{
color: #499703;
}
.AnyTagClassName
{
color: #499703;
}
</style>
background-color css
<style>
a { background-color: #499703; }
a { background-color: rgb(73,151,3); }
div.DivClassName
{
background-color: #499703;
}
.BgClassName
{
background-color: #499703;
}
</style>
border-color css
<style>
span { border-color: #499703; }
span { border-color: rgb(73,151,3); }
td.TdClassName
{
border-color: #499703;
}
.TagClassName
{
border-color: #499703;
}
</style>