#40E756

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

Shades of Lime Green #40E756

Tints of Lime Green #40E756

Color information

#40E756 (or 0x40E756) is unknown color: approx Lime Green. HEX triplet: 40, E7 and 56. RGB value is (64,231,86). Sum of RGB (Red+Green+Blue) = 64+231+86=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 231 (90.62% from 255 or 60.63% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 231 - color contains mainly: green. Hex color #40E756 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E756 is #BF18A9. Grayscale: #A4A4A4. Windows color (decimal): -12523690 or 5695296. OLE color: 5695296.

HSL color Cylindrical-coordinate representation of color #40E756: hue angle of 127.9º degrees, saturation: 0.78, 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 #40E756 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB6423186-
CMYK0.7200.630.09
HSL127.9º77.67%57.84%-
HSV(B)127.9º72.29%90.59%-
XYZ32.3758.9118.47-
YUV164.5483.6756.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.80%
GREEN value IS 231 (90.62% from 255) = 60.63%
BLUE value IS 86 (33.98% from 255) = 22.57%
R=16.80%
G=60.63%
B=22.57%

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
Decimal64231860.7200.630.09127.977.6757.84
Hex40E7564803F9804e3a
Octal1003471261100771120011672
Binary1000000111001111010110100100001111111001100000001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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