Shades of Limeade #529502
Tints of Limeade #529502
RGB
CMYK
RGB Variations
Color information
#529502 (or 0x529502) is known color: Limeade. HEX triplet: 52, 95 and 02. RGB value is (82,149,2). Sum of RGB (Red+Green+Blue) = 82+149+2=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #529502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529502 is #AD6AFD. Grayscale: #707070. Windows color (decimal): -11365118 or 169298. OLE color: 169298.
HSL color Cylindrical-coordinate representation of color #529502: hue angle of 87.35º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #529502 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 149 | 2 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.42 |
| HSL | 87.35º | 0.97% | 0.3% | - |
| HSV(B) | 87.35º | 0.99% | 0.58% | - |
| XYZ | 14.24 | 23.29 | 3.8 | - |
| YUV | 112.21 | 65.8 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 149 | 2 | 0.45 | 0 | 0.99 | 0.42 | 87.35 | 0.97 | 0.3 |
| Hex | 52 | 95 | 2 | 2D | 0 | 63 | 2A | 57 | 61 | 1E |
| Octal | 122 | 225 | 2 | 55 | 0 | 143 | 52 | 127 | 141 | 36 |
| Binary | 1010010 | 10010101 | 10 | 101101 | 0 | 1100011 | 101010 | 1010111 | 1100001 | 11110 |
Color Harmonies of #529502
Complementary color
Monochromatic Colors of #529502
Black with #529502
Text Example
Text Example
White with #529502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529502; }
p { color: rgb(82,149,2); }
H1.HeaderClassName
{
color: #529502;
}
.AnyTagClassName
{
color: #529502;
}
</style>
background-color css
<style>
a { background-color: #529502; }
a { background-color: rgb(82,149,2); }
div.DivClassName
{
background-color: #529502;
}
.BgClassName
{
background-color: #529502;
}
</style>
border-color css
<style>
span { border-color: #529502; }
span { border-color: rgb(82,149,2); }
td.TdClassName
{
border-color: #529502;
}
.TagClassName
{
border-color: #529502;
}
</style>