#40E856

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

Shades of Lime Green #40E856

Tints of Lime Green #40E856

Color information

#40E856 (or 0x40E856) is unknown color: approx Lime Green. HEX triplet: 40, E8 and 56. RGB value is (64,232,86). Sum of RGB (Red+Green+Blue) = 64+232+86=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 232 (91.02% from 255 or 60.73% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 232 - color contains mainly: green. Hex color #40E856 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E856 is #BF17A9. Grayscale: #A5A5A5. Windows color (decimal): -12523434 or 5695552. OLE color: 5695552.

HSL color Cylindrical-coordinate representation of color #40E856: hue angle of 127.86º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E856 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB6423286-
CMYK0.7200.630.09
HSL127.86º78.5%58.04%-
HSV(B)127.86º72.41%90.98%-
XYZ32.6559.4818.56-
YUV165.1283.3455.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.75%
GREEN value IS 232 (91.02% from 255) = 60.73%
BLUE value IS 86 (33.98% from 255) = 22.51%
R=16.75%
G=60.73%
B=22.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal64232860.7200.630.09127.8678.558.04
Hex40E8564803F9804f3a
Octal1003501261100771120011772
Binary1000000111010001010110100100001111111001100000001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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