Shades of Limeade #49940B
Tints of Limeade #49940B
RGB
CMYK
RGB Variations
Color information
#49940B (or 0x49940B) is known color: Limeade. HEX triplet: 49, 94 and 0B. RGB value is (73,148,11). Sum of RGB (Red+Green+Blue) = 73+148+11=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #49940B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49940B is #B66BF4. Grayscale: #6E6E6E. Windows color (decimal): -11955189 or 758857. OLE color: 758857.
HSL color Cylindrical-coordinate representation of color #49940B: hue angle of 92.85º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49940B is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 11 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.42 |
| HSL | 92.85º | 0.86% | 0.31% | - |
| HSV(B) | 92.85º | 0.93% | 0.58% | - |
| XYZ | 13.4 | 22.62 | 3.98 | - |
| YUV | 109.96 | 72.15 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 11 | 0.51 | 0 | 0.93 | 0.42 | 92.85 | 0.86 | 0.31 |
| Hex | 49 | 94 | B | 33 | 0 | 5D | 2A | 5D | 56 | 1F |
| Octal | 111 | 224 | 13 | 63 | 0 | 135 | 52 | 135 | 126 | 37 |
| Binary | 1001001 | 10010100 | 1011 | 110011 | 0 | 1011101 | 101010 | 1011101 | 1010110 | 11111 |
Color Harmonies of #49940B
Complementary color
Monochromatic Colors of #49940B
Black with #49940B
Text Example
Text Example
White with #49940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49940B; }
p { color: rgb(73,148,11); }
H1.HeaderClassName
{
color: #49940B;
}
.AnyTagClassName
{
color: #49940B;
}
</style>
background-color css
<style>
a { background-color: #49940B; }
a { background-color: rgb(73,148,11); }
div.DivClassName
{
background-color: #49940B;
}
.BgClassName
{
background-color: #49940B;
}
</style>
border-color css
<style>
span { border-color: #49940B; }
span { border-color: rgb(73,148,11); }
td.TdClassName
{
border-color: #49940B;
}
.TagClassName
{
border-color: #49940B;
}
</style>