Shades of Limeade #52A424
Tints of Limeade #52A424
RGB
CMYK
RGB Variations
Color information
#52A424 (or 0x52A424) is known color: Limeade. HEX triplet: 52, A4 and 24. RGB value is (82,164,36). Sum of RGB (Red+Green+Blue) = 82+164+36=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 164 (64.45% from 255 or 58.16% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 164 - color contains mainly: green. Hex color #52A424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A424 is #AD5BDB. Grayscale: #7D7D7D. Windows color (decimal): -11361244 or 2401362. OLE color: 2401362.
HSL color Cylindrical-coordinate representation of color #52A424: hue angle of 98.44º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52A424 is Cyan = 0.5, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 164 | 36 | - |
| CMYK | 0.5 | 0 | 0.78 | 0.36 |
| HSL | 98.44º | 0.64% | 0.39% | - |
| HSV(B) | 98.44º | 0.78% | 0.64% | - |
| XYZ | 17.07 | 28.47 | 6.26 | - |
| YUV | 124.89 | 77.83 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 164 | 36 | 0.5 | 0 | 0.78 | 0.36 | 98.44 | 0.64 | 0.39 |
| Hex | 52 | A4 | 24 | 32 | 0 | 4E | 24 | 62 | 40 | 27 |
| Octal | 122 | 244 | 44 | 62 | 0 | 116 | 44 | 142 | 100 | 47 |
| Binary | 1010010 | 10100100 | 100100 | 110010 | 0 | 1001110 | 100100 | 1100010 | 1000000 | 100111 |
Color Harmonies of #52A424
Complementary color
Monochromatic Colors of #52A424
Black with #52A424
Text Example
Text Example
White with #52A424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A424; }
p { color: rgb(82,164,36); }
H1.HeaderClassName
{
color: #52A424;
}
.AnyTagClassName
{
color: #52A424;
}
</style>
background-color css
<style>
a { background-color: #52A424; }
a { background-color: rgb(82,164,36); }
div.DivClassName
{
background-color: #52A424;
}
.BgClassName
{
background-color: #52A424;
}
</style>
border-color css
<style>
span { border-color: #52A424; }
span { border-color: rgb(82,164,36); }
td.TdClassName
{
border-color: #52A424;
}
.TagClassName
{
border-color: #52A424;
}
</style>