Shades of Limeade #52A213
Tints of Limeade #52A213
RGB
CMYK
RGB Variations
Color information
#52A213 (or 0x52A213) is known color: Limeade. HEX triplet: 52, A2 and 13. RGB value is (82,162,19). Sum of RGB (Red+Green+Blue) = 82+162+19=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 162 (63.67% from 255 or 61.60% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 162 - color contains mainly: green. Hex color #52A213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A213 is #AD5DEC. Grayscale: #7A7A7A. Windows color (decimal): -11361773 or 1286738. OLE color: 1286738.
HSL color Cylindrical-coordinate representation of color #52A213: hue angle of 93.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52A213 is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 162 | 19 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.36 |
| HSL | 93.57º | 0.79% | 0.35% | - |
| HSV(B) | 93.57º | 0.88% | 0.64% | - |
| XYZ | 16.52 | 27.68 | 5.09 | - |
| YUV | 121.78 | 70 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 162 | 19 | 0.49 | 0 | 0.88 | 0.36 | 93.57 | 0.79 | 0.35 |
| Hex | 52 | A2 | 13 | 31 | 0 | 58 | 24 | 5E | 4F | 23 |
| Octal | 122 | 242 | 23 | 61 | 0 | 130 | 44 | 136 | 117 | 43 |
| Binary | 1010010 | 10100010 | 10011 | 110001 | 0 | 1011000 | 100100 | 1011110 | 1001111 | 100011 |
Color Harmonies of #52A213
Complementary color
Monochromatic Colors of #52A213
Black with #52A213
Text Example
Text Example
White with #52A213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A213; }
p { color: rgb(82,162,19); }
H1.HeaderClassName
{
color: #52A213;
}
.AnyTagClassName
{
color: #52A213;
}
</style>
background-color css
<style>
a { background-color: #52A213; }
a { background-color: rgb(82,162,19); }
div.DivClassName
{
background-color: #52A213;
}
.BgClassName
{
background-color: #52A213;
}
</style>
border-color css
<style>
span { border-color: #52A213; }
span { border-color: rgb(82,162,19); }
td.TdClassName
{
border-color: #52A213;
}
.TagClassName
{
border-color: #52A213;
}
</style>