#40D546

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

Shades of Lime Green #40D546

Tints of Lime Green #40D546

Color information

#40D546 (or 0x40D546) is unknown color: approx Lime Green. HEX triplet: 40, D5 and 46. RGB value is (64,213,70). Sum of RGB (Red+Green+Blue) = 64+213+70=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #40D546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D546 is #BF2AB9. Grayscale: #989898. Windows color (decimal): -12528314 or 4642112. OLE color: 4642112.

HSL color Cylindrical-coordinate representation of color #40D546: hue angle of 122.42º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D546 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB6421370-
CMYK0.7000.670.16
HSL122.42º63.95%54.31%-
HSV(B)122.42º69.95%83.53%-
XYZ27.0149.1213.85-
YUV152.1581.6465.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.44%
GREEN value IS 213 (83.59% from 255) = 61.38%
BLUE value IS 70 (27.73% from 255) = 20.17%
R=18.44%
G=61.38%
B=20.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal64213700.7000.670.16122.4263.9554.31
Hex40D54646043107a4036
Octal10032510610601032017210066
Binary10000001101010110001101000110010000111000011110101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,213,70); }

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

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

 a { background-color: rgb(64,213,70); }

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

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

 span { border-color: rgb(64,213,70); }

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