#40E54B

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

Shades of Lime Green #40E54B

Tints of Lime Green #40E54B

Color information

#40E54B (or 0x40E54B) is unknown color: approx Lime Green. HEX triplet: 40, E5 and 4B. RGB value is (64,229,75). Sum of RGB (Red+Green+Blue) = 64+229+75=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 229 (89.84% from 255 or 62.23% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 229 - color contains mainly: green. Hex color #40E54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E54B is #BF1AB4. Grayscale: #A2A2A2. Windows color (decimal): -12524213 or 4973888. OLE color: 4973888.

HSL color Cylindrical-coordinate representation of color #40E54B: hue angle of 124º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E54B is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB6422975-
CMYK0.7200.670.10
HSL124º76.04%57.45%-
HSV(B)124º72.05%89.8%-
XYZ31.457.6416.13-
YUV162.1178.8458.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.39%
GREEN value IS 229 (89.84% from 255) = 62.23%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=17.39%
G=62.23%
B=20.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal64229750.7200.670.1012476.0457.45
Hex40E54B48043A7c4c39
Octal10034511311001031217411471
Binary1000000111001011001011100100001000011101011111001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,229,75); }

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

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

 a { background-color: rgb(64,229,75); }

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

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

 span { border-color: rgb(64,229,75); }

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