#40D654

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

Shades of Lime Green #40D654

Tints of Lime Green #40D654

Color information

#40D654 (or 0x40D654) is unknown color: approx Lime Green. HEX triplet: 40, D6 and 54. RGB value is (64,214,84). Sum of RGB (Red+Green+Blue) = 64+214+84=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #40D654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D654 is #BF29AB. Grayscale: #9A9A9A. Windows color (decimal): -12528044 or 5559872. OLE color: 5559872.

HSL color Cylindrical-coordinate representation of color #40D654: hue angle of 128º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D654 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB6421484-
CMYK0.7000.610.16
HSL128º64.66%54.51%-
HSV(B)128º70.09%83.92%-
XYZ27.7649.8216.54-
YUV154.3388.363.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.68%
GREEN value IS 214 (83.98% from 255) = 59.12%
BLUE value IS 84 (33.20% from 255) = 23.20%
R=17.68%
G=59.12%
B=23.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal64214840.7000.610.1612864.6654.51
Hex40D6544603D10804137
Octal1003261241060752020010167
Binary10000001101011010101001000110011110110000100000001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,214,84); }

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

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

 a { background-color: rgb(64,214,84); }

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

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

 span { border-color: rgb(64,214,84); }

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