Shades of Limeade #52A233
Tints of Limeade #52A233
RGB
CMYK
RGB Variations
Color information
#52A233 (or 0x52A233) is known color: Limeade. HEX triplet: 52, A2 and 33. RGB value is (82,162,51). Sum of RGB (Red+Green+Blue) = 82+162+51=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #52A233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A233 is #AD5DCC. Grayscale: #7D7D7D. Windows color (decimal): -11361741 or 3383890. OLE color: 3383890.
HSL color Cylindrical-coordinate representation of color #52A233: hue angle of 103.24º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52A233 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 162 | 51 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.36 |
| HSL | 103.24º | 0.52% | 0.42% | - |
| HSV(B) | 103.24º | 0.69% | 0.64% | - |
| XYZ | 17 | 27.87 | 7.62 | - |
| YUV | 125.43 | 86 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 162 | 51 | 0.49 | 0 | 0.69 | 0.36 | 103.24 | 0.52 | 0.42 |
| Hex | 52 | A2 | 33 | 31 | 0 | 45 | 24 | 67 | 34 | 2A |
| Octal | 122 | 242 | 63 | 61 | 0 | 105 | 44 | 147 | 64 | 52 |
| Binary | 1010010 | 10100010 | 110011 | 110001 | 0 | 1000101 | 100100 | 1100111 | 110100 | 101010 |
Color Harmonies of #52A233
Complementary color
Monochromatic Colors of #52A233
Black with #52A233
Text Example
Text Example
White with #52A233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A233; }
p { color: rgb(82,162,51); }
H1.HeaderClassName
{
color: #52A233;
}
.AnyTagClassName
{
color: #52A233;
}
</style>
background-color css
<style>
a { background-color: #52A233; }
a { background-color: rgb(82,162,51); }
div.DivClassName
{
background-color: #52A233;
}
.BgClassName
{
background-color: #52A233;
}
</style>
border-color css
<style>
span { border-color: #52A233; }
span { border-color: rgb(82,162,51); }
td.TdClassName
{
border-color: #52A233;
}
.TagClassName
{
border-color: #52A233;
}
</style>