COLOR #2AD53D

HEX: #2AD53D
RGB: (42,213,61)

Color info

#2AD53D contains mainly green color. Web safe color of #2AD53D is #33CC33 (or #3C3).

RGB color model

#2AD53D color RGB value is (42,213,61).

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

RGB channels and saturation

R 42 of 255 = 16%
G 213 of 255 = 84%
B 61 of 255 = 24%

42
213
61

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

Portions of RGB colors in percentages

R + G + B =
42 + 213 + 61 = 316 (100%)
R 42 of 316 ~ 13.29%
G 213 of 316 ~ 67.41%
B 61 of 316 ~ 19.3%

%13.29
%67.41
%19.3

CMYK color model

#2AD53D color CMYK value is (80,0,71,16).

  • cyan value is 80.28%
  • magenta value is 0.00%
  • yellow value is 71.36%
  • key color value is 16.47%
CMYK:
(80,0,71,16)
C80M0Y71K16 
(80%,0%,71%,16%)
(0.80/0.00/0.71/0.16)	

CMYK percentages

%80.28
%0
%71.36
%16.47

Codes

Color #2AD53D in popluar color models

2AD53D
RGB4221361
HSL127°67.06%50.00%
HSB/HSV127°80.28%83.53%
CMYK80.28%0.00%71.36%
16.47%

Color #2AD53D in popluar number systems.

HEX2AD53D
Decimal4221361
Binary10101011010101111101
Octal5232575

Shades and tints

Shades of #2AD53D

#2AD53D
(42,213,61)
#27C238
(39,194,56)
#24AF33
(36,175,51)
#219C2E
(33,156,46)
#1E8929
(30,137,41)
#1B7624
(27,118,36)
#18631F
(24,99,31)
#15501A
(21,80,26)
#123D15
(18,61,21)
#0F2A10
(15,42,16)
#0C170B
(12,23,11)
#000000
(0,0,0)

Tints of #2AD53D

#2AD53D
(42,213,61)
#3DD84E
(61,216,78)
#50DB5F
(80,219,95)
#63DE70
(99,222,112)
#76E181
(118,225,129)
#89E492
(137,228,146)
#9CE7A3
(156,231,163)
#AFEAB4
(175,234,180)
#C2EDC5
(194,237,197)
#D5F0D6
(213,240,214)
#E8F3E7
(232,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2AD53D; }

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

This text font color is #2AD53D.


Background Color

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

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

This div background color is #2AD53D.


Border color

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

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

This div border color is #2AD53D.


Opacity

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

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

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

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

This text has shadow with #2AD53D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AD53D on black background.


Color preview on white background

This text has color #2AD53D on white background.



Black color preview on #2AD53D background

This text has black color on #2AD53D background.


White color preview on #2AD53D background

This text has white color on #2AD53D background.