#52A232

Color #52A232 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #52A232

Tints of Limeade #52A232

Color information

#52A232 (or 0x52A232) is unknown color: approx Limeade. HEX triplet: 52, A2 and 32. RGB value is (82,162,50). Sum of RGB (Red+Green+Blue) = 82+162+50=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #52A232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A232 is #AD5DCD. Grayscale: #7D7D7D. Windows color (decimal): -11361742 or 3318354. OLE color: 3318354.

HSL color Cylindrical-coordinate representation of color #52A232: hue angle of 102.86º degrees, saturation: 0.53, 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 #52A232 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB8216250-
CMYK0.4900.690.36
HSL102.86º52.83%41.57%-
HSV(B)102.86º69.14%63.53%-
XYZ16.9827.867.5-
YUV125.3185.597.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 162 (63.67% from 255) = 55.10%
BLUE value IS 50 (19.92% from 255) = 17.01%
R=27.89%
G=55.10%
B=17.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82162500.4900.690.36102.8652.8341.57
Hex52A232310452467352a
Octal12224262610105441476552
Binary101001010100010110010110001010001011001001100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A232; }

 p { color: rgb(82,162,50); }

 H1.HeaderClassName
 {
   color: #52A232;
 }
 .AnyTagClassName
 {
   color: #52A232;
 }
</style>
background-color css

<style>
 a { background-color: #52A232; }

 a { background-color: rgb(82,162,50); }

 div.DivClassName
 {
   background-color: #52A232;
 }
 .BgClassName
 {
   background-color: #52A232;
 }
</style>
border-color css

<style>
 span { border-color: #52A232; }

 span { border-color: rgb(82,162,50); }

 td.TdClassName
 {
   border-color: #52A232;
 }
 .TagClassName
 {
   border-color: #52A232;
 }
</style>