COLOR #2AD59D

HEX: #2AD59D
RGB: (42,213,157)

Color info

#2AD59D contains mainly green and blue colors. Web safe color of #2AD59D is #33CC99 (or #3C9).

RGB color model

#2AD59D color RGB value is (42,213,157).

  • red value is 42;
  • green value is 213;
  • blue value is 157.
RGB:
(42,213,157)
(16%,84%,62%)

RGB channels and saturation

R 42 of 255 = 16%
G 213 of 255 = 84%
B 157 of 255 = 62%

42
213
157

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

Portions of RGB colors in percentages

R + G + B =
42 + 213 + 157 = 412 (100%)
R 42 of 412 ~ 10.19%
G 213 of 412 ~ 51.7%
B 157 of 412 ~ 38.11%

%10.19
%51.7
%38.11

CMYK color model

#2AD59D color CMYK value is (80,0,26,16).

  • cyan value is 80.28%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 16.47%
CMYK:
(80,0,26,16)
C80M0Y26K16 
(80%,0%,26%,16%)
(0.80/0.00/0.26/0.16)	

CMYK percentages

%80.28
%0
%26.29
%16.47

Codes

Color #2AD59D in popluar color models

2AD59D
RGB42213157
HSL160°67.06%50.00%
HSB/HSV160°80.28%83.53%
CMYK80.28%0.00%26.29%
16.47%

Color #2AD59D in popluar number systems.

HEX2AD59D
Decimal42213157
Binary1010101101010110011101
Octal52325235

Shades and tints

Shades of #2AD59D

#2AD59D
(42,213,157)
#27C28F
(39,194,143)
#24AF81
(36,175,129)
#219C73
(33,156,115)
#1E8965
(30,137,101)
#1B7657
(27,118,87)
#186349
(24,99,73)
#15503B
(21,80,59)
#123D2D
(18,61,45)
#0F2A1F
(15,42,31)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #2AD59D

#2AD59D
(42,213,157)
#3DD8A5
(61,216,165)
#50DBAD
(80,219,173)
#63DEB5
(99,222,181)
#76E1BD
(118,225,189)
#89E4C5
(137,228,197)
#9CE7CD
(156,231,205)
#AFEAD5
(175,234,213)
#C2EDDD
(194,237,221)
#D5F0E5
(213,240,229)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AD59D color. Also use rgb(42,213,157) instead hex code.

Text Font Color

.myTextColor { color: #2AD59D; }

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

This text font color is #2AD59D.


Background Color

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

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

This div background color is #2AD59D.


Border color

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

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

This div border color is #2AD59D.


Opacity

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

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

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

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

This text has shadow with #2AD59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AD59D on black background.


Color preview on white background

This text has color #2AD59D on white background.



Black color preview on #2AD59D background

This text has black color on #2AD59D background.


White color preview on #2AD59D background

This text has white color on #2AD59D background.