COLOR #40E030

HEX: #40E030
RGB: (64,224,48)

Color info

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

RGB color model

#40E030 color RGB value is (64,224,48).

  • red value is 64;
  • green value is 224;
  • blue value is 48.
RGB:
(64,224,48)
(25%,88%,19%)

RGB channels and saturation

R 64 of 255 = 25%
G 224 of 255 = 88%
B 48 of 255 = 19%

64
224
48

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

Portions of RGB colors in percentages

R + G + B =
64 + 224 + 48 = 336 (100%)
R 64 of 336 ~ 19.05%
G 224 of 336 ~ 66.67%
B 48 of 336 ~ 14.29%

%19.05
%66.67
%14.29

CMYK color model

#40E030 color CMYK value is (71,0,79,12).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 78.57%
  • key color value is 12.16%
CMYK:
(71,0,79,12)
C71M0Y79K12 
(71%,0%,79%,12%)
(0.71/0.00/0.79/0.12)	

CMYK percentages

%71.43
%0
%78.57
%12.16

Codes

Color #40E030 in popluar color models

40E030
RGB6422448
HSL115°73.95%53.33%
HSB/HSV115°78.57%87.84%
CMYK71.43%0.00%78.57%
12.16%

Color #40E030 in popluar number systems.

HEX40E030
Decimal6422448
Binary100000011100000110000
Octal10034060

Shades and tints

Shades of #40E030

#40E030
(64,224,48)
#3BCC2C
(59,204,44)
#36B828
(54,184,40)
#31A424
(49,164,36)
#2C9020
(44,144,32)
#277C1C
(39,124,28)
#226818
(34,104,24)
#1D5414
(29,84,20)
#184010
(24,64,16)
#132C0C
(19,44,12)
#0E1808
(14,24,8)
#000000
(0,0,0)

Tints of #40E030

#40E030
(64,224,48)
#51E242
(81,226,66)
#62E454
(98,228,84)
#73E666
(115,230,102)
#84E878
(132,232,120)
#95EA8A
(149,234,138)
#A6EC9C
(166,236,156)
#B7EEAE
(183,238,174)
#C8F0C0
(200,240,192)
#D9F2D2
(217,242,210)
#EAF4E4
(234,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40E030; }

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

This text font color is #40E030.


Background Color

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

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

This div background color is #40E030.


Border color

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

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

This div border color is #40E030.


Opacity

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

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

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

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

This text has shadow with #40E030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40E030 on black background.


Color preview on white background

This text has color #40E030 on white background.



Black color preview on #40E030 background

This text has black color on #40E030 background.


White color preview on #40E030 background

This text has white color on #40E030 background.