#40E558

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

Shades of Lime Green #40E558

Tints of Lime Green #40E558

Color information

#40E558 (or 0x40E558) is unknown color: approx Lime Green. HEX triplet: 40, E5 and 58. RGB value is (64,229,88). Sum of RGB (Red+Green+Blue) = 64+229+88=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 229 (89.84% from 255 or 60.10% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 229 - color contains mainly: green. Hex color #40E558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E558 is #BF1AA7. Grayscale: #A3A3A3. Windows color (decimal): -12524200 or 5825856. OLE color: 5825856.

HSL color Cylindrical-coordinate representation of color #40E558: hue angle of 128.73º 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 #40E558 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB6422988-
CMYK0.7200.620.10
HSL128.73º76.04%57.45%-
HSV(B)128.73º72.05%89.8%-
XYZ31.957.8318.71-
YUV163.5985.3456.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.80%
GREEN value IS 229 (89.84% from 255) = 60.10%
BLUE value IS 88 (34.77% from 255) = 23.10%
R=16.80%
G=60.10%
B=23.10%

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
Decimal64229880.7200.620.10128.7376.0457.45
Hex40E5584803EA814c39
Octal1003451301100761220111471
Binary1000000111001011011000100100001111101010100000011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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