Shades of Limeade #49990B
Tints of Limeade #49990B
RGB
CMYK
RGB Variations
Color information
#49990B (or 0x49990B) is known color: Limeade. HEX triplet: 49, 99 and 0B. RGB value is (73,153,11). Sum of RGB (Red+Green+Blue) = 73+153+11=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 153 (60.16% from 255 or 64.56% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 153 - color contains mainly: green. Hex color #49990B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49990B is #B666F4. Grayscale: #717171. Windows color (decimal): -11953909 or 760137. OLE color: 760137.
HSL color Cylindrical-coordinate representation of color #49990B: hue angle of 93.8º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49990B is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 11 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.4 |
| HSL | 93.8º | 0.87% | 0.32% | - |
| HSV(B) | 93.8º | 0.93% | 0.6% | - |
| XYZ | 14.2 | 24.22 | 4.24 | - |
| YUV | 112.89 | 70.5 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 11 | 0.52 | 0 | 0.93 | 0.4 | 93.8 | 0.87 | 0.32 |
| Hex | 49 | 99 | B | 34 | 0 | 5D | 28 | 5E | 57 | 20 |
| Octal | 111 | 231 | 13 | 64 | 0 | 135 | 50 | 136 | 127 | 40 |
| Binary | 1001001 | 10011001 | 1011 | 110100 | 0 | 1011101 | 101000 | 1011110 | 1010111 | 100000 |
Color Harmonies of #49990B
Complementary color
Monochromatic Colors of #49990B
Black with #49990B
Text Example
Text Example
White with #49990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49990B; }
p { color: rgb(73,153,11); }
H1.HeaderClassName
{
color: #49990B;
}
.AnyTagClassName
{
color: #49990B;
}
</style>
background-color css
<style>
a { background-color: #49990B; }
a { background-color: rgb(73,153,11); }
div.DivClassName
{
background-color: #49990B;
}
.BgClassName
{
background-color: #49990B;
}
</style>
border-color css
<style>
span { border-color: #49990B; }
span { border-color: rgb(73,153,11); }
td.TdClassName
{
border-color: #49990B;
}
.TagClassName
{
border-color: #49990B;
}
</style>