#52A215

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

Shades of Limeade #52A215

Tints of Limeade #52A215

Color information

#52A215 (or 0x52A215) is unknown color: approx Limeade. HEX triplet: 52, A2 and 15. RGB value is (82,162,21). Sum of RGB (Red+Green+Blue) = 82+162+21=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 162 (63.67% from 255 or 61.13% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 162 - color contains mainly: green. Hex color #52A215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A215 is #AD5DEA. Grayscale: #7A7A7A. Windows color (decimal): -11361771 or 1417810. OLE color: 1417810.

HSL color Cylindrical-coordinate representation of color #52A215: hue angle of 94.04º degrees, saturation: 0.77, 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 #52A215 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB8216221-
CMYK0.4900.870.36
HSL94.04º77.05%35.88%-
HSV(B)94.04º87.04%63.53%-
XYZ16.5427.695.18-
YUV122.017199.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 162 (63.67% from 255) = 61.13%
BLUE value IS 21 (8.59% from 255) = 7.92%
R=30.94%
G=61.13%
B=7.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82162210.4900.870.3694.0477.0535.88
Hex52A21531057245e4d24
Octal122242256101274413611544
Binary101001010100010101011100010101011110010010111101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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