COLOR #40D604

HEX: #40D604
RGB: (64,214,4)

Color info

#40D604 contains mainly green color. Web safe color of #40D604 is #33CC00 (or #3C0).

RGB color model

#40D604 color RGB value is (64,214,4).

  • red value is 64;
  • green value is 214;
  • blue value is 4.
RGB:
(64,214,4)
(25%,84%,2%)

RGB channels and saturation

R 64 of 255 = 25%
G 214 of 255 = 84%
B 4 of 255 = 2%

64
214
4

R + G + B ~ 37%. #40D604 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 214 + 4 = 282 (100%)
R 64 of 282 ~ 22.7%
G 214 of 282 ~ 75.89%
B 4 of 282 ~ 1.42%

%22.7
%75.89

CMYK color model

#40D604 color CMYK value is (70,0,98,16).

  • cyan value is 70.09%
  • magenta value is 0.00%
  • yellow value is 98.13%
  • key color value is 16.08%
CMYK:
(70,0,98,16)
C70M0Y98K16 
(70%,0%,98%,16%)
(0.70/0.00/0.98/0.16)	

CMYK percentages

%70.09
%0
%98.13
%16.08

Codes

Color #40D604 in popluar color models

40D604
RGB642144
HSL103°96.33%42.75%
HSB/HSV103°98.13%83.92%
CMYK70.09%0.00%98.13%
16.08%

Color #40D604 in popluar number systems.

HEX40D604
Decimal642144
Binary100000011010110100
Octal1003264

Shades and tints

Shades of #40D604

#40D604
(64,214,4)
#3BC304
(59,195,4)
#36B004
(54,176,4)
#319D04
(49,157,4)
#2C8A04
(44,138,4)
#277704
(39,119,4)
#226404
(34,100,4)
#1D5104
(29,81,4)
#183E04
(24,62,4)
#132B04
(19,43,4)
#0E1804
(14,24,4)
#000000
(0,0,0)

Tints of #40D604

#40D604
(64,214,4)
#51D91A
(81,217,26)
#62DC30
(98,220,48)
#73DF46
(115,223,70)
#84E25C
(132,226,92)
#95E572
(149,229,114)
#A6E888
(166,232,136)
#B7EB9E
(183,235,158)
#C8EEB4
(200,238,180)
#D9F1CA
(217,241,202)
#EAF4E0
(234,244,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40D604 color. Also use rgb(64,214,4) instead hex code.

Text Font Color

.myTextColor { color: #40D604; }

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

This text font color is #40D604.


Background Color

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

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

This div background color is #40D604.


Border color

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

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

This div border color is #40D604.


Opacity

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

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

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

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

This text has shadow with #40D604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40D604 on black background.


Color preview on white background

This text has color #40D604 on white background.



Black color preview on #40D604 background

This text has black color on #40D604 background.


White color preview on #40D604 background

This text has white color on #40D604 background.