#40DC44

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

Shades of Lime Green #40DC44

Tints of Lime Green #40DC44

Color information

#40DC44 (or 0x40DC44) is unknown color: approx Lime Green. HEX triplet: 40, DC and 44. RGB value is (64,220,68). Sum of RGB (Red+Green+Blue) = 64+220+68=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DC44 is #BF23BB. Grayscale: #9C9C9C. Windows color (decimal): -12526524 or 4512832. OLE color: 4512832.

HSL color Cylindrical-coordinate representation of color #40DC44: hue angle of 121.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DC44 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB6422068-
CMYK0.7100.690.14
HSL121.54º69.03%55.69%-
HSV(B)121.54º70.91%86.27%-
XYZ28.7552.6914.12-
YUV156.0378.3262.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.18%
GREEN value IS 220 (86.33% from 255) = 62.5%
BLUE value IS 68 (26.95% from 255) = 19.32%
R=18.18%
G=62.5%
B=19.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal64220680.7100.690.14121.5469.0355.69
Hex40DC4447045E7a4538
Octal10033410410701051617210570
Binary1000000110111001000100100011101000101111011110101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,220,68); }

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

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

 a { background-color: rgb(64,220,68); }

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

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

 span { border-color: rgb(64,220,68); }

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