#40DC50

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

Shades of Lime Green #40DC50

Tints of Lime Green #40DC50

Color information

#40DC50 (or 0x40DC50) is unknown color: approx Lime Green. HEX triplet: 40, DC and 50. RGB value is (64,220,80). Sum of RGB (Red+Green+Blue) = 64+220+80=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 220 (86.33% from 255 or 60.44% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DC50 is #BF23AF. Grayscale: #9D9D9D. Windows color (decimal): -12526512 or 5299264. OLE color: 5299264.

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

Color convert

RGB6422080-
CMYK0.7100.640.14
HSL126.15º69.03%55.69%-
HSV(B)126.15º70.91%86.27%-
XYZ29.1652.8616.25-
YUV157.484.3261.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.58%
GREEN value IS 220 (86.33% from 255) = 60.44%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=17.58%
G=60.44%
B=21.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal64220800.7100.640.14126.1569.0355.69
Hex40DC5047040E7e4538
Octal10033412010701001617610570
Binary1000000110111001010000100011101000000111011111101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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