#52A316

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

Shades of Limeade #52A316

Tints of Limeade #52A316

Color information

#52A316 (or 0x52A316) is unknown color: approx Limeade. HEX triplet: 52, A3 and 16. RGB value is (82,163,22). Sum of RGB (Red+Green+Blue) = 82+163+22=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 163 (64.06% from 255 or 61.05% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 163 - color contains mainly: green. Hex color #52A316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A316 is #AD5CE9. Grayscale: #7B7B7B. Windows color (decimal): -11361514 or 1483602. OLE color: 1483602.

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

Color convert

RGB8216322-
CMYK0.5000.870.36
HSL94.47º76.22%36.27%-
HSV(B)94.47º86.5%63.92%-
XYZ16.7228.055.29-
YUV122.7171.1698.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 163 (64.06% from 255) = 61.05%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=30.71%
G=61.05%
B=8.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82163220.5000.870.3694.4776.2236.27
Hex52A31632057245e4c24
Octal122243266201274413611444
Binary101001010100011101101100100101011110010010111101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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