#57A62A

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

Shades of Limeade #57A62A

Tints of Limeade #57A62A

Color information

#57A62A (or 0x57A62A) is unknown color: approx Limeade. HEX triplet: 57, A6 and 2A. RGB value is (87,166,42). Sum of RGB (Red+Green+Blue) = 87+166+42=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 166 (65.23% from 255 or 56.27% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 166 - color contains mainly: green. Hex color #57A62A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A62A is #A859D5. Grayscale: #808080. Windows color (decimal): -11033046 or 2795095. OLE color: 2795095.

HSL color Cylindrical-coordinate representation of color #57A62A: hue angle of 98.23º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57A62A is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB8716642-
CMYK0.4800.750.35
HSL98.23º59.62%40.78%-
HSV(B)98.23º74.7%65.1%-
XYZ17.9829.476.93-
YUV128.2479.3398.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 166 (65.23% from 255) = 56.27%
BLUE value IS 42 (16.80% from 255) = 14.24%
R=29.49%
G=56.27%
B=14.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal87166420.4800.750.3598.2359.6240.78
Hex57A62A3004B23623c29
Octal12724652600113431427451
Binary101011110100110101010110000010010111000111100010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,166,42); }

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

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

 a { background-color: rgb(87,166,42); }

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

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

 span { border-color: rgb(87,166,42); }

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