#40D348

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

Shades of Lime Green #40D348

Tints of Lime Green #40D348

Color information

#40D348 (or 0x40D348) is unknown color: approx Lime Green. HEX triplet: 40, D3 and 48. RGB value is (64,211,72). Sum of RGB (Red+Green+Blue) = 64+211+72=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 211 (82.81% from 255 or 60.81% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 211 - color contains mainly: green. Hex color #40D348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D348 is #BF2CB7. Grayscale: #979797. Windows color (decimal): -12528824 or 4772672. OLE color: 4772672.

HSL color Cylindrical-coordinate representation of color #40D348: hue angle of 123.27º 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 #40D348 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB6421172-
CMYK0.7000.660.17
HSL123.27º62.55%53.92%-
HSV(B)123.27º69.67%82.75%-
XYZ26.5848.1514.02-
YUV151.283.365.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.44%
GREEN value IS 211 (82.81% from 255) = 60.81%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=18.44%
G=60.81%
B=20.75%

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
Decimal64211720.7000.660.17123.2762.5553.92
Hex40D34846042117b3f36
Octal1003231101060102211737766
Binary1000000110100111001000100011001000010100011111011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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