#40DC53

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

Shades of Lime Green #40DC53

Tints of Lime Green #40DC53

Color information

#40DC53 (or 0x40DC53) is unknown color: approx Lime Green. HEX triplet: 40, DC and 53. RGB value is (64,220,83). Sum of RGB (Red+Green+Blue) = 64+220+83=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DC53 is #BF23AC. Grayscale: #9E9E9E. Windows color (decimal): -12526509 or 5495872. OLE color: 5495872.

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

Color convert

RGB6422083-
CMYK0.7100.620.14
HSL127.31º69.03%55.69%-
HSV(B)127.31º70.91%86.27%-
XYZ29.2752.916.85-
YUV157.7485.8261.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.44%
GREEN value IS 220 (86.33% from 255) = 59.95%
BLUE value IS 83 (32.81% from 255) = 22.62%
R=17.44%
G=59.95%
B=22.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal64220830.7100.620.14127.3169.0355.69
Hex40DC534703EE7f4538
Octal1003341231070761617710570
Binary100000011011100101001110001110111110111011111111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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