Shades of Limeade #529D2C
Tints of Limeade #529D2C
RGB
CMYK
RGB Variations
Color information
#529D2C (or 0x529D2C) is known color: Limeade. HEX triplet: 52, 9D and 2C. RGB value is (82,157,44). Sum of RGB (Red+Green+Blue) = 82+157+44=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #529D2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529D2C is #AD62D3. Grayscale: #7A7A7A. Windows color (decimal): -11363028 or 2923858. OLE color: 2923858.
HSL color Cylindrical-coordinate representation of color #529D2C: hue angle of 99.82º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #529D2C is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 157 | 44 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.38 |
| HSL | 99.82º | 0.56% | 0.39% | - |
| HSV(B) | 99.82º | 0.72% | 0.62% | - |
| XYZ | 15.99 | 26.09 | 6.58 | - |
| YUV | 121.69 | 84.15 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 44 | 0.48 | 0 | 0.72 | 0.38 | 99.82 | 0.56 | 0.39 |
| Hex | 52 | 9D | 2C | 30 | 0 | 48 | 26 | 64 | 38 | 27 |
| Octal | 122 | 235 | 54 | 60 | 0 | 110 | 46 | 144 | 70 | 47 |
| Binary | 1010010 | 10011101 | 101100 | 110000 | 0 | 1001000 | 100110 | 1100100 | 111000 | 100111 |
Color Harmonies of #529D2C
Complementary color
Monochromatic Colors of #529D2C
Black with #529D2C
Text Example
Text Example
White with #529D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529D2C; }
p { color: rgb(82,157,44); }
H1.HeaderClassName
{
color: #529D2C;
}
.AnyTagClassName
{
color: #529D2C;
}
</style>
background-color css
<style>
a { background-color: #529D2C; }
a { background-color: rgb(82,157,44); }
div.DivClassName
{
background-color: #529D2C;
}
.BgClassName
{
background-color: #529D2C;
}
</style>
border-color css
<style>
span { border-color: #529D2C; }
span { border-color: rgb(82,157,44); }
td.TdClassName
{
border-color: #529D2C;
}
.TagClassName
{
border-color: #529D2C;
}
</style>