#52A234

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

Shades of Limeade #52A234

Tints of Limeade #52A234

Color information

#52A234 (or 0x52A234) is unknown color: approx Limeade. HEX triplet: 52, A2 and 34. RGB value is (82,162,52). Sum of RGB (Red+Green+Blue) = 82+162+52=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #52A234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A234 is #AD5DCB. Grayscale: #7D7D7D. Windows color (decimal): -11361740 or 3449426. OLE color: 3449426.

HSL color Cylindrical-coordinate representation of color #52A234: hue angle of 103.64º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52A234 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB8216252-
CMYK0.4900.680.36
HSL103.64º51.4%41.96%-
HSV(B)103.64º67.9%63.53%-
XYZ17.0227.887.73-
YUV125.5486.596.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 162 (63.67% from 255) = 54.73%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=27.70%
G=54.73%
B=17.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82162520.4900.680.36103.6451.441.96
Hex52A234310442468332a
Octal12224264610104441506352
Binary101001010100010110100110001010001001001001101000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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