Shades of Limeade #52940D
Tints of Limeade #52940D
RGB
CMYK
RGB Variations
Color information
#52940D (or 0x52940D) is known color: Limeade. HEX triplet: 52, 94 and 0D. RGB value is (82,148,13). Sum of RGB (Red+Green+Blue) = 82+148+13=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #52940D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52940D is #AD6BF2. Grayscale: #717171. Windows color (decimal): -11365363 or 889938. OLE color: 889938.
HSL color Cylindrical-coordinate representation of color #52940D: hue angle of 89.33º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52940D is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 13 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.42 |
| HSL | 89.33º | 0.84% | 0.32% | - |
| HSV(B) | 89.33º | 0.91% | 0.58% | - |
| XYZ | 14.14 | 23 | 4.08 | - |
| YUV | 112.88 | 71.63 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 13 | 0.45 | 0 | 0.91 | 0.42 | 89.33 | 0.84 | 0.32 |
| Hex | 52 | 94 | D | 2D | 0 | 5B | 2A | 59 | 54 | 20 |
| Octal | 122 | 224 | 15 | 55 | 0 | 133 | 52 | 131 | 124 | 40 |
| Binary | 1010010 | 10010100 | 1101 | 101101 | 0 | 1011011 | 101010 | 1011001 | 1010100 | 100000 |
Color Harmonies of #52940D
Complementary color
Monochromatic Colors of #52940D
Black with #52940D
Text Example
Text Example
White with #52940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52940D; }
p { color: rgb(82,148,13); }
H1.HeaderClassName
{
color: #52940D;
}
.AnyTagClassName
{
color: #52940D;
}
</style>
background-color css
<style>
a { background-color: #52940D; }
a { background-color: rgb(82,148,13); }
div.DivClassName
{
background-color: #52940D;
}
.BgClassName
{
background-color: #52940D;
}
</style>
border-color css
<style>
span { border-color: #52940D; }
span { border-color: rgb(82,148,13); }
td.TdClassName
{
border-color: #52940D;
}
.TagClassName
{
border-color: #52940D;
}
</style>