Shades of Limeade #52A222
Tints of Limeade #52A222
RGB
CMYK
RGB Variations
Color information
#52A222 (or 0x52A222) is known color: Limeade. HEX triplet: 52, A2 and 22. RGB value is (82,162,34). Sum of RGB (Red+Green+Blue) = 82+162+34=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #52A222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A222 is #AD5DDD. Grayscale: #7B7B7B. Windows color (decimal): -11361758 or 2269778. OLE color: 2269778.
HSL color Cylindrical-coordinate representation of color #52A222: hue angle of 97.5º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52A222 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 162 | 34 | - |
| CMYK | 0.49 | 0 | 0.79 | 0.36 |
| HSL | 97.5º | 0.65% | 0.38% | - |
| HSV(B) | 97.5º | 0.79% | 0.64% | - |
| XYZ | 16.69 | 27.75 | 5.99 | - |
| YUV | 123.49 | 77.5 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 162 | 34 | 0.49 | 0 | 0.79 | 0.36 | 97.5 | 0.65 | 0.38 |
| Hex | 52 | A2 | 22 | 31 | 0 | 4F | 24 | 62 | 41 | 26 |
| Octal | 122 | 242 | 42 | 61 | 0 | 117 | 44 | 142 | 101 | 46 |
| Binary | 1010010 | 10100010 | 100010 | 110001 | 0 | 1001111 | 100100 | 1100010 | 1000001 | 100110 |
Color Harmonies of #52A222
Complementary color
Monochromatic Colors of #52A222
Black with #52A222
Text Example
Text Example
White with #52A222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A222; }
p { color: rgb(82,162,34); }
H1.HeaderClassName
{
color: #52A222;
}
.AnyTagClassName
{
color: #52A222;
}
</style>
background-color css
<style>
a { background-color: #52A222; }
a { background-color: rgb(82,162,34); }
div.DivClassName
{
background-color: #52A222;
}
.BgClassName
{
background-color: #52A222;
}
</style>
border-color css
<style>
span { border-color: #52A222; }
span { border-color: rgb(82,162,34); }
td.TdClassName
{
border-color: #52A222;
}
.TagClassName
{
border-color: #52A222;
}
</style>