COLOR #20EF50

HEX: #20EF50
RGB: (32,239,80)

Color info

#20EF50 contains mainly green color. Web safe color of #20EF50 is #33FF66 (or #3F6).

RGB color model

#20EF50 color RGB value is (32,239,80).

  • red value is 32;
  • green value is 239;
  • blue value is 80.
RGB:
(32,239,80)
(13%,94%,31%)

RGB channels and saturation

R 32 of 255 = 13%
G 239 of 255 = 94%
B 80 of 255 = 31%

32
239
80

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

Portions of RGB colors in percentages

R + G + B =
32 + 239 + 80 = 351 (100%)
R 32 of 351 ~ 9.12%
G 239 of 351 ~ 68.09%
B 80 of 351 ~ 22.79%

%68.09
%22.79

CMYK color model

#20EF50 color CMYK value is (87,0,67,6).

  • cyan value is 86.61%
  • magenta value is 0.00%
  • yellow value is 66.53%
  • key color value is 6.27%
CMYK:
(87,0,67,6)
C87M0Y67K6 
(87%,0%,67%,6%)
(0.87/0.00/0.67/0.06)	

CMYK percentages

%86.61
%0
%66.53
%6.27

Codes

Color #20EF50 in popluar color models

20EF50
RGB3223980
HSL134°86.61%53.14%
HSB/HSV134°86.61%93.73%
CMYK86.61%0.00%66.53%
6.27%

Color #20EF50 in popluar number systems.

HEX20EF50
Decimal3223980
Binary100000111011111010000
Octal40357120

Shades and tints

Shades of #20EF50

#20EF50
(32,239,80)
#1EDA49
(30,218,73)
#1CC542
(28,197,66)
#1AB03B
(26,176,59)
#189B34
(24,155,52)
#16862D
(22,134,45)
#147126
(20,113,38)
#125C1F
(18,92,31)
#104718
(16,71,24)
#0E3211
(14,50,17)
#0C1D0A
(12,29,10)
#000000
(0,0,0)

Tints of #20EF50

#20EF50
(32,239,80)
#34F05F
(52,240,95)
#48F16E
(72,241,110)
#5CF27D
(92,242,125)
#70F38C
(112,243,140)
#84F49B
(132,244,155)
#98F5AA
(152,245,170)
#ACF6B9
(172,246,185)
#C0F7C8
(192,247,200)
#D4F8D7
(212,248,215)
#E8F9E6
(232,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20EF50 color. Also use rgb(32,239,80) instead hex code.

Text Font Color

.myTextColor { color: #20EF50; }

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

This text font color is #20EF50.


Background Color

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

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

This div background color is #20EF50.


Border color

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

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

This div border color is #20EF50.


Opacity

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

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

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

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

This text has shadow with #20EF50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20EF50 on black background.


Color preview on white background

This text has color #20EF50 on white background.



Black color preview on #20EF50 background

This text has black color on #20EF50 background.


White color preview on #20EF50 background

This text has white color on #20EF50 background.