#40D642

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

Shades of Lime Green #40D642

Tints of Lime Green #40D642

Color information

#40D642 (or 0x40D642) is unknown color: approx Lime Green. HEX triplet: 40, D6 and 42. RGB value is (64,214,66). Sum of RGB (Red+Green+Blue) = 64+214+66=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #40D642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D642 is #BF29BD. Grayscale: #989898. Windows color (decimal): -12528062 or 4380224. OLE color: 4380224.

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

Color convert

RGB6421466-
CMYK0.7000.690.16
HSL120.8º64.66%54.51%-
HSV(B)120.8º70.09%83.92%-
XYZ27.1449.5813.29-
YUV152.2879.365.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 214 (83.98% from 255) = 62.21%
BLUE value IS 66 (26.17% from 255) = 19.19%
R=18.60%
G=62.21%
B=19.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal64214660.7000.690.16120.864.6654.51
Hex40D6424604510794137
Octal10032610210601052017110167
Binary10000001101011010000101000110010001011000011110011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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