#57A42E

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

Shades of Limeade #57A42E

Tints of Limeade #57A42E

Color information

#57A42E (or 0x57A42E) is unknown color: approx Limeade. HEX triplet: 57, A4 and 2E. RGB value is (87,164,46). Sum of RGB (Red+Green+Blue) = 87+164+46=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 164 (64.45% from 255 or 55.22% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 164 - color contains mainly: green. Hex color #57A42E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A42E is #A85BD1. Grayscale: #7F7F7F. Windows color (decimal): -11033554 or 3056727. OLE color: 3056727.

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

Color convert

RGB8716446-
CMYK0.4700.720.36
HSL99.15º56.19%41.18%-
HSV(B)99.15º71.95%64.31%-
XYZ17.728.777.21-
YUV127.5281.9999.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.29%
GREEN value IS 164 (64.45% from 255) = 55.22%
BLUE value IS 46 (18.36% from 255) = 15.49%
R=29.29%
G=55.22%
B=15.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87164460.4700.720.3699.1556.1941.18
Hex57A42E2F04824633829
Octal12724456570110441437051
Binary101011110100100101110101111010010001001001100011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,164,46); }

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

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

 a { background-color: rgb(87,164,46); }

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

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

 span { border-color: rgb(87,164,46); }

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