Shades of Limeade #52970B
Tints of Limeade #52970B
RGB
CMYK
RGB Variations
Color information
#52970B (or 0x52970B) is known color: Limeade. HEX triplet: 52, 97 and 0B. RGB value is (82,151,11). Sum of RGB (Red+Green+Blue) = 82+151+11=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 151 (59.38% from 255 or 61.89% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 151 - color contains mainly: green. Hex color #52970B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52970B is #AD68F4. Grayscale: #727272. Windows color (decimal): -11364597 or 759634. OLE color: 759634.
HSL color Cylindrical-coordinate representation of color #52970B: hue angle of 89.57º 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 #52970B is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 151 | 11 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.41 |
| HSL | 89.57º | 0.86% | 0.32% | - |
| HSV(B) | 89.57º | 0.93% | 0.59% | - |
| XYZ | 14.61 | 23.95 | 4.17 | - |
| YUV | 114.41 | 69.64 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 151 | 11 | 0.46 | 0 | 0.93 | 0.41 | 89.57 | 0.86 | 0.32 |
| Hex | 52 | 97 | B | 2E | 0 | 5D | 29 | 5A | 56 | 20 |
| Octal | 122 | 227 | 13 | 56 | 0 | 135 | 51 | 132 | 126 | 40 |
| Binary | 1010010 | 10010111 | 1011 | 101110 | 0 | 1011101 | 101001 | 1011010 | 1010110 | 100000 |
Color Harmonies of #52970B
Complementary color
Monochromatic Colors of #52970B
Black with #52970B
Text Example
Text Example
White with #52970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52970B; }
p { color: rgb(82,151,11); }
H1.HeaderClassName
{
color: #52970B;
}
.AnyTagClassName
{
color: #52970B;
}
</style>
background-color css
<style>
a { background-color: #52970B; }
a { background-color: rgb(82,151,11); }
div.DivClassName
{
background-color: #52970B;
}
.BgClassName
{
background-color: #52970B;
}
</style>
border-color css
<style>
span { border-color: #52970B; }
span { border-color: rgb(82,151,11); }
td.TdClassName
{
border-color: #52970B;
}
.TagClassName
{
border-color: #52970B;
}
</style>