#40DC4D

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

Shades of Lime Green #40DC4D

Tints of Lime Green #40DC4D

Color information

#40DC4D (or 0x40DC4D) is unknown color: approx Lime Green. HEX triplet: 40, DC and 4D. RGB value is (64,220,77). Sum of RGB (Red+Green+Blue) = 64+220+77=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DC4D is #BF23B2. Grayscale: #9D9D9D. Windows color (decimal): -12526515 or 5102656. OLE color: 5102656.

HSL color Cylindrical-coordinate representation of color #40DC4D: hue angle of 125º 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 #40DC4D is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB6422077-
CMYK0.7100.650.14
HSL125º69.03%55.69%-
HSV(B)125º70.91%86.27%-
XYZ29.0552.8115.68-
YUV157.0582.8261.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.73%
GREEN value IS 220 (86.33% from 255) = 60.94%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=17.73%
G=60.94%
B=21.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal64220770.7100.650.1412569.0355.69
Hex40DC4D47041E7d4538
Octal10033411510701011617510570
Binary1000000110111001001101100011101000001111011111011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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