#40D455

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

Shades of Lime Green #40D455

Tints of Lime Green #40D455

Color information

#40D455 (or 0x40D455) is unknown color: approx Lime Green. HEX triplet: 40, D4 and 55. RGB value is (64,212,85). Sum of RGB (Red+Green+Blue) = 64+212+85=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #40D455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D455 is #BF2BAA. Grayscale: #999999. Windows color (decimal): -12528555 or 5624896. OLE color: 5624896.

HSL color Cylindrical-coordinate representation of color #40D455: hue angle of 128.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D455 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB6421285-
CMYK0.7000.600.17
HSL128.51º63.25%54.12%-
HSV(B)128.51º69.81%83.14%-
XYZ27.348.8316.58-
YUV153.2789.4764.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.73%
GREEN value IS 212 (83.20% from 255) = 58.73%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=17.73%
G=58.73%
B=23.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal64212850.7000.600.17128.5163.2554.12
Hex40D4554603C11813f36
Octal100324125106074212017766
Binary1000000110101001010101100011001111001000110000001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,212,85); }

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

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

 a { background-color: rgb(64,212,85); }

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

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

 span { border-color: rgb(64,212,85); }

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