COLOR #21B71F

HEX: #21B71F
RGB: (33,183,31)

Color info

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

RGB color model

#21B71F color RGB value is (33,183,31).

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

RGB channels and saturation

R 33 of 255 = 13%
G 183 of 255 = 72%
B 31 of 255 = 12%

33
183
31

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

Portions of RGB colors in percentages

R + G + B =
33 + 183 + 31 = 247 (100%)
R 33 of 247 ~ 13.36%
G 183 of 247 ~ 74.09%
B 31 of 247 ~ 12.55%

%13.36
%74.09
%12.55

CMYK color model

#21B71F color CMYK value is (82,0,83,28).

  • cyan value is 81.97%
  • magenta value is 0.00%
  • yellow value is 83.06%
  • key color value is 28.24%
CMYK:
(82,0,83,28)
C82M0Y83K28 
(82%,0%,83%,28%)
(0.82/0.00/0.83/0.28)	

CMYK percentages

%81.97
%0
%83.06
%28.24

Codes

Color #21B71F in popluar color models

21B71F
RGB3318331
HSL119°71.03%41.96%
HSB/HSV119°83.06%71.76%
CMYK81.97%0.00%83.06%
28.24%

Color #21B71F in popluar number systems.

HEX21B71F
Decimal3318331
Binary1000011011011111111
Octal4126737

Shades and tints

Shades of #21B71F

#21B71F
(33,183,31)
#1EA71D
(30,167,29)
#1B971B
(27,151,27)
#188719
(24,135,25)
#157717
(21,119,23)
#126715
(18,103,21)
#0F5713
(15,87,19)
#0C4711
(12,71,17)
#09370F
(9,55,15)
#06270D
(6,39,13)
#03170B
(3,23,11)
#000000
(0,0,0)

Tints of #21B71F

#21B71F
(33,183,31)
#35BD33
(53,189,51)
#49C347
(73,195,71)
#5DC95B
(93,201,91)
#71CF6F
(113,207,111)
#85D583
(133,213,131)
#99DB97
(153,219,151)
#ADE1AB
(173,225,171)
#C1E7BF
(193,231,191)
#D5EDD3
(213,237,211)
#E9F3E7
(233,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21B71F; }

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

This text font color is #21B71F.


Background Color

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

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

This div background color is #21B71F.


Border color

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

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

This div border color is #21B71F.


Opacity

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

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

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

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

This text has shadow with #21B71F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21B71F on black background.


Color preview on white background

This text has color #21B71F on white background.



Black color preview on #21B71F background

This text has black color on #21B71F background.


White color preview on #21B71F background

This text has white color on #21B71F background.