Shades of Limeade #529D24
Tints of Limeade #529D24
RGB
CMYK
RGB Variations
Color information
#529D24 (or 0x529D24) is known color: Limeade. HEX triplet: 52, 9D and 24. RGB value is (82,157,36). Sum of RGB (Red+Green+Blue) = 82+157+36=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #529D24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529D24 is #AD62DB. Grayscale: #797979. Windows color (decimal): -11363036 or 2399570. OLE color: 2399570.
HSL color Cylindrical-coordinate representation of color #529D24: hue angle of 97.19º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #529D24 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 157 | 36 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.38 |
| HSL | 97.19º | 0.63% | 0.38% | - |
| HSV(B) | 97.19º | 0.77% | 0.62% | - |
| XYZ | 15.86 | 26.04 | 5.86 | - |
| YUV | 120.78 | 80.15 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 36 | 0.48 | 0 | 0.77 | 0.38 | 97.19 | 0.63 | 0.38 |
| Hex | 52 | 9D | 24 | 30 | 0 | 4D | 26 | 61 | 3F | 26 |
| Octal | 122 | 235 | 44 | 60 | 0 | 115 | 46 | 141 | 77 | 46 |
| Binary | 1010010 | 10011101 | 100100 | 110000 | 0 | 1001101 | 100110 | 1100001 | 111111 | 100110 |
Color Harmonies of #529D24
Complementary color
Monochromatic Colors of #529D24
Black with #529D24
Text Example
Text Example
White with #529D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529D24; }
p { color: rgb(82,157,36); }
H1.HeaderClassName
{
color: #529D24;
}
.AnyTagClassName
{
color: #529D24;
}
</style>
background-color css
<style>
a { background-color: #529D24; }
a { background-color: rgb(82,157,36); }
div.DivClassName
{
background-color: #529D24;
}
.BgClassName
{
background-color: #529D24;
}
</style>
border-color css
<style>
span { border-color: #529D24; }
span { border-color: rgb(82,157,36); }
td.TdClassName
{
border-color: #529D24;
}
.TagClassName
{
border-color: #529D24;
}
</style>