COLOR #40C737

HEX: #40C737
RGB: (64,199,55)

Color info

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

RGB color model

#40C737 color RGB value is (64,199,55).

  • red value is 64;
  • green value is 199;
  • blue value is 55.
RGB:
(64,199,55)
(25%,78%,22%)

RGB channels and saturation

R 64 of 255 = 25%
G 199 of 255 = 78%
B 55 of 255 = 22%

64
199
55

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

Portions of RGB colors in percentages

R + G + B =
64 + 199 + 55 = 318 (100%)
R 64 of 318 ~ 20.13%
G 199 of 318 ~ 62.58%
B 55 of 318 ~ 17.3%

%20.13
%62.58
%17.3

CMYK color model

#40C737 color CMYK value is (68,0,72,22).

  • cyan value is 67.84%
  • magenta value is 0.00%
  • yellow value is 72.36%
  • key color value is 21.96%
CMYK:
(68,0,72,22)
C68M0Y72K22 
(68%,0%,72%,22%)
(0.68/0.00/0.72/0.22)	

CMYK percentages

%67.84
%0
%72.36
%21.96

Codes

Color #40C737 in popluar color models

40C737
RGB6419955
HSL116°56.69%49.80%
HSB/HSV116°72.36%78.04%
CMYK67.84%0.00%72.36%
21.96%

Color #40C737 in popluar number systems.

HEX40C737
Decimal6419955
Binary100000011000111110111
Octal10030767

Shades and tints

Shades of #40C737

#40C737
(64,199,55)
#3BB532
(59,181,50)
#36A32D
(54,163,45)
#319128
(49,145,40)
#2C7F23
(44,127,35)
#276D1E
(39,109,30)
#225B19
(34,91,25)
#1D4914
(29,73,20)
#18370F
(24,55,15)
#13250A
(19,37,10)
#0E1305
(14,19,5)
#000000
(0,0,0)

Tints of #40C737

#40C737
(64,199,55)
#51CC49
(81,204,73)
#62D15B
(98,209,91)
#73D66D
(115,214,109)
#84DB7F
(132,219,127)
#95E091
(149,224,145)
#A6E5A3
(166,229,163)
#B7EAB5
(183,234,181)
#C8EFC7
(200,239,199)
#D9F4D9
(217,244,217)
#EAF9EB
(234,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40C737; }

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

This text font color is #40C737.


Background Color

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

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

This div background color is #40C737.


Border color

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

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

This div border color is #40C737.


Opacity

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

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

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

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

This text has shadow with #40C737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40C737 on black background.


Color preview on white background

This text has color #40C737 on white background.



Black color preview on #40C737 background

This text has black color on #40C737 background.


White color preview on #40C737 background

This text has white color on #40C737 background.