Shades of Limeade #49960B
Tints of Limeade #49960B
RGB
CMYK
RGB Variations
Color information
#49960B (or 0x49960B) is known color: Limeade. HEX triplet: 49, 96 and 0B. RGB value is (73,150,11). Sum of RGB (Red+Green+Blue) = 73+150+11=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 150 (58.98% from 255 or 64.10% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 150 - color contains mainly: green. Hex color #49960B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49960B is #B669F4. Grayscale: #6F6F6F. Windows color (decimal): -11954677 or 759369. OLE color: 759369.
HSL color Cylindrical-coordinate representation of color #49960B: hue angle of 93.24º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49960B is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 150 | 11 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.41 |
| HSL | 93.24º | 0.86% | 0.32% | - |
| HSV(B) | 93.24º | 0.93% | 0.59% | - |
| XYZ | 13.71 | 23.25 | 4.08 | - |
| YUV | 111.13 | 71.49 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 11 | 0.51 | 0 | 0.93 | 0.41 | 93.24 | 0.86 | 0.32 |
| Hex | 49 | 96 | B | 33 | 0 | 5D | 29 | 5D | 56 | 20 |
| Octal | 111 | 226 | 13 | 63 | 0 | 135 | 51 | 135 | 126 | 40 |
| Binary | 1001001 | 10010110 | 1011 | 110011 | 0 | 1011101 | 101001 | 1011101 | 1010110 | 100000 |
Color Harmonies of #49960B
Complementary color
Monochromatic Colors of #49960B
Black with #49960B
Text Example
Text Example
White with #49960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49960B; }
p { color: rgb(73,150,11); }
H1.HeaderClassName
{
color: #49960B;
}
.AnyTagClassName
{
color: #49960B;
}
</style>
background-color css
<style>
a { background-color: #49960B; }
a { background-color: rgb(73,150,11); }
div.DivClassName
{
background-color: #49960B;
}
.BgClassName
{
background-color: #49960B;
}
</style>
border-color css
<style>
span { border-color: #49960B; }
span { border-color: rgb(73,150,11); }
td.TdClassName
{
border-color: #49960B;
}
.TagClassName
{
border-color: #49960B;
}
</style>