COLOR #40E35E

HEX: #40E35E
RGB: (64,227,94)

Color info

#40E35E contains mainly green color. Web safe color of #40E35E is #33CC66 (or #3C6).

RGB color model

#40E35E color RGB value is (64,227,94).

  • red value is 64;
  • green value is 227;
  • blue value is 94.
RGB:
(64,227,94)
(25%,89%,37%)

RGB channels and saturation

R 64 of 255 = 25%
G 227 of 255 = 89%
B 94 of 255 = 37%

64
227
94

R + G + B ~ 50%. #40E35E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 227 + 94 = 385 (100%)
R 64 of 385 ~ 16.62%
G 227 of 385 ~ 58.96%
B 94 of 385 ~ 24.42%

%16.62
%58.96
%24.42

CMYK color model

#40E35E color CMYK value is (72,0,59,11).

  • cyan value is 71.81%
  • magenta value is 0.00%
  • yellow value is 58.59%
  • key color value is 10.98%
CMYK:
(72,0,59,11)
C72M0Y59K11 
(72%,0%,59%,11%)
(0.72/0.00/0.59/0.11)	

CMYK percentages

%71.81
%0
%58.59
%10.98

Codes

Color #40E35E in popluar color models

40E35E
RGB6422794
HSL131°74.43%57.06%
HSB/HSV131°71.81%89.02%
CMYK71.81%0.00%58.59%
10.98%

Color #40E35E in popluar number systems.

HEX40E35E
Decimal6422794
Binary1000000111000111011110
Octal100343136

Shades and tints

Shades of #40E35E

#40E35E
(64,227,94)
#3BCF56
(59,207,86)
#36BB4E
(54,187,78)
#31A746
(49,167,70)
#2C933E
(44,147,62)
#277F36
(39,127,54)
#226B2E
(34,107,46)
#1D5726
(29,87,38)
#18431E
(24,67,30)
#132F16
(19,47,22)
#0E1B0E
(14,27,14)
#000000
(0,0,0)

Tints of #40E35E

#40E35E
(64,227,94)
#51E56C
(81,229,108)
#62E77A
(98,231,122)
#73E988
(115,233,136)
#84EB96
(132,235,150)
#95EDA4
(149,237,164)
#A6EFB2
(166,239,178)
#B7F1C0
(183,241,192)
#C8F3CE
(200,243,206)
#D9F5DC
(217,245,220)
#EAF7EA
(234,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40E35E color. Also use rgb(64,227,94) instead hex code.

Text Font Color

.myTextColor { color: #40E35E; }

<p style="color:#40E35E">This sample text font color is #40E35E.</p>

This text font color is #40E35E.


Background Color

.myBgColor { background-color: #40E35E; }

<div style="background-color:#40E35E">Inner text</div>

This div background color is #40E35E.


Border color

.myBorderColor { border: 1px solid #40E35E; }

<div style="border:3px solid #40E35E">Div</div>

This div border color is #40E35E.


Opacity

.myOpacity80 { color: #40E35E; opacity: 0.8; }

<p style="color:#40E35E;opacity:0.8;">80%</p>

Text with #40E35E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #40E35E;}

<p style="text-shadow: 3px 3px 1px #40E35E">Text here.</p>

This text has shadow with #40E35E color.

.textShadow {text-shadow: 3px 3px 1px #40E35E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #40E35E, 5px 5px 20px red">Text here.</p>

This text has shadow with #40E35E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#40E35E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#40E35E, Direction=45, Strength=4)">Text</p>

This text has shadow with #40E35E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #40E35E;
  -webkit-box-shadow:	1px 1px 3px 2px #40E35E;
  box-shadow:		1px 1px 3px 2px #40E35E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #40E35E;
-webkit-box-shadow: 1px 1px 3px 2px #40E35E;
box-shadow:1px 1px 3px 2px #40E35E;">
Div content here</div>
This div box has shadow with color #40E35E.

Preview

Color preview on black background

This text has color #40E35E on black background.


Color preview on white background

This text has color #40E35E on white background.



Black color preview on #40E35E background

This text has black color on #40E35E background.


White color preview on #40E35E background

This text has white color on #40E35E background.