Shades of Limeade #49950C
Tints of Limeade #49950C
RGB
CMYK
RGB Variations
Color information
#49950C (or 0x49950C) is known color: Limeade. HEX triplet: 49, 95 and 0C. RGB value is (73,149,12). Sum of RGB (Red+Green+Blue) = 73+149+12=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #49950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49950C is #B66AF3. Grayscale: #6F6F6F. Windows color (decimal): -11954932 or 824649. OLE color: 824649.
HSL color Cylindrical-coordinate representation of color #49950C: hue angle of 93.28º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49950C is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 12 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.42 |
| HSL | 93.28º | 0.85% | 0.32% | - |
| HSV(B) | 93.28º | 0.92% | 0.58% | - |
| XYZ | 13.56 | 22.94 | 4.06 | - |
| YUV | 110.66 | 72.32 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 12 | 0.51 | 0 | 0.92 | 0.42 | 93.28 | 0.85 | 0.32 |
| Hex | 49 | 95 | C | 33 | 0 | 5C | 2A | 5D | 55 | 20 |
| Octal | 111 | 225 | 14 | 63 | 0 | 134 | 52 | 135 | 125 | 40 |
| Binary | 1001001 | 10010101 | 1100 | 110011 | 0 | 1011100 | 101010 | 1011101 | 1010101 | 100000 |
Color Harmonies of #49950C
Complementary color
Monochromatic Colors of #49950C
Black with #49950C
Text Example
Text Example
White with #49950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49950C; }
p { color: rgb(73,149,12); }
H1.HeaderClassName
{
color: #49950C;
}
.AnyTagClassName
{
color: #49950C;
}
</style>
background-color css
<style>
a { background-color: #49950C; }
a { background-color: rgb(73,149,12); }
div.DivClassName
{
background-color: #49950C;
}
.BgClassName
{
background-color: #49950C;
}
</style>
border-color css
<style>
span { border-color: #49950C; }
span { border-color: rgb(73,149,12); }
td.TdClassName
{
border-color: #49950C;
}
.TagClassName
{
border-color: #49950C;
}
</style>