Shades of Limeade #499700
Tints of Limeade #499700
RGB
CMYK
RGB Variations
Color information
#499700 (or 0x499700) is known color: Limeade. HEX triplet: 49, 97 and 00. RGB value is (73,151,0). Sum of RGB (Red+Green+Blue) = 73+151+0=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 151 (59.38% from 255 or 67.41% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 151 - color contains mainly: green. Hex color #499700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499700 is #B668FF. Grayscale: #6E6E6E. Windows color (decimal): -11954432 or 38729. OLE color: 38729.
HSL color Cylindrical-coordinate representation of color #499700: hue angle of 90.99º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #499700 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.41 |
| HSL | 90.99º | 1% | 0.3% | - |
| HSV(B) | 90.99º | 1% | 0.59% | - |
| XYZ | 13.81 | 23.55 | 3.82 | - |
| YUV | 110.46 | 65.66 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 0 | 0.52 | 0 | 1 | 0.41 | 90.99 | 1 | 0.3 |
| Hex | 49 | 97 | 0 | 34 | 0 | 64 | 29 | 5B | 64 | 1E |
| Octal | 111 | 227 | 0 | 64 | 0 | 144 | 51 | 133 | 144 | 36 |
| Binary | 1001001 | 10010111 | 0 | 110100 | 0 | 1100100 | 101001 | 1011011 | 1100100 | 11110 |
Color Harmonies of #499700
Complementary color
Monochromatic Colors of #499700
Black with #499700
Text Example
Text Example
White with #499700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499700; }
p { color: rgb(73,151,0); }
H1.HeaderClassName
{
color: #499700;
}
.AnyTagClassName
{
color: #499700;
}
</style>
background-color css
<style>
a { background-color: #499700; }
a { background-color: rgb(73,151,0); }
div.DivClassName
{
background-color: #499700;
}
.BgClassName
{
background-color: #499700;
}
</style>
border-color css
<style>
span { border-color: #499700; }
span { border-color: rgb(73,151,0); }
td.TdClassName
{
border-color: #499700;
}
.TagClassName
{
border-color: #499700;
}
</style>