Shades of Limeade #49980E
Tints of Limeade #49980E
RGB
CMYK
RGB Variations
Color information
#49980E (or 0x49980E) is known color: Limeade. HEX triplet: 49, 98 and 0E. RGB value is (73,152,14). Sum of RGB (Red+Green+Blue) = 73+152+14=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 152 (59.77% from 255 or 63.60% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 152 - color contains mainly: green. Hex color #49980E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49980E is #B667F1. Grayscale: #717171. Windows color (decimal): -11954162 or 956489. OLE color: 956489.
HSL color Cylindrical-coordinate representation of color #49980E: hue angle of 94.35º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49980E is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 14 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.40 |
| HSL | 94.35º | 0.83% | 0.33% | - |
| HSV(B) | 94.35º | 0.91% | 0.6% | - |
| XYZ | 14.06 | 23.9 | 4.29 | - |
| YUV | 112.65 | 72.33 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 14 | 0.52 | 0 | 0.91 | 0.40 | 94.35 | 0.83 | 0.33 |
| Hex | 49 | 98 | E | 34 | 0 | 5B | 28 | 5E | 53 | 21 |
| Octal | 111 | 230 | 16 | 64 | 0 | 133 | 50 | 136 | 123 | 41 |
| Binary | 1001001 | 10011000 | 1110 | 110100 | 0 | 1011011 | 101000 | 1011110 | 1010011 | 100001 |
Color Harmonies of #49980E
Complementary color
Monochromatic Colors of #49980E
Black with #49980E
Text Example
Text Example
White with #49980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49980E; }
p { color: rgb(73,152,14); }
H1.HeaderClassName
{
color: #49980E;
}
.AnyTagClassName
{
color: #49980E;
}
</style>
background-color css
<style>
a { background-color: #49980E; }
a { background-color: rgb(73,152,14); }
div.DivClassName
{
background-color: #49980E;
}
.BgClassName
{
background-color: #49980E;
}
</style>
border-color css
<style>
span { border-color: #49980E; }
span { border-color: rgb(73,152,14); }
td.TdClassName
{
border-color: #49980E;
}
.TagClassName
{
border-color: #49980E;
}
</style>