#57A02C

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

Shades of Limeade #57A02C

Tints of Limeade #57A02C

Color information

#57A02C (or 0x57A02C) is unknown color: approx Limeade. HEX triplet: 57, A0 and 2C. RGB value is (87,160,44). Sum of RGB (Red+Green+Blue) = 87+160+44=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #57A02C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A02C is #A85FD3. Grayscale: #7D7D7D. Windows color (decimal): -11034580 or 2924631. OLE color: 2924631.

HSL color Cylindrical-coordinate representation of color #57A02C: hue angle of 97.76º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #57A02C is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB8716044-
CMYK0.4600.720.37
HSL97.76º56.86%40%-
HSV(B)97.76º72.5%62.75%-
XYZ16.9627.356.77-
YUV124.9582.32100.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.90%
GREEN value IS 160 (62.89% from 255) = 54.98%
BLUE value IS 44 (17.58% from 255) = 15.12%
R=29.90%
G=54.98%
B=15.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87160440.4600.720.3797.7656.8640
Hex57A02C2E04825623928
Octal12724054560110451427150
Binary101011110100000101100101110010010001001011100010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,160,44); }

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

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

 a { background-color: rgb(87,160,44); }

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

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

 span { border-color: rgb(87,160,44); }

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