Shades of Limeade #52940C
Tints of Limeade #52940C
RGB
CMYK
RGB Variations
Color information
#52940C (or 0x52940C) is known color: Limeade. HEX triplet: 52, 94 and 0C. RGB value is (82,148,12). Sum of RGB (Red+Green+Blue) = 82+148+12=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 148 (58.20% from 255 or 61.16% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 148 - color contains mainly: green. Hex color #52940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52940C is #AD6BF3. Grayscale: #717171. Windows color (decimal): -11365364 or 824402. OLE color: 824402.
HSL color Cylindrical-coordinate representation of color #52940C: hue angle of 89.12º 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 #52940C is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 12 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.42 |
| HSL | 89.12º | 0.85% | 0.31% | - |
| HSV(B) | 89.12º | 0.92% | 0.58% | - |
| XYZ | 14.14 | 23 | 4.04 | - |
| YUV | 112.76 | 71.13 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 12 | 0.45 | 0 | 0.92 | 0.42 | 89.12 | 0.85 | 0.31 |
| Hex | 52 | 94 | C | 2D | 0 | 5C | 2A | 59 | 55 | 1F |
| Octal | 122 | 224 | 14 | 55 | 0 | 134 | 52 | 131 | 125 | 37 |
| Binary | 1010010 | 10010100 | 1100 | 101101 | 0 | 1011100 | 101010 | 1011001 | 1010101 | 11111 |
Color Harmonies of #52940C
Complementary color
Monochromatic Colors of #52940C
Black with #52940C
Text Example
Text Example
White with #52940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52940C; }
p { color: rgb(82,148,12); }
H1.HeaderClassName
{
color: #52940C;
}
.AnyTagClassName
{
color: #52940C;
}
</style>
background-color css
<style>
a { background-color: #52940C; }
a { background-color: rgb(82,148,12); }
div.DivClassName
{
background-color: #52940C;
}
.BgClassName
{
background-color: #52940C;
}
</style>
border-color css
<style>
span { border-color: #52940C; }
span { border-color: rgb(82,148,12); }
td.TdClassName
{
border-color: #52940C;
}
.TagClassName
{
border-color: #52940C;
}
</style>