#52A221

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

Shades of Limeade #52A221

Tints of Limeade #52A221

Color information

#52A221 (or 0x52A221) is unknown color: approx Limeade. HEX triplet: 52, A2 and 21. RGB value is (82,162,33). Sum of RGB (Red+Green+Blue) = 82+162+33=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #52A221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A221 is #AD5DDE. Grayscale: #7B7B7B. Windows color (decimal): -11361759 or 2204242. OLE color: 2204242.

HSL color Cylindrical-coordinate representation of color #52A221: hue angle of 97.21º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52A221 is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB8216233-
CMYK0.4900.800.36
HSL97.21º66.15%38.24%-
HSV(B)97.21º79.63%63.53%-
XYZ16.6727.745.92-
YUV123.377798.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 162 (63.67% from 255) = 58.48%
BLUE value IS 33 (13.28% from 255) = 11.91%
R=29.60%
G=58.48%
B=11.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82162330.4900.800.3697.2166.1538.24
Hex52A2213105024614226
Octal122242416101204414110246
Binary1010010101000101000011100010101000010010011000011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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