COLOR #21E08A

HEX: #21E08A
RGB: (33,224,138)

Color info

#21E08A contains mainly green color. Web safe color of #21E08A is #33CC99 (or #3C9).

RGB color model

#21E08A color RGB value is (33,224,138).

  • red value is 33;
  • green value is 224;
  • blue value is 138.
RGB:
(33,224,138)
(13%,88%,54%)

RGB channels and saturation

R 33 of 255 = 13%
G 224 of 255 = 88%
B 138 of 255 = 54%

33
224
138

R + G + B ~ 52%. #21E08A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
33 + 224 + 138 = 395 (100%)
R 33 of 395 ~ 8.35%
G 224 of 395 ~ 56.71%
B 138 of 395 ~ 34.94%

%56.71
%34.94

CMYK color model

#21E08A color CMYK value is (85,0,38,12).

  • cyan value is 85.27%
  • magenta value is 0.00%
  • yellow value is 38.39%
  • key color value is 12.16%
CMYK:
(85,0,38,12)
C85M0Y38K12 
(85%,0%,38%,12%)
(0.85/0.00/0.38/0.12)	

CMYK percentages

%85.27
%0
%38.39
%12.16

Codes

Color #21E08A in popluar color models

21E08A
RGB33224138
HSL153°75.49%50.39%
HSB/HSV153°85.27%87.84%
CMYK85.27%0.00%38.39%
12.16%

Color #21E08A in popluar number systems.

HEX21E08A
Decimal33224138
Binary1000011110000010001010
Octal41340212

Shades and tints

Shades of #21E08A

#21E08A
(33,224,138)
#1ECC7E
(30,204,126)
#1BB872
(27,184,114)
#18A466
(24,164,102)
#15905A
(21,144,90)
#127C4E
(18,124,78)
#0F6842
(15,104,66)
#0C5436
(12,84,54)
#09402A
(9,64,42)
#062C1E
(6,44,30)
#031812
(3,24,18)
#000000
(0,0,0)

Tints of #21E08A

#21E08A
(33,224,138)
#35E294
(53,226,148)
#49E49E
(73,228,158)
#5DE6A8
(93,230,168)
#71E8B2
(113,232,178)
#85EABC
(133,234,188)
#99ECC6
(153,236,198)
#ADEED0
(173,238,208)
#C1F0DA
(193,240,218)
#D5F2E4
(213,242,228)
#E9F4EE
(233,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21E08A color. Also use rgb(33,224,138) instead hex code.

Text Font Color

.myTextColor { color: #21E08A; }

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

This text font color is #21E08A.


Background Color

.myBgColor { background-color: #21E08A; }

<div style="background-color:#21E08A">Inner text</div>

This div background color is #21E08A.


Border color

.myBorderColor { border: 1px solid #21E08A; }

<div style="border:3px solid #21E08A">Div</div>

This div border color is #21E08A.


Opacity

.myOpacity80 { color: #21E08A; opacity: 0.8; }

<p style="color:#21E08A;opacity:0.8;">80%</p>

Text with #21E08A 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 #21E08A;}

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

This text has shadow with #21E08A color.

.textShadow {text-shadow: 3px 3px 1px #21E08A, 3px 3px 1px red;}

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

This text has shadow with #21E08A primary color and red secondary color.


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

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

This text has shadow with #21E08A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21E08A on black background.


Color preview on white background

This text has color #21E08A on white background.



Black color preview on #21E08A background

This text has black color on #21E08A background.


White color preview on #21E08A background

This text has white color on #21E08A background.