COLOR #72C24C

HEX: #72C24C
RGB: (114,194,76)

Color info

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

RGB color model

#72C24C color RGB value is (114,194,76).

  • red value is 114;
  • green value is 194;
  • blue value is 76.
RGB:
(114,194,76)
(45%,76%,30%)

RGB channels and saturation

R 114 of 255 = 45%
G 194 of 255 = 76%
B 76 of 255 = 30%

114
194
76

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

Portions of RGB colors in percentages

R + G + B =
114 + 194 + 76 = 384 (100%)
R 114 of 384 ~ 29.69%
G 194 of 384 ~ 50.52%
B 76 of 384 ~ 19.79%

%29.69
%50.52
%19.79

CMYK color model

#72C24C color CMYK value is (41,0,61,24).

  • cyan value is 41.24%
  • magenta value is 0.00%
  • yellow value is 60.82%
  • key color value is 23.92%
CMYK:
(41,0,61,24)
C41M0Y61K24 
(41%,0%,61%,24%)
(0.41/0.00/0.61/0.24)	

CMYK percentages

%41.24
%0
%60.82
%23.92

Codes

Color #72C24C in popluar color models

72C24C
RGB11419476
HSL101°49.17%52.94%
HSB/HSV101°60.82%76.08%
CMYK41.24%0.00%60.82%
23.92%

Color #72C24C in popluar number systems.

HEX72C24C
Decimal11419476
Binary1110010110000101001100
Octal162302114

Shades and tints

Shades of #72C24C

#72C24C
(114,194,76)
#68B146
(104,177,70)
#5EA040
(94,160,64)
#548F3A
(84,143,58)
#4A7E34
(74,126,52)
#406D2E
(64,109,46)
#365C28
(54,92,40)
#2C4B22
(44,75,34)
#223A1C
(34,58,28)
#182916
(24,41,22)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #72C24C

#72C24C
(114,194,76)
#7EC75C
(126,199,92)
#8ACC6C
(138,204,108)
#96D17C
(150,209,124)
#A2D68C
(162,214,140)
#AEDB9C
(174,219,156)
#BAE0AC
(186,224,172)
#C6E5BC
(198,229,188)
#D2EACC
(210,234,204)
#DEEFDC
(222,239,220)
#EAF4EC
(234,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C24C color. Also use rgb(114,194,76) instead hex code.

Text Font Color

.myTextColor { color: #72C24C; }

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

This text font color is #72C24C.


Background Color

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

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

This div background color is #72C24C.


Border color

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

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

This div border color is #72C24C.


Opacity

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

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

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

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

This text has shadow with #72C24C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C24C on black background.


Color preview on white background

This text has color #72C24C on white background.



Black color preview on #72C24C background

This text has black color on #72C24C background.


White color preview on #72C24C background

This text has white color on #72C24C background.