#40E13C

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

Shades of Lime Green #40E13C

Tints of Lime Green #40E13C

Color information

#40E13C (or 0x40E13C) is unknown color: approx Lime Green. HEX triplet: 40, E1 and 3C. RGB value is (64,225,60). Sum of RGB (Red+Green+Blue) = 64+225+60=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 225 (88.28% from 255 or 64.47% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 225 - color contains mainly: green. Hex color #40E13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E13C is #BF1EC3. Grayscale: #9E9E9E. Windows color (decimal): -12525252 or 3989824. OLE color: 3989824.

HSL color Cylindrical-coordinate representation of color #40E13C: hue angle of 118.55º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E13C is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB6422560-
CMYK0.7200.730.12
HSL118.55º73.33%55.88%-
HSV(B)118.55º73.33%88.24%-
XYZ29.8655.2713.37-
YUV158.0572.6660.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.34%
GREEN value IS 225 (88.28% from 255) = 64.47%
BLUE value IS 60 (23.83% from 255) = 17.19%
R=18.34%
G=64.47%
B=17.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal64225600.7200.730.12118.5573.3355.88
Hex40E13C48049C774938
Octal1003417411001111416711170
Binary100000011100001111100100100001001001110011101111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,225,60); }

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

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

 a { background-color: rgb(64,225,60); }

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

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

 span { border-color: rgb(64,225,60); }

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