#40D150

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

Shades of Lime Green #40D150

Tints of Lime Green #40D150

Color information

#40D150 (or 0x40D150) is unknown color: approx Lime Green. HEX triplet: 40, D1 and 50. RGB value is (64,209,80). Sum of RGB (Red+Green+Blue) = 64+209+80=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 209 (82.03% from 255 or 59.21% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 209 - color contains mainly: green. Hex color #40D150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D150 is #BF2EAF. Grayscale: #979797. Windows color (decimal): -12529328 or 5296448. OLE color: 5296448.

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

Color convert

RGB6420980-
CMYK0.6900.620.18
HSL126.62º61.18%53.53%-
HSV(B)126.62º69.38%81.96%-
XYZ26.3647.2715.32-
YUV150.9487.9665.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 209 (82.03% from 255) = 59.21%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=18.13%
G=59.21%
B=22.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal64209800.6900.620.18126.6261.1853.53
Hex40D1504503E127f3d36
Octal100321120105076221777566
Binary100000011010001101000010001010111110100101111111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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