#57A41B

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

Shades of Limeade #57A41B

Tints of Limeade #57A41B

Color information

#57A41B (or 0x57A41B) is unknown color: approx Limeade. HEX triplet: 57, A4 and 1B. RGB value is (87,164,27). Sum of RGB (Red+Green+Blue) = 87+164+27=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 164 (64.45% from 255 or 58.99% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 164 - color contains mainly: green. Hex color #57A41B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A41B is #A85BE4. Grayscale: #7D7D7D. Windows color (decimal): -11033573 or 1811543. OLE color: 1811543.

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

Color convert

RGB8716427-
CMYK0.4700.840.36
HSL93.72º71.73%37.45%-
HSV(B)93.72º83.54%64.31%-
XYZ17.428.665.65-
YUV125.3672.49100.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 164 (64.45% from 255) = 58.99%
BLUE value IS 27 (10.94% from 255) = 9.71%
R=31.29%
G=58.99%
B=9.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87164270.4700.840.3693.7271.7337.45
Hex57A41B2F054245e4825
Octal127244335701244413611045
Binary101011110100100110111011110101010010010010111101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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