#40D347

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

Shades of Lime Green #40D347

Tints of Lime Green #40D347

Color information

#40D347 (or 0x40D347) is unknown color: approx Lime Green. HEX triplet: 40, D3 and 47. RGB value is (64,211,71). Sum of RGB (Red+Green+Blue) = 64+211+71=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 211 (82.81% from 255 or 60.98% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 211 - color contains mainly: green. Hex color #40D347 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D347 is #BF2CB8. Grayscale: #979797. Windows color (decimal): -12528825 or 4707136. OLE color: 4707136.

HSL color Cylindrical-coordinate representation of color #40D347: hue angle of 122.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D347 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB6421171-
CMYK0.7000.660.17
HSL122.86º62.55%53.92%-
HSV(B)122.86º69.67%82.75%-
XYZ26.5548.1313.85-
YUV151.0982.865.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.50%
GREEN value IS 211 (82.81% from 255) = 60.98%
BLUE value IS 71 (28.12% from 255) = 20.52%
R=18.50%
G=60.98%
B=20.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal64211710.7000.660.17122.8662.5553.92
Hex40D34746042117b3f36
Octal1003231071060102211737766
Binary1000000110100111000111100011001000010100011111011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,211,71); }

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

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

 a { background-color: rgb(64,211,71); }

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

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

 span { border-color: rgb(64,211,71); }

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