Shades of Limeade #52A525
Tints of Limeade #52A525
RGB
CMYK
RGB Variations
Color information
#52A525 (or 0x52A525) is known color: Limeade. HEX triplet: 52, A5 and 25. RGB value is (82,165,37). Sum of RGB (Red+Green+Blue) = 82+165+37=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 165 (64.84% from 255 or 58.10% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 165 - color contains mainly: green. Hex color #52A525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A525 is #AD5ADA. Grayscale: #7E7E7E. Windows color (decimal): -11360987 or 2467154. OLE color: 2467154.
HSL color Cylindrical-coordinate representation of color #52A525: hue angle of 98.91º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52A525 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 165 | 37 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.35 |
| HSL | 98.91º | 0.63% | 0.4% | - |
| HSV(B) | 98.91º | 0.78% | 0.65% | - |
| XYZ | 17.27 | 28.84 | 6.41 | - |
| YUV | 125.59 | 78 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 165 | 37 | 0.50 | 0 | 0.78 | 0.35 | 98.91 | 0.63 | 0.4 |
| Hex | 52 | A5 | 25 | 32 | 0 | 4E | 23 | 63 | 3F | 28 |
| Octal | 122 | 245 | 45 | 62 | 0 | 116 | 43 | 143 | 77 | 50 |
| Binary | 1010010 | 10100101 | 100101 | 110010 | 0 | 1001110 | 100011 | 1100011 | 111111 | 101000 |
Color Harmonies of #52A525
Complementary color
Monochromatic Colors of #52A525
Black with #52A525
Text Example
Text Example
White with #52A525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A525; }
p { color: rgb(82,165,37); }
H1.HeaderClassName
{
color: #52A525;
}
.AnyTagClassName
{
color: #52A525;
}
</style>
background-color css
<style>
a { background-color: #52A525; }
a { background-color: rgb(82,165,37); }
div.DivClassName
{
background-color: #52A525;
}
.BgClassName
{
background-color: #52A525;
}
</style>
border-color css
<style>
span { border-color: #52A525; }
span { border-color: rgb(82,165,37); }
td.TdClassName
{
border-color: #52A525;
}
.TagClassName
{
border-color: #52A525;
}
</style>