#57A226

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

Shades of Limeade #57A226

Tints of Limeade #57A226

Color information

#57A226 (or 0x57A226) is unknown color: approx Limeade. HEX triplet: 57, A2 and 26. RGB value is (87,162,38). Sum of RGB (Red+Green+Blue) = 87+162+38=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #57A226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A226 is #A85DD9. Grayscale: #7D7D7D. Windows color (decimal): -11034074 or 2531927. OLE color: 2531927.

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

Color convert

RGB8716238-
CMYK0.4600.770.36
HSL96.29º62%39.22%-
HSV(B)96.29º76.54%63.53%-
XYZ17.228.016.33-
YUV125.4478.65100.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 162 (63.67% from 255) = 56.45%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=30.31%
G=56.45%
B=13.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87162380.4600.770.3696.296239.22
Hex57A2262E04D24603e27
Octal12724246560115441407647
Binary101011110100010100110101110010011011001001100000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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