COLOR #72C422

HEX: #72C422
RGB: (114,196,34)

Color info

#72C422 contains mainly green color. Web safe color of #72C422 is #66CC33 (or #6C3).

RGB color model

#72C422 color RGB value is (114,196,34).

  • red value is 114;
  • green value is 196;
  • blue value is 34.
RGB:
(114,196,34)
(45%,77%,13%)

RGB channels and saturation

R 114 of 255 = 45%
G 196 of 255 = 77%
B 34 of 255 = 13%

114
196
34

R + G + B ~ 45%. #72C422 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 196 + 34 = 344 (100%)
R 114 of 344 ~ 33.14%
G 196 of 344 ~ 56.98%
B 34 of 344 ~ 9.88%

%33.14
%56.98
%9.88

CMYK color model

#72C422 color CMYK value is (42,0,83,23).

  • cyan value is 41.84%
  • magenta value is 0.00%
  • yellow value is 82.65%
  • key color value is 23.14%
CMYK:
(42,0,83,23)
C42M0Y83K23 
(42%,0%,83%,23%)
(0.42/0.00/0.83/0.23)	

CMYK percentages

%41.84
%0
%82.65
%23.14

Codes

Color #72C422 in popluar color models

72C422
RGB11419634
HSL90°70.43%45.10%
HSB/HSV90°82.65%76.86%
CMYK41.84%0.00%82.65%
23.14%

Color #72C422 in popluar number systems.

HEX72C422
Decimal11419634
Binary111001011000100100010
Octal16230442

Shades and tints

Shades of #72C422

#72C422
(114,196,34)
#68B31F
(104,179,31)
#5EA21C
(94,162,28)
#549119
(84,145,25)
#4A8016
(74,128,22)
#406F13
(64,111,19)
#365E10
(54,94,16)
#2C4D0D
(44,77,13)
#223C0A
(34,60,10)
#182B07
(24,43,7)
#0E1A04
(14,26,4)
#000000
(0,0,0)

Tints of #72C422

#72C422
(114,196,34)
#7EC936
(126,201,54)
#8ACE4A
(138,206,74)
#96D35E
(150,211,94)
#A2D872
(162,216,114)
#AEDD86
(174,221,134)
#BAE29A
(186,226,154)
#C6E7AE
(198,231,174)
#D2ECC2
(210,236,194)
#DEF1D6
(222,241,214)
#EAF6EA
(234,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C422 color. Also use rgb(114,196,34) instead hex code.

Text Font Color

.myTextColor { color: #72C422; }

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

This text font color is #72C422.


Background Color

.myBgColor { background-color: #72C422; }

<div style="background-color:#72C422">Inner text</div>

This div background color is #72C422.


Border color

.myBorderColor { border: 1px solid #72C422; }

<div style="border:3px solid #72C422">Div</div>

This div border color is #72C422.


Opacity

.myOpacity80 { color: #72C422; opacity: 0.8; }

<p style="color:#72C422;opacity:0.8;">80%</p>

Text with #72C422 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 #72C422;}

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

This text has shadow with #72C422 color.

.textShadow {text-shadow: 3px 3px 1px #72C422, 3px 3px 1px red;}

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

This text has shadow with #72C422 primary color and red secondary color.


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

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

This text has shadow with #72C422 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C422 on black background.


Color preview on white background

This text has color #72C422 on white background.



Black color preview on #72C422 background

This text has black color on #72C422 background.


White color preview on #72C422 background

This text has white color on #72C422 background.