COLOR #72C04E

HEX: #72C04E RGB: (114,192,78)

Color info

#72C04E contains mainly green color. Web safe color of #72C04E is #66CC66 (or #6C6).

RGB color model

#72C04E color RGB value is (114,192,78).

RGB: (114,192,78) (45%, 75%, 31%)

RGB channels and saturation

R 114 of 255 = 45%
G 192 of 255 = 75%
B 78 of 255 = 31%

114
192
78

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

Portions of RGB colors in percentages

R + G + B = 114 + 192 + 78 = 384 (100%)
R 114 of 384 ~ 29.69%
G 192 of 384 ~ 50%
B 78 of 384 ~ 20.31'%

%29.69
%50
%20.31

CMYK color model

#72C04E color CMYK value is (41,0,59,25).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 59.38%
  • key color value is 24.71%

CMYK: (41,0,59,25)
C41M0Y59K25 (41%, 0%, 59%, 25%)
(0.41 / 0.00 / 0.59 / 0.25)

CMYK percentages

%40.63
%0
%59.38
%24.71

Codes

Color #72C04E in popluar color models

72 C0 4E
RGB 114 192 78
HSL 101° 47.50% 52.94%
HSB/HSV 101° 59.38% 75.29%
CMYK 40.63% 0.00% 59.38%
24.71%

Color #72C04E in popluar number systems.

HEX 72 C0 4E
Decimal 114 192 78
Binary 1110010 11000000 1001110
Octal 162 300 116

Shades and tints

Shades of #72C04E

#72C04E
(114,192,78)
#68AF47
(104,175,71)
#5E9E40
(94,158,64)
#548D39
(84,141,57)
#4A7C32
(74,124,50)
#406B2B
(64,107,43)
#365A24
(54,90,36)
#2C491D
(44,73,29)
#223816
(34,56,22)
#18270F
(24,39,15)
#0E1608
(14,22,8)
#000000
(0,0,0)

Tints of #72C04E

#72C04E
(114,192,78)
#7EC55E
(126,197,94)
#8ACA6E
(138,202,110)
#96CF7E
(150,207,126)
#A2D48E
(162,212,142)
#AED99E
(174,217,158)
#BADEAE
(186,222,174)
#C6E3BE
(198,227,190)
#D2E8CE
(210,232,206)
#DEEDDE
(222,237,222)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C04E color. Also use rgb(114,192,78) instead hex code.

Text Font Color

.myTextColor { color: #72C04E; }

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

This text font color is #72C04E.

Background Color

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

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

This div background color is #72C04E.

Border color

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

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

This div border color is #72C04E.

Opacity

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

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

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

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

This text has shadow with #72C04E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72C04E.

Preview

Color preview on black background

This text has color #72C04E on black background.


Color preview on white background

This text has color #72C04E on white background.


Black color preview on #72C04E background

This text has black color on #72C04E background.


White color preview on #72C04E background

This text has white color on #72C04E background.


Related colors

Complementary color

Complementary color for #hex is #8D3FB1.


I love getcolorcode.com

Triadic colors

1 #4E72C0 and #C04E72 with #72C04E are triadic colors.

2 #4EC072 and #C0724E with #72C04E are triadic colors.