Shades of Limeade #529625
Tints of Limeade #529625
RGB
CMYK
RGB Variations
Color information
#529625 (or 0x529625) is known color: Limeade. HEX triplet: 52, 96 and 25. RGB value is (82,150,37). Sum of RGB (Red+Green+Blue) = 82+150+37=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #529625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529625 is #AD69DA. Grayscale: #757575. Windows color (decimal): -11364827 or 2463314. OLE color: 2463314.
HSL color Cylindrical-coordinate representation of color #529625: hue angle of 96.11º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #529625 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 37 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.41 |
| HSL | 96.11º | 0.6% | 0.37% | - |
| HSV(B) | 96.11º | 0.75% | 0.59% | - |
| XYZ | 14.72 | 23.74 | 5.56 | - |
| YUV | 116.79 | 82.97 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 37 | 0.45 | 0 | 0.75 | 0.41 | 96.11 | 0.6 | 0.37 |
| Hex | 52 | 96 | 25 | 2D | 0 | 4B | 29 | 60 | 3C | 25 |
| Octal | 122 | 226 | 45 | 55 | 0 | 113 | 51 | 140 | 74 | 45 |
| Binary | 1010010 | 10010110 | 100101 | 101101 | 0 | 1001011 | 101001 | 1100000 | 111100 | 100101 |
Color Harmonies of #529625
Complementary color
Monochromatic Colors of #529625
Black with #529625
Text Example
Text Example
White with #529625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529625; }
p { color: rgb(82,150,37); }
H1.HeaderClassName
{
color: #529625;
}
.AnyTagClassName
{
color: #529625;
}
</style>
background-color css
<style>
a { background-color: #529625; }
a { background-color: rgb(82,150,37); }
div.DivClassName
{
background-color: #529625;
}
.BgClassName
{
background-color: #529625;
}
</style>
border-color css
<style>
span { border-color: #529625; }
span { border-color: rgb(82,150,37); }
td.TdClassName
{
border-color: #529625;
}
.TagClassName
{
border-color: #529625;
}
</style>