COLOR #2ED563

HEX: #2ED563
RGB: (46,213,99)

Color info

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

RGB color model

#2ED563 color RGB value is (46,213,99).

  • red value is 46;
  • green value is 213;
  • blue value is 99.
RGB:
(46,213,99)
(18%,84%,39%)

RGB channels and saturation

R 46 of 255 = 18%
G 213 of 255 = 84%
B 99 of 255 = 39%

46
213
99

R + G + B ~ 47%. #2ED563 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 213 + 99 = 358 (100%)
R 46 of 358 ~ 12.85%
G 213 of 358 ~ 59.5%
B 99 of 358 ~ 27.65%

%12.85
%59.5
%27.65

CMYK color model

#2ED563 color CMYK value is (78,0,54,16).

  • cyan value is 78.40%
  • magenta value is 0.00%
  • yellow value is 53.52%
  • key color value is 16.47%
CMYK:
(78,0,54,16)
C78M0Y54K16 
(78%,0%,54%,16%)
(0.78/0.00/0.54/0.16)	

CMYK percentages

%78.4
%0
%53.52
%16.47

Codes

Color #2ED563 in popluar color models

2ED563
RGB4621399
HSL139°66.53%50.78%
HSB/HSV139°78.40%83.53%
CMYK78.40%0.00%53.52%
16.47%

Color #2ED563 in popluar number systems.

HEX2ED563
Decimal4621399
Binary101110110101011100011
Octal56325143

Shades and tints

Shades of #2ED563

#2ED563
(46,213,99)
#2AC25A
(42,194,90)
#26AF51
(38,175,81)
#229C48
(34,156,72)
#1E893F
(30,137,63)
#1A7636
(26,118,54)
#16632D
(22,99,45)
#125024
(18,80,36)
#0E3D1B
(14,61,27)
#0A2A12
(10,42,18)
#061709
(6,23,9)
#000000
(0,0,0)

Tints of #2ED563

#2ED563
(46,213,99)
#41D871
(65,216,113)
#54DB7F
(84,219,127)
#67DE8D
(103,222,141)
#7AE19B
(122,225,155)
#8DE4A9
(141,228,169)
#A0E7B7
(160,231,183)
#B3EAC5
(179,234,197)
#C6EDD3
(198,237,211)
#D9F0E1
(217,240,225)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2ED563 color. Also use rgb(46,213,99) instead hex code.

Text Font Color

.myTextColor { color: #2ED563; }

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

This text font color is #2ED563.


Background Color

.myBgColor { background-color: #2ED563; }

<div style="background-color:#2ED563">Inner text</div>

This div background color is #2ED563.


Border color

.myBorderColor { border: 1px solid #2ED563; }

<div style="border:3px solid #2ED563">Div</div>

This div border color is #2ED563.


Opacity

.myOpacity80 { color: #2ED563; opacity: 0.8; }

<p style="color:#2ED563;opacity:0.8;">80%</p>

Text with #2ED563 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 #2ED563;}

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

This text has shadow with #2ED563 color.

.textShadow {text-shadow: 3px 3px 1px #2ED563, 3px 3px 1px red;}

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

This text has shadow with #2ED563 primary color and red secondary color.


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

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

This text has shadow with #2ED563 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2ED563 on black background.


Color preview on white background

This text has color #2ED563 on white background.



Black color preview on #2ED563 background

This text has black color on #2ED563 background.


White color preview on #2ED563 background

This text has white color on #2ED563 background.