COLOR #21B71D

HEX: #21B71D
RGB: (33,183,29)

Color info

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

RGB color model

#21B71D color RGB value is (33,183,29).

  • red value is 33;
  • green value is 183;
  • blue value is 29.
RGB:
(33,183,29)
(13%,72%,11%)

RGB channels and saturation

R 33 of 255 = 13%
G 183 of 255 = 72%
B 29 of 255 = 11%

33
183
29

R + G + B ~ 32%. #21B71D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 183 + 29 = 245 (100%)
R 33 of 245 ~ 13.47%
G 183 of 245 ~ 74.69%
B 29 of 245 ~ 11.84%

%13.47
%74.69
%11.84

CMYK color model

#21B71D color CMYK value is (82,0,84,28).

  • cyan value is 81.97%
  • magenta value is 0.00%
  • yellow value is 84.15%
  • key color value is 28.24%
CMYK:
(82,0,84,28)
C82M0Y84K28 
(82%,0%,84%,28%)
(0.82/0.00/0.84/0.28)	

CMYK percentages

%81.97
%0
%84.15
%28.24

Codes

Color #21B71D in popluar color models

21B71D
RGB3318329
HSL118°72.64%41.57%
HSB/HSV118°84.15%71.76%
CMYK81.97%0.00%84.15%
28.24%

Color #21B71D in popluar number systems.

HEX21B71D
Decimal3318329
Binary1000011011011111101
Octal4126735

Shades and tints

Shades of #21B71D

#21B71D
(33,183,29)
#1EA71B
(30,167,27)
#1B9719
(27,151,25)
#188717
(24,135,23)
#157715
(21,119,21)
#126713
(18,103,19)
#0F5711
(15,87,17)
#0C470F
(12,71,15)
#09370D
(9,55,13)
#06270B
(6,39,11)
#031709
(3,23,9)
#000000
(0,0,0)

Tints of #21B71D

#21B71D
(33,183,29)
#35BD31
(53,189,49)
#49C345
(73,195,69)
#5DC959
(93,201,89)
#71CF6D
(113,207,109)
#85D581
(133,213,129)
#99DB95
(153,219,149)
#ADE1A9
(173,225,169)
#C1E7BD
(193,231,189)
#D5EDD1
(213,237,209)
#E9F3E5
(233,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21B71D color. Also use rgb(33,183,29) instead hex code.

Text Font Color

.myTextColor { color: #21B71D; }

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

This text font color is #21B71D.


Background Color

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

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

This div background color is #21B71D.


Border color

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

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

This div border color is #21B71D.


Opacity

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

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

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

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

This text has shadow with #21B71D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21B71D on black background.


Color preview on white background

This text has color #21B71D on white background.



Black color preview on #21B71D background

This text has black color on #21B71D background.


White color preview on #21B71D background

This text has white color on #21B71D background.