#40E154

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

Shades of Lime Green #40E154

Tints of Lime Green #40E154

Color information

#40E154 (or 0x40E154) is unknown color: approx Lime Green. HEX triplet: 40, E1 and 54. RGB value is (64,225,84). Sum of RGB (Red+Green+Blue) = 64+225+84=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #40E154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E154 is #BF1EAB. Grayscale: #A1A1A1. Windows color (decimal): -12525228 or 5562688. OLE color: 5562688.

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

Color convert

RGB6422584-
CMYK0.7200.630.12
HSL127.45º72.85%56.67%-
HSV(B)127.45º71.56%88.24%-
XYZ30.6455.5817.5-
YUV160.7984.6658.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.16%
GREEN value IS 225 (88.28% from 255) = 60.32%
BLUE value IS 84 (33.20% from 255) = 22.52%
R=17.16%
G=60.32%
B=22.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal64225840.7200.630.12127.4572.8556.67
Hex40E1544803FC7f4939
Octal1003411241100771417711171
Binary100000011100001101010010010000111111110011111111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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