#52A328

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

Shades of Limeade #52A328

Tints of Limeade #52A328

Color information

#52A328 (or 0x52A328) is unknown color: approx Limeade. HEX triplet: 52, A3 and 28. RGB value is (82,163,40). Sum of RGB (Red+Green+Blue) = 82+163+40=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #52A328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A328 is #AD5CD7. Grayscale: #7D7D7D. Windows color (decimal): -11361496 or 2663250. OLE color: 2663250.

HSL color Cylindrical-coordinate representation of color #52A328: hue angle of 99.51º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52A328 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB8216340-
CMYK0.5000.750.36
HSL99.51º60.59%39.8%-
HSV(B)99.51º75.46%63.92%-
XYZ16.9628.146.55-
YUV124.7680.1697.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 163 (64.06% from 255) = 57.19%
BLUE value IS 40 (16.02% from 255) = 14.04%
R=28.77%
G=57.19%
B=14.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82163400.5000.750.3699.5160.5939.8
Hex52A3283204B24643d28
Octal12224350620113441447550
Binary101001010100011101000110010010010111001001100100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,163,40); }

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

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

 a { background-color: rgb(82,163,40); }

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

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

 span { border-color: rgb(82,163,40); }

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