COLOR #40F340

HEX: #40F340
RGB: (64,243,64)

Color info

#40F340 contains mainly green color. Web safe color of #40F340 is #33FF33 (or #3F3).

RGB color model

#40F340 color RGB value is (64,243,64).

  • red value is 64;
  • green value is 243;
  • blue value is 64.
RGB:
(64,243,64)
(25%,95%,25%)

RGB channels and saturation

R 64 of 255 = 25%
G 243 of 255 = 95%
B 64 of 255 = 25%

64
243
64

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

Portions of RGB colors in percentages

R + G + B =
64 + 243 + 64 = 371 (100%)
R 64 of 371 ~ 17.25%
G 243 of 371 ~ 65.5%
B 64 of 371 ~ 17.25%

%17.25
%65.5
%17.25

CMYK color model

#40F340 color CMYK value is (74,0,74,5).

  • cyan value is 73.66%
  • magenta value is 0.00%
  • yellow value is 73.66%
  • key color value is 4.71%
CMYK:
(74,0,74,5)
C74M0Y74K5 
(74%,0%,74%,5%)
(0.74/0.00/0.74/0.05)	

CMYK percentages

%73.66
%0
%73.66
%4.71

Codes

Color #40F340 in popluar color models

40F340
RGB6424364
HSL120°88.18%60.20%
HSB/HSV120°73.66%95.29%
CMYK73.66%0.00%73.66%
4.71%

Color #40F340 in popluar number systems.

HEX40F340
Decimal6424364
Binary1000000111100111000000
Octal100363100

Shades and tints

Shades of #40F340

#40F340
(64,243,64)
#3BDD3B
(59,221,59)
#36C736
(54,199,54)
#31B131
(49,177,49)
#2C9B2C
(44,155,44)
#278527
(39,133,39)
#226F22
(34,111,34)
#1D591D
(29,89,29)
#184318
(24,67,24)
#132D13
(19,45,19)
#0E170E
(14,23,14)
#000000
(0,0,0)

Tints of #40F340

#40F340
(64,243,64)
#51F451
(81,244,81)
#62F562
(98,245,98)
#73F673
(115,246,115)
#84F784
(132,247,132)
#95F895
(149,248,149)
#A6F9A6
(166,249,166)
#B7FAB7
(183,250,183)
#C8FBC8
(200,251,200)
#D9FCD9
(217,252,217)
#EAFDEA
(234,253,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40F340; }

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

This text font color is #40F340.


Background Color

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

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

This div background color is #40F340.


Border color

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

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

This div border color is #40F340.


Opacity

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

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

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

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

This text has shadow with #40F340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40F340 on black background.


Color preview on white background

This text has color #40F340 on white background.



Black color preview on #40F340 background

This text has black color on #40F340 background.


White color preview on #40F340 background

This text has white color on #40F340 background.