#40E557

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

Shades of Lime Green #40E557

Tints of Lime Green #40E557

Color information

#40E557 (or 0x40E557) is unknown color: approx Lime Green. HEX triplet: 40, E5 and 57. RGB value is (64,229,87). Sum of RGB (Red+Green+Blue) = 64+229+87=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 229 (89.84% from 255 or 60.26% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 229 - color contains mainly: green. Hex color #40E557 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E557 is #BF1AA8. Grayscale: #A3A3A3. Windows color (decimal): -12524201 or 5760320. OLE color: 5760320.

HSL color Cylindrical-coordinate representation of color #40E557: hue angle of 128.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E557 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB6422987-
CMYK0.7200.620.10
HSL128.36º76.04%57.45%-
HSV(B)128.36º72.05%89.8%-
XYZ31.8557.8218.5-
YUV163.4884.8457.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.84%
GREEN value IS 229 (89.84% from 255) = 60.26%
BLUE value IS 87 (34.38% from 255) = 22.89%
R=16.84%
G=60.26%
B=22.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal64229870.7200.620.10128.3676.0457.45
Hex40E5574803EA804c39
Octal1003451271100761220011471
Binary1000000111001011010111100100001111101010100000001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40E557; }

 p { color: rgb(64,229,87); }

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

<style>
 a { background-color: #40E557; }

 a { background-color: rgb(64,229,87); }

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

<style>
 span { border-color: #40E557; }

 span { border-color: rgb(64,229,87); }

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