COLOR #40E37F

HEX: #40E37F RGB: (64,227,127)

Color info

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

RGB color model

#40E37F color RGB value is (64,227,127).

RGB: (64,227,127) (25%, 89%, 50%)

RGB channels and saturation

R 64 of 255 = 25%
G 227 of 255 = 89%
B 127 of 255 = 50%

64
227
127

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

Portions of RGB colors in percentages

R + G + B = 64 + 227 + 127 = 418 (100%)
R 64 of 418 ~ 15.31%
G 227 of 418 ~ 54.31%
B 127 of 418 ~ 30.38'%

%15.31
%54.31
%30.38

CMYK color model

#40E37F color CMYK value is (72,0,44,11).

  • cyan value is 71.81%
  • magenta value is 0.00%
  • yellow value is 44.05%
  • key color value is 10.98%

CMYK: (72,0,44,11)
C72M0Y44K11 (72%, 0%, 44%, 11%)
(0.72 / 0.00 / 0.44 / 0.11)

CMYK percentages

%71.81
%0
%44.05
%10.98

Codes

Color #40E37F in popluar color models

40 E3 7F
RGB 64 227 127
HSL 143° 74.43% 57.06%
HSB/HSV 143° 71.81% 89.02%
CMYK 71.81% 0.00% 44.05%
10.98%

Color #40E37F in popluar number systems.

HEX 40 E3 7F
Decimal 64 227 127
Binary 1000000 11100011 1111111
Octal 100 343 177

Shades and tints

Shades of #40E37F

#40E37F
(64,227,127)
#3BCF74
(59,207,116)
#36BB69
(54,187,105)
#31A75E
(49,167,94)
#2C9353
(44,147,83)
#277F48
(39,127,72)
#226B3D
(34,107,61)
#1D5732
(29,87,50)
#184327
(24,67,39)
#132F1C
(19,47,28)
#0E1B11
(14,27,17)
#000000
(0,0,0)

Tints of #40E37F

#40E37F
(64,227,127)
#51E58A
(81,229,138)
#62E795
(98,231,149)
#73E9A0
(115,233,160)
#84EBAB
(132,235,171)
#95EDB6
(149,237,182)
#A6EFC1
(166,239,193)
#B7F1CC
(183,241,204)
#C8F3D7
(200,243,215)
#D9F5E2
(217,245,226)
#EAF7ED
(234,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40E37F; }

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

This text font color is #40E37F.

Background Color

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

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

This div background color is #40E37F.

Border color

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

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

This div border color is #40E37F.

Opacity

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

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

Text with #40E37F 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 #40E37F;}

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

This text has shadow with #40E37F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40E37F.

Preview

Color preview on black background

This text has color #40E37F on black background.


Color preview on white background

This text has color #40E37F on white background.


Black color preview on #40E37F background

This text has black color on #40E37F background.


White color preview on #40E37F background

This text has white color on #40E37F background.


Related colors

Complementary color

Complementary color for #hex is #BF1C80.


I love getcolorcode.com

Triadic colors

1 #7F40E3 and #E37F40 with #40E37F are triadic colors.

2 #7FE340 and #E3407F with #40E37F are triadic colors.