COLOR #20C37D

HEX: #20C37D
RGB: (32,195,125)

Color info

#20C37D contains mainly green color. Web safe color of #20C37D is #33CC66 (or #3C6).

RGB color model

#20C37D color RGB value is (32,195,125).

  • red value is 32;
  • green value is 195;
  • blue value is 125.
RGB:
(32,195,125)
(13%,76%,49%)

RGB channels and saturation

R 32 of 255 = 13%
G 195 of 255 = 76%
B 125 of 255 = 49%

32
195
125

R + G + B ~ 46%. #20C37D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
32 + 195 + 125 = 352 (100%)
R 32 of 352 ~ 9.09%
G 195 of 352 ~ 55.4%
B 125 of 352 ~ 35.51%

%55.4
%35.51

CMYK color model

#20C37D color CMYK value is (84,0,36,24).

  • cyan value is 83.59%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 23.53%
CMYK:
(84,0,36,24)
C84M0Y36K24 
(84%,0%,36%,24%)
(0.84/0.00/0.36/0.24)	

CMYK percentages

%83.59
%0
%35.9
%23.53

Codes

Color #20C37D in popluar color models

20C37D
RGB32195125
HSL154°71.81%44.51%
HSB/HSV154°83.59%76.47%
CMYK83.59%0.00%35.90%
23.53%

Color #20C37D in popluar number systems.

HEX20C37D
Decimal32195125
Binary100000110000111111101
Octal40303175

Shades and tints

Shades of #20C37D

#20C37D
(32,195,125)
#1EB272
(30,178,114)
#1CA167
(28,161,103)
#1A905C
(26,144,92)
#187F51
(24,127,81)
#166E46
(22,110,70)
#145D3B
(20,93,59)
#124C30
(18,76,48)
#103B25
(16,59,37)
#0E2A1A
(14,42,26)
#0C190F
(12,25,15)
#000000
(0,0,0)

Tints of #20C37D

#20C37D
(32,195,125)
#34C888
(52,200,136)
#48CD93
(72,205,147)
#5CD29E
(92,210,158)
#70D7A9
(112,215,169)
#84DCB4
(132,220,180)
#98E1BF
(152,225,191)
#ACE6CA
(172,230,202)
#C0EBD5
(192,235,213)
#D4F0E0
(212,240,224)
#E8F5EB
(232,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20C37D color. Also use rgb(32,195,125) instead hex code.

Text Font Color

.myTextColor { color: #20C37D; }

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

This text font color is #20C37D.


Background Color

.myBgColor { background-color: #20C37D; }

<div style="background-color:#20C37D">Inner text</div>

This div background color is #20C37D.


Border color

.myBorderColor { border: 1px solid #20C37D; }

<div style="border:3px solid #20C37D">Div</div>

This div border color is #20C37D.


Opacity

.myOpacity80 { color: #20C37D; opacity: 0.8; }

<p style="color:#20C37D;opacity:0.8;">80%</p>

Text with #20C37D 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 #20C37D;}

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

This text has shadow with #20C37D color.

.textShadow {text-shadow: 3px 3px 1px #20C37D, 3px 3px 1px red;}

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

This text has shadow with #20C37D primary color and red secondary color.


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

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

This text has shadow with #20C37D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20C37D on black background.


Color preview on white background

This text has color #20C37D on white background.



Black color preview on #20C37D background

This text has black color on #20C37D background.


White color preview on #20C37D background

This text has white color on #20C37D background.