#40D151

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

Shades of Lime Green #40D151

Tints of Lime Green #40D151

Color information

#40D151 (or 0x40D151) is unknown color: approx Lime Green. HEX triplet: 40, D1 and 51. RGB value is (64,209,81). Sum of RGB (Red+Green+Blue) = 64+209+81=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #40D151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D151 is #BF2EAE. Grayscale: #979797. Windows color (decimal): -12529327 or 5361984. OLE color: 5361984.

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

Color convert

RGB6420981-
CMYK0.6900.610.18
HSL127.03º61.18%53.53%-
HSV(B)127.03º69.38%81.96%-
XYZ26.447.2815.52-
YUV151.0588.4665.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.08%
GREEN value IS 209 (82.03% from 255) = 59.04%
BLUE value IS 81 (32.03% from 255) = 22.88%
R=18.08%
G=59.04%
B=22.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal64209810.6900.610.18127.0361.1853.53
Hex40D1514503D127f3d36
Octal100321121105075221777566
Binary100000011010001101000110001010111101100101111111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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