#40EA3B

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

Shades of Lime Green #40EA3B

Tints of Lime Green #40EA3B

Color information

#40EA3B (or 0x40EA3B) is unknown color: approx Lime Green. HEX triplet: 40, EA and 3B. RGB value is (64,234,59). Sum of RGB (Red+Green+Blue) = 64+234+59=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 234 (91.80% from 255 or 65.55% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 234 - color contains mainly: green. Hex color #40EA3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EA3B is #BF15C4. Grayscale: #A3A3A3. Windows color (decimal): -12522949 or 3926592. OLE color: 3926592.

HSL color Cylindrical-coordinate representation of color #40EA3B: hue angle of 118.29º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40EA3B is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB6423459-
CMYK0.7300.750.08
HSL118.29º80.65%57.45%-
HSV(B)118.29º74.79%91.76%-
XYZ32.3360.2514.06-
YUV163.2269.1857.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.93%
GREEN value IS 234 (91.80% from 255) = 65.55%
BLUE value IS 59 (23.44% from 255) = 16.53%
R=17.93%
G=65.55%
B=16.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal64234590.7300.750.08118.2980.6557.45
Hex40EA3B4904B8765139
Octal1003527311101131016612171
Binary100000011101010111011100100101001011100011101101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,234,59); }

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

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

 a { background-color: rgb(64,234,59); }

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

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

 span { border-color: rgb(64,234,59); }

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