Shades of Limeade #49940C
Tints of Limeade #49940C
RGB
CMYK
RGB Variations
Color information
#49940C (or 0x49940C) is known color: Limeade. HEX triplet: 49, 94 and 0C. RGB value is (73,148,12). Sum of RGB (Red+Green+Blue) = 73+148+12=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #49940C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49940C is #B66BF3. Grayscale: #6E6E6E. Windows color (decimal): -11955188 or 824393. OLE color: 824393.
HSL color Cylindrical-coordinate representation of color #49940C: hue angle of 93.09º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49940C is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 12 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.42 |
| HSL | 93.09º | 0.85% | 0.31% | - |
| HSV(B) | 93.09º | 0.92% | 0.58% | - |
| XYZ | 13.4 | 22.62 | 4.01 | - |
| YUV | 110.07 | 72.65 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 12 | 0.51 | 0 | 0.92 | 0.42 | 93.09 | 0.85 | 0.31 |
| Hex | 49 | 94 | C | 33 | 0 | 5C | 2A | 5D | 55 | 1F |
| Octal | 111 | 224 | 14 | 63 | 0 | 134 | 52 | 135 | 125 | 37 |
| Binary | 1001001 | 10010100 | 1100 | 110011 | 0 | 1011100 | 101010 | 1011101 | 1010101 | 11111 |
Color Harmonies of #49940C
Complementary color
Monochromatic Colors of #49940C
Black with #49940C
Text Example
Text Example
White with #49940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49940C; }
p { color: rgb(73,148,12); }
H1.HeaderClassName
{
color: #49940C;
}
.AnyTagClassName
{
color: #49940C;
}
</style>
background-color css
<style>
a { background-color: #49940C; }
a { background-color: rgb(73,148,12); }
div.DivClassName
{
background-color: #49940C;
}
.BgClassName
{
background-color: #49940C;
}
</style>
border-color css
<style>
span { border-color: #49940C; }
span { border-color: rgb(73,148,12); }
td.TdClassName
{
border-color: #49940C;
}
.TagClassName
{
border-color: #49940C;
}
</style>