#57E132

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

Shades of Lime Green #57E132

Tints of Lime Green #57E132

Color information

#57E132 (or 0x57E132) is unknown color: approx Lime Green. HEX triplet: 57, E1 and 32. RGB value is (87,225,50). Sum of RGB (Red+Green+Blue) = 87+225+50=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 225 (88.28% from 255 or 62.15% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 225 - color contains mainly: green. Hex color #57E132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57E132 is #A81ECD. Grayscale: #A4A4A4. Windows color (decimal): -11017934 or 3334487. OLE color: 3334487.

HSL color Cylindrical-coordinate representation of color #57E132: hue angle of 107.31º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #57E132 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB8722550-
CMYK0.6100.780.12
HSL107.31º74.47%53.92%-
HSV(B)107.31º77.78%88.24%-
XYZ31.4356.1112.19-
YUV163.7963.7873.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 225 (88.28% from 255) = 62.15%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=24.03%
G=62.15%
B=13.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal87225500.6100.780.12107.3174.4753.92
Hex57E1323D04EC6b4a36
Octal127341627501161415311266
Binary10101111110000111001011110101001110110011010111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57E132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,225,50); }

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

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

 a { background-color: rgb(87,225,50); }

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

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

 span { border-color: rgb(87,225,50); }

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