Shades of Limeade #529E25
Tints of Limeade #529E25
RGB
CMYK
RGB Variations
Color information
#529E25 (or 0x529E25) is known color: Limeade. HEX triplet: 52, 9E and 25. RGB value is (82,158,37). Sum of RGB (Red+Green+Blue) = 82+158+37=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #529E25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529E25 is #AD61DA. Grayscale: #797979. Windows color (decimal): -11362779 or 2465362. OLE color: 2465362.
HSL color Cylindrical-coordinate representation of color #529E25: hue angle of 97.69º degrees, saturation: 0.62, 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 #529E25 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 158 | 37 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.38 |
| HSL | 97.69º | 0.62% | 0.38% | - |
| HSV(B) | 97.69º | 0.77% | 0.62% | - |
| XYZ | 16.04 | 26.38 | 6 | - |
| YUV | 121.48 | 80.32 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 37 | 0.48 | 0 | 0.77 | 0.38 | 97.69 | 0.62 | 0.38 |
| Hex | 52 | 9E | 25 | 30 | 0 | 4D | 26 | 62 | 3E | 26 |
| Octal | 122 | 236 | 45 | 60 | 0 | 115 | 46 | 142 | 76 | 46 |
| Binary | 1010010 | 10011110 | 100101 | 110000 | 0 | 1001101 | 100110 | 1100010 | 111110 | 100110 |
Color Harmonies of #529E25
Complementary color
Monochromatic Colors of #529E25
Black with #529E25
Text Example
Text Example
White with #529E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529E25; }
p { color: rgb(82,158,37); }
H1.HeaderClassName
{
color: #529E25;
}
.AnyTagClassName
{
color: #529E25;
}
</style>
background-color css
<style>
a { background-color: #529E25; }
a { background-color: rgb(82,158,37); }
div.DivClassName
{
background-color: #529E25;
}
.BgClassName
{
background-color: #529E25;
}
</style>
border-color css
<style>
span { border-color: #529E25; }
span { border-color: rgb(82,158,37); }
td.TdClassName
{
border-color: #529E25;
}
.TagClassName
{
border-color: #529E25;
}
</style>