#40E32F

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

Shades of Lime Green #40E32F

Tints of Lime Green #40E32F

Color information

#40E32F (or 0x40E32F) is unknown color: approx Lime Green. HEX triplet: 40, E3 and 2F. RGB value is (64,227,47). Sum of RGB (Red+Green+Blue) = 64+227+47=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 227 (89.06% from 255 or 67.16% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 227 - color contains mainly: green. Hex color #40E32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E32F is #BF1CD0. Grayscale: #9E9E9E. Windows color (decimal): -12524753 or 3138368. OLE color: 3138368.

HSL color Cylindrical-coordinate representation of color #40E32F: hue angle of 114.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40E32F is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB6422747-
CMYK0.7200.790.11
HSL114.33º76.27%53.73%-
HSV(B)114.33º79.3%89.02%-
XYZ30.156.2311.96-
YUV157.7465.561.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.93%
GREEN value IS 227 (89.06% from 255) = 67.16%
BLUE value IS 47 (18.75% from 255) = 13.91%
R=18.93%
G=67.16%
B=13.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal64227470.7200.790.11114.3376.2753.73
Hex40E32F4804FB724c36
Octal1003435711001171316211466
Binary100000011100011101111100100001001111101111100101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,227,47); }

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

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

 a { background-color: rgb(64,227,47); }

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

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

 span { border-color: rgb(64,227,47); }

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