#57AA2A

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

Shades of Limeade #57AA2A

Tints of Limeade #57AA2A

Color information

#57AA2A (or 0x57AA2A) is unknown color: approx Limeade. HEX triplet: 57, AA and 2A. RGB value is (87,170,42). Sum of RGB (Red+Green+Blue) = 87+170+42=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #57AA2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57AA2A is #A855D5. Grayscale: #838383. Windows color (decimal): -11032022 or 2796119. OLE color: 2796119.

HSL color Cylindrical-coordinate representation of color #57AA2A: hue angle of 98.91º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57AA2A is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB8717042-
CMYK0.4900.750.33
HSL98.91º60.38%41.57%-
HSV(B)98.91º75.29%66.67%-
XYZ18.7230.947.18-
YUV130.597896.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 170 (66.80% from 255) = 56.86%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=29.10%
G=56.86%
B=14.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87170420.4900.750.3398.9160.3841.57
Hex57AA2A3104B21633c2a
Octal12725252610113411437452
Binary101011110101010101010110001010010111000011100011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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