COLOR #40C928

HEX: #40C928
RGB: (64,201,40)

Color info

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

RGB color model

#40C928 color RGB value is (64,201,40).

  • red value is 64;
  • green value is 201;
  • blue value is 40.
RGB:
(64,201,40)
(25%,79%,16%)

RGB channels and saturation

R 64 of 255 = 25%
G 201 of 255 = 79%
B 40 of 255 = 16%

64
201
40

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

Portions of RGB colors in percentages

R + G + B =
64 + 201 + 40 = 305 (100%)
R 64 of 305 ~ 20.98%
G 201 of 305 ~ 65.9%
B 40 of 305 ~ 13.11%

%20.98
%65.9
%13.11

CMYK color model

#40C928 color CMYK value is (68,0,80,21).

  • cyan value is 68.16%
  • magenta value is 0.00%
  • yellow value is 80.10%
  • key color value is 21.18%
CMYK:
(68,0,80,21)
C68M0Y80K21 
(68%,0%,80%,21%)
(0.68/0.00/0.80/0.21)	

CMYK percentages

%68.16
%0
%80.1
%21.18

Codes

Color #40C928 in popluar color models

40C928
RGB6420140
HSL111°66.80%47.25%
HSB/HSV111°80.10%78.82%
CMYK68.16%0.00%80.10%
21.18%

Color #40C928 in popluar number systems.

HEX40C928
Decimal6420140
Binary100000011001001101000
Octal10031150

Shades and tints

Shades of #40C928

#40C928
(64,201,40)
#3BB725
(59,183,37)
#36A522
(54,165,34)
#31931F
(49,147,31)
#2C811C
(44,129,28)
#276F19
(39,111,25)
#225D16
(34,93,22)
#1D4B13
(29,75,19)
#183910
(24,57,16)
#13270D
(19,39,13)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #40C928

#40C928
(64,201,40)
#51CD3B
(81,205,59)
#62D14E
(98,209,78)
#73D561
(115,213,97)
#84D974
(132,217,116)
#95DD87
(149,221,135)
#A6E19A
(166,225,154)
#B7E5AD
(183,229,173)
#C8E9C0
(200,233,192)
#D9EDD3
(217,237,211)
#EAF1E6
(234,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40C928; }

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

This text font color is #40C928.


Background Color

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

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

This div background color is #40C928.


Border color

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

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

This div border color is #40C928.


Opacity

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

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

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

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

This text has shadow with #40C928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40C928 on black background.


Color preview on white background

This text has color #40C928 on white background.



Black color preview on #40C928 background

This text has black color on #40C928 background.


White color preview on #40C928 background

This text has white color on #40C928 background.