COLOR #40D42E

HEX: #40D42E
RGB: (64,212,46)

Color info

#40D42E contains mainly green color. Web safe color of #40D42E is #33CC33 (or #3C3).

RGB color model

#40D42E color RGB value is (64,212,46).

  • red value is 64;
  • green value is 212;
  • blue value is 46.
RGB:
(64,212,46)
(25%,83%,18%)

RGB channels and saturation

R 64 of 255 = 25%
G 212 of 255 = 83%
B 46 of 255 = 18%

64
212
46

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

Portions of RGB colors in percentages

R + G + B =
64 + 212 + 46 = 322 (100%)
R 64 of 322 ~ 19.88%
G 212 of 322 ~ 65.84%
B 46 of 322 ~ 14.29%

%19.88
%65.84
%14.29

CMYK color model

#40D42E color CMYK value is (70,0,78,17).

  • cyan value is 69.81%
  • magenta value is 0.00%
  • yellow value is 78.30%
  • key color value is 16.86%
CMYK:
(70,0,78,17)
C70M0Y78K17 
(70%,0%,78%,17%)
(0.70/0.00/0.78/0.17)	

CMYK percentages

%69.81
%0
%78.3
%16.86

Codes

Color #40D42E in popluar color models

40D42E
RGB6421246
HSL113°65.87%50.59%
HSB/HSV113°78.30%83.14%
CMYK69.81%0.00%78.30%
16.86%

Color #40D42E in popluar number systems.

HEX40D42E
Decimal6421246
Binary100000011010100101110
Octal10032456

Shades and tints

Shades of #40D42E

#40D42E
(64,212,46)
#3BC12A
(59,193,42)
#36AE26
(54,174,38)
#319B22
(49,155,34)
#2C881E
(44,136,30)
#27751A
(39,117,26)
#226216
(34,98,22)
#1D4F12
(29,79,18)
#183C0E
(24,60,14)
#13290A
(19,41,10)
#0E1606
(14,22,6)
#000000
(0,0,0)

Tints of #40D42E

#40D42E
(64,212,46)
#51D741
(81,215,65)
#62DA54
(98,218,84)
#73DD67
(115,221,103)
#84E07A
(132,224,122)
#95E38D
(149,227,141)
#A6E6A0
(166,230,160)
#B7E9B3
(183,233,179)
#C8ECC6
(200,236,198)
#D9EFD9
(217,239,217)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40D42E color. Also use rgb(64,212,46) instead hex code.

Text Font Color

.myTextColor { color: #40D42E; }

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

This text font color is #40D42E.


Background Color

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

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

This div background color is #40D42E.


Border color

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

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

This div border color is #40D42E.


Opacity

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

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

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

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

This text has shadow with #40D42E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40D42E on black background.


Color preview on white background

This text has color #40D42E on white background.



Black color preview on #40D42E background

This text has black color on #40D42E background.


White color preview on #40D42E background

This text has white color on #40D42E background.