Shades of Limeade #529925
Tints of Limeade #529925
RGB
CMYK
RGB Variations
Color information
#529925 (or 0x529925) is known color: Limeade. HEX triplet: 52, 99 and 25. RGB value is (82,153,37). Sum of RGB (Red+Green+Blue) = 82+153+37=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #529925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529925 is #AD66DA. Grayscale: #767676. Windows color (decimal): -11364059 or 2464082. OLE color: 2464082.
HSL color Cylindrical-coordinate representation of color #529925: hue angle of 96.72º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #529925 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 37 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.4 |
| HSL | 96.72º | 0.61% | 0.37% | - |
| HSV(B) | 96.72º | 0.76% | 0.6% | - |
| XYZ | 15.2 | 24.71 | 5.72 | - |
| YUV | 118.55 | 81.98 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 37 | 0.46 | 0 | 0.76 | 0.4 | 96.72 | 0.61 | 0.37 |
| Hex | 52 | 99 | 25 | 2E | 0 | 4C | 28 | 61 | 3D | 25 |
| Octal | 122 | 231 | 45 | 56 | 0 | 114 | 50 | 141 | 75 | 45 |
| Binary | 1010010 | 10011001 | 100101 | 101110 | 0 | 1001100 | 101000 | 1100001 | 111101 | 100101 |
Color Harmonies of #529925
Complementary color
Monochromatic Colors of #529925
Black with #529925
Text Example
Text Example
White with #529925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529925; }
p { color: rgb(82,153,37); }
H1.HeaderClassName
{
color: #529925;
}
.AnyTagClassName
{
color: #529925;
}
</style>
background-color css
<style>
a { background-color: #529925; }
a { background-color: rgb(82,153,37); }
div.DivClassName
{
background-color: #529925;
}
.BgClassName
{
background-color: #529925;
}
</style>
border-color css
<style>
span { border-color: #529925; }
span { border-color: rgb(82,153,37); }
td.TdClassName
{
border-color: #529925;
}
.TagClassName
{
border-color: #529925;
}
</style>