#40E556

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

Shades of Lime Green #40E556

Tints of Lime Green #40E556

Color information

#40E556 (or 0x40E556) is unknown color: approx Lime Green. HEX triplet: 40, E5 and 56. RGB value is (64,229,86). Sum of RGB (Red+Green+Blue) = 64+229+86=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 229 (89.84% from 255 or 60.42% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 229 - color contains mainly: green. Hex color #40E556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E556 is #BF1AA9. Grayscale: #A3A3A3. Windows color (decimal): -12524202 or 5694784. OLE color: 5694784.

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

Color convert

RGB6422986-
CMYK0.7200.620.10
HSL128º76.04%57.45%-
HSV(B)128º72.05%89.8%-
XYZ31.8157.818.28-
YUV163.3684.3457.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.89%
GREEN value IS 229 (89.84% from 255) = 60.42%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=16.89%
G=60.42%
B=22.69%

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
Decimal64229860.7200.620.1012876.0457.45
Hex40E5564803EA804c39
Octal1003451261100761220011471
Binary1000000111001011010110100100001111101010100000001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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