#52A432

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

Shades of Limeade #52A432

Tints of Limeade #52A432

Color information

#52A432 (or 0x52A432) is unknown color: approx Limeade. HEX triplet: 52, A4 and 32. RGB value is (82,164,50). Sum of RGB (Red+Green+Blue) = 82+164+50=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 164 (64.45% from 255 or 55.41% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 164 - color contains mainly: green. Hex color #52A432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A432 is #AD5BCD. Grayscale: #7E7E7E. Windows color (decimal): -11361230 or 3318866. OLE color: 3318866.

HSL color Cylindrical-coordinate representation of color #52A432: hue angle of 103.16º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52A432 is Cyan = 0.5, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB8216450-
CMYK0.500.700.36
HSL103.16º53.27%41.96%-
HSV(B)103.16º69.51%64.31%-
XYZ17.3328.587.62-
YUV126.4984.8396.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 164 (64.45% from 255) = 55.41%
BLUE value IS 50 (19.92% from 255) = 16.89%
R=27.70%
G=55.41%
B=16.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82164500.500.700.36103.1653.2741.96
Hex52A432320462467352a
Octal12224462620106441476552
Binary101001010100100110010110010010001101001001100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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