#40D43A

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

Shades of Lime Green #40D43A

Tints of Lime Green #40D43A

Color information

#40D43A (or 0x40D43A) is unknown color: approx Lime Green. HEX triplet: 40, D4 and 3A. RGB value is (64,212,58). Sum of RGB (Red+Green+Blue) = 64+212+58=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 212 (83.20% from 255 or 63.47% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 212 - color contains mainly: green. Hex color #40D43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D43A is #BF2BC5. Grayscale: #969696. Windows color (decimal): -12528582 or 3855424. OLE color: 3855424.

HSL color Cylindrical-coordinate representation of color #40D43A: hue angle of 117.66º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40D43A is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB6421258-
CMYK0.7000.730.17
HSL117.66º64.17%52.94%-
HSV(B)117.66º72.64%83.14%-
XYZ26.4248.4811.97-
YUV150.1975.9766.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.16%
GREEN value IS 212 (83.20% from 255) = 63.47%
BLUE value IS 58 (23.05% from 255) = 17.37%
R=19.16%
G=63.47%
B=17.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal64212580.7000.730.17117.6664.1752.94
Hex40D43A4604911764035
Octal1003247210601112116610065
Binary1000000110101001110101000110010010011000111101101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,212,58); }

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

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

 a { background-color: rgb(64,212,58); }

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

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

 span { border-color: rgb(64,212,58); }

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