#57A22F

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

Shades of Limeade #57A22F

Tints of Limeade #57A22F

Color information

#57A22F (or 0x57A22F) is unknown color: approx Limeade. HEX triplet: 57, A2 and 2F. RGB value is (87,162,47). Sum of RGB (Red+Green+Blue) = 87+162+47=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #57A22F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A22F is #A85DD0. Grayscale: #7E7E7E. Windows color (decimal): -11034065 or 3121751. OLE color: 3121751.

HSL color Cylindrical-coordinate representation of color #57A22F: hue angle of 99.13º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57A22F is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB8716247-
CMYK0.4600.710.36
HSL99.13º55.02%40.98%-
HSV(B)99.13º70.99%63.53%-
XYZ17.3628.077.19-
YUV126.4683.1599.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.39%
GREEN value IS 162 (63.67% from 255) = 54.73%
BLUE value IS 47 (18.75% from 255) = 15.88%
R=29.39%
G=54.73%
B=15.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87162470.4600.710.3699.1355.0240.98
Hex57A22F2E04724633729
Octal12724257560107441436751
Binary101011110100010101111101110010001111001001100011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57A22F; }

 p { color: rgb(87,162,47); }

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

<style>
 a { background-color: #57A22F; }

 a { background-color: rgb(87,162,47); }

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

<style>
 span { border-color: #57A22F; }

 span { border-color: rgb(87,162,47); }

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