#52A222

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

Shades of Limeade #52A222

Tints of Limeade #52A222

Color information

#52A222 (or 0x52A222) is unknown color: approx Limeade. HEX triplet: 52, A2 and 22. RGB value is (82,162,34). Sum of RGB (Red+Green+Blue) = 82+162+34=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #52A222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A222 is #AD5DDD. Grayscale: #7B7B7B. Windows color (decimal): -11361758 or 2269778. OLE color: 2269778.

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

Color convert

RGB8216234-
CMYK0.4900.790.36
HSL97.5º65.31%38.43%-
HSV(B)97.5º79.01%63.53%-
XYZ16.6927.755.99-
YUV123.4977.598.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 162 (63.67% from 255) = 58.27%
BLUE value IS 34 (13.67% from 255) = 12.23%
R=29.50%
G=58.27%
B=12.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82162340.4900.790.3697.565.3138.43
Hex52A2223104F24624126
Octal122242426101174414210146
Binary1010010101000101000101100010100111110010011000101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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