Shades of Limeade #498E03
Tints of Limeade #498E03
RGB
CMYK
RGB Variations
Color information
#498E03 (or 0x498E03) is known color: Limeade. HEX triplet: 49, 8E and 03. RGB value is (73,142,3). Sum of RGB (Red+Green+Blue) = 73+142+3=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 142 (55.86% from 255 or 65.14% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 142 - color contains mainly: green. Hex color #498E03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498E03 is #B671FC. Grayscale: #6A6A6A. Windows color (decimal): -11956733 or 233033. OLE color: 233033.
HSL color Cylindrical-coordinate representation of color #498E03: hue angle of 89.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #498E03 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 142 | 3 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.44 |
| HSL | 89.78º | 0.96% | 0.28% | - |
| HSV(B) | 89.78º | 0.98% | 0.56% | - |
| XYZ | 12.44 | 20.77 | 3.44 | - |
| YUV | 105.52 | 70.14 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 3 | 0.49 | 0 | 0.98 | 0.44 | 89.78 | 0.96 | 0.28 |
| Hex | 49 | 8E | 3 | 31 | 0 | 62 | 2C | 5A | 60 | 1C |
| Octal | 111 | 216 | 3 | 61 | 0 | 142 | 54 | 132 | 140 | 34 |
| Binary | 1001001 | 10001110 | 11 | 110001 | 0 | 1100010 | 101100 | 1011010 | 1100000 | 11100 |
Color Harmonies of #498E03
Complementary color
Monochromatic Colors of #498E03
Black with #498E03
Text Example
Text Example
White with #498E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498E03; }
p { color: rgb(73,142,3); }
H1.HeaderClassName
{
color: #498E03;
}
.AnyTagClassName
{
color: #498E03;
}
</style>
background-color css
<style>
a { background-color: #498E03; }
a { background-color: rgb(73,142,3); }
div.DivClassName
{
background-color: #498E03;
}
.BgClassName
{
background-color: #498E03;
}
</style>
border-color css
<style>
span { border-color: #498E03; }
span { border-color: rgb(73,142,3); }
td.TdClassName
{
border-color: #498E03;
}
.TagClassName
{
border-color: #498E03;
}
</style>