COLOR #40B24A

HEX: #40B24A RGB: (64,178,74)

Color info

#40B24A contains mainly green color. Web safe color of #40B24A is #339933 (or #393).

RGB color model

#40B24A color RGB value is (64,178,74).

RGB: (64,178,74) (25%, 70%, 29%)

RGB channels and saturation

R 64 of 255 = 25%
G 178 of 255 = 70%
B 74 of 255 = 29%

64
178
74

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

Portions of RGB colors in percentages

R + G + B = 64 + 178 + 74 = 316 (100%)
R 64 of 316 ~ 20.25%
G 178 of 316 ~ 56.33%
B 74 of 316 ~ 23.42'%

%20.25
%56.33
%23.42

CMYK color model

#40B24A color CMYK value is (64,0,58,30).

  • cyan value is 64.04%
  • magenta value is 0.00%
  • yellow value is 58.43%
  • key color value is 30.20%

CMYK: (64,0,58,30)
C64M0Y58K30 (64%, 0%, 58%, 30%)
(0.64 / 0.00 / 0.58 / 0.30)

CMYK percentages

%64.04
%0
%58.43
%30.2

Codes

Color #40B24A in popluar color models

40 B2 4A
RGB 64 178 74
HSL 125° 47.11% 47.45%
HSB/HSV 125° 64.04% 69.80%
CMYK 64.04% 0.00% 58.43%
30.20%

Color #40B24A in popluar number systems.

HEX 40 B2 4A
Decimal 64 178 74
Binary 1000000 10110010 1001010
Octal 100 262 112

Shades and tints

Shades of #40B24A

#40B24A
(64,178,74)
#3BA244
(59,162,68)
#36923E
(54,146,62)
#318238
(49,130,56)
#2C7232
(44,114,50)
#27622C
(39,98,44)
#225226
(34,82,38)
#1D4220
(29,66,32)
#18321A
(24,50,26)
#132214
(19,34,20)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #40B24A

#40B24A
(64,178,74)
#51B95A
(81,185,90)
#62C06A
(98,192,106)
#73C77A
(115,199,122)
#84CE8A
(132,206,138)
#95D59A
(149,213,154)
#A6DCAA
(166,220,170)
#B7E3BA
(183,227,186)
#C8EACA
(200,234,202)
#D9F1DA
(217,241,218)
#EAF8EA
(234,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40B24A; }

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

This text font color is #40B24A.

Background Color

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

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

This div background color is #40B24A.

Border color

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

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

This div border color is #40B24A.

Opacity

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

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

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

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

This text has shadow with #40B24A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40B24A.

Preview

Color preview on black background

This text has color #40B24A on black background.


Color preview on white background

This text has color #40B24A on white background.


Black color preview on #40B24A background

This text has black color on #40B24A background.


White color preview on #40B24A background

This text has white color on #40B24A background.


Related colors

Complementary color

Complementary color for #hex is #BF4DB5.


I love getcolorcode.com

Triadic colors

1 #4A40B2 and #B24A40 with #40B24A are triadic colors.

2 #4AB240 and #B2404A with #40B24A are triadic colors.