COLOR #21E462

HEX: #21E462
RGB: (33,228,98)

Color info

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

RGB color model

#21E462 color RGB value is (33,228,98).

  • red value is 33;
  • green value is 228;
  • blue value is 98.
RGB:
(33,228,98)
(13%,89%,38%)

RGB channels and saturation

R 33 of 255 = 13%
G 228 of 255 = 89%
B 98 of 255 = 38%

33
228
98

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

Portions of RGB colors in percentages

R + G + B =
33 + 228 + 98 = 359 (100%)
R 33 of 359 ~ 9.19%
G 228 of 359 ~ 63.51%
B 98 of 359 ~ 27.3%

%63.51
%27.3

CMYK color model

#21E462 color CMYK value is (86,0,57,11).

  • cyan value is 85.53%
  • magenta value is 0.00%
  • yellow value is 57.02%
  • key color value is 10.59%
CMYK:
(86,0,57,11)
C86M0Y57K11 
(86%,0%,57%,11%)
(0.86/0.00/0.57/0.11)	

CMYK percentages

%85.53
%0
%57.02
%10.59

Codes

Color #21E462 in popluar color models

21E462
RGB3322898
HSL140°78.31%51.18%
HSB/HSV140°85.53%89.41%
CMYK85.53%0.00%57.02%
10.59%

Color #21E462 in popluar number systems.

HEX21E462
Decimal3322898
Binary100001111001001100010
Octal41344142

Shades and tints

Shades of #21E462

#21E462
(33,228,98)
#1ED05A
(30,208,90)
#1BBC52
(27,188,82)
#18A84A
(24,168,74)
#159442
(21,148,66)
#12803A
(18,128,58)
#0F6C32
(15,108,50)
#0C582A
(12,88,42)
#094422
(9,68,34)
#06301A
(6,48,26)
#031C12
(3,28,18)
#000000
(0,0,0)

Tints of #21E462

#21E462
(33,228,98)
#35E670
(53,230,112)
#49E87E
(73,232,126)
#5DEA8C
(93,234,140)
#71EC9A
(113,236,154)
#85EEA8
(133,238,168)
#99F0B6
(153,240,182)
#ADF2C4
(173,242,196)
#C1F4D2
(193,244,210)
#D5F6E0
(213,246,224)
#E9F8EE
(233,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21E462 color. Also use rgb(33,228,98) instead hex code.

Text Font Color

.myTextColor { color: #21E462; }

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

This text font color is #21E462.


Background Color

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

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

This div background color is #21E462.


Border color

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

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

This div border color is #21E462.


Opacity

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

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

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

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

This text has shadow with #21E462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21E462 on black background.


Color preview on white background

This text has color #21E462 on white background.



Black color preview on #21E462 background

This text has black color on #21E462 background.


White color preview on #21E462 background

This text has white color on #21E462 background.