#57A229

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

Shades of Limeade #57A229

Tints of Limeade #57A229

Color information

#57A229 (or 0x57A229) is unknown color: approx Limeade. HEX triplet: 57, A2 and 29. RGB value is (87,162,41). Sum of RGB (Red+Green+Blue) = 87+162+41=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #57A229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A229 is #A85DD6. Grayscale: #7E7E7E. Windows color (decimal): -11034071 or 2728535. OLE color: 2728535.

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

Color convert

RGB8716241-
CMYK0.4600.750.36
HSL97.19º59.61%39.8%-
HSV(B)97.19º74.69%63.53%-
XYZ17.2528.036.6-
YUV125.7880.15100.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30%
GREEN value IS 162 (63.67% from 255) = 55.86%
BLUE value IS 41 (16.41% from 255) = 14.14%
R=30%
G=55.86%
B=14.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87162410.4600.750.3697.1959.6139.8
Hex57A2292E04B24613c28
Octal12724251560113441417450
Binary101011110100010101001101110010010111001001100001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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