#40D936

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

Shades of Lime Green #40D936

Tints of Lime Green #40D936

Color information

#40D936 (or 0x40D936) is unknown color: approx Lime Green. HEX triplet: 40, D9 and 36. RGB value is (64,217,54). Sum of RGB (Red+Green+Blue) = 64+217+54=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 217 (85.16% from 255 or 64.78% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 217 - color contains mainly: green. Hex color #40D936 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D936 is #BF26C9. Grayscale: #999999. Windows color (decimal): -12527306 or 3594560. OLE color: 3594560.

HSL color Cylindrical-coordinate representation of color #40D936: hue angle of 116.32º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40D936 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB6421754-
CMYK0.7100.750.15
HSL116.32º68.2%53.14%-
HSV(B)116.32º75.12%85.1%-
XYZ27.5950.9811.88-
YUV152.6772.3164.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.10%
GREEN value IS 217 (85.16% from 255) = 64.78%
BLUE value IS 54 (21.48% from 255) = 16.12%
R=19.10%
G=64.78%
B=16.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal64217540.7100.750.15116.3268.253.14
Hex40D9364704BF744435
Octal1003316610701131716410465
Binary100000011011001110110100011101001011111111101001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,217,54); }

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

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

 a { background-color: rgb(64,217,54); }

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

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

 span { border-color: rgb(64,217,54); }

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