#52A331

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

Shades of Limeade #52A331

Tints of Limeade #52A331

Color information

#52A331 (or 0x52A331) is unknown color: approx Limeade. HEX triplet: 52, A3 and 31. RGB value is (82,163,49). Sum of RGB (Red+Green+Blue) = 82+163+49=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 163 (64.06% from 255 or 55.44% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 163 - color contains mainly: green. Hex color #52A331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A331 is #AD5CCE. Grayscale: #7E7E7E. Windows color (decimal): -11361487 or 3253074. OLE color: 3253074.

HSL color Cylindrical-coordinate representation of color #52A331: hue angle of 102.63º degrees, saturation: 0.54, 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 #52A331 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB8216349-
CMYK0.5000.700.36
HSL102.63º53.77%41.57%-
HSV(B)102.63º69.94%63.92%-
XYZ17.1328.217.45-
YUV125.7884.6696.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 163 (64.06% from 255) = 55.44%
BLUE value IS 49 (19.53% from 255) = 16.67%
R=27.89%
G=55.44%
B=16.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82163490.5000.700.36102.6353.7741.57
Hex52A331320462467362a
Octal12224361620106441476652
Binary101001010100011110001110010010001101001001100111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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