#40D156

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

Shades of Lime Green #40D156

Tints of Lime Green #40D156

Color information

#40D156 (or 0x40D156) is unknown color: approx Lime Green. HEX triplet: 40, D1 and 56. RGB value is (64,209,86). Sum of RGB (Red+Green+Blue) = 64+209+86=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #40D156 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D156 is #BF2EA9. Grayscale: #979797. Windows color (decimal): -12529322 or 5689664. OLE color: 5689664.

HSL color Cylindrical-coordinate representation of color #40D156: hue angle of 129.1º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D156 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB6420986-
CMYK0.6900.590.18
HSL129.1º61.18%53.53%-
HSV(B)129.1º69.38%81.96%-
XYZ26.5947.3616.54-
YUV151.6290.9665.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.83%
GREEN value IS 209 (82.03% from 255) = 58.22%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=17.83%
G=58.22%
B=23.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal64209860.6900.590.18129.161.1853.53
Hex40D1564503B12813d36
Octal100321126105073222017566
Binary1000000110100011010110100010101110111001010000001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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