COLOR #72D52A

HEX: #72D52A
RGB: (114,213,42)

Color info

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

RGB color model

#72D52A color RGB value is (114,213,42).

  • red value is 114;
  • green value is 213;
  • blue value is 42.
RGB:
(114,213,42)
(45%,84%,16%)

RGB channels and saturation

R 114 of 255 = 45%
G 213 of 255 = 84%
B 42 of 255 = 16%

114
213
42

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

Portions of RGB colors in percentages

R + G + B =
114 + 213 + 42 = 369 (100%)
R 114 of 369 ~ 30.89%
G 213 of 369 ~ 57.72%
B 42 of 369 ~ 11.38%

%30.89
%57.72
%11.38

CMYK color model

#72D52A color CMYK value is (46,0,80,16).

  • cyan value is 46.48%
  • magenta value is 0.00%
  • yellow value is 80.28%
  • key color value is 16.47%
CMYK:
(46,0,80,16)
C46M0Y80K16 
(46%,0%,80%,16%)
(0.46/0.00/0.80/0.16)	

CMYK percentages

%46.48
%0
%80.28
%16.47

Codes

Color #72D52A in popluar color models

72D52A
RGB11421342
HSL95°67.06%50.00%
HSB/HSV95°80.28%83.53%
CMYK46.48%0.00%80.28%
16.47%

Color #72D52A in popluar number systems.

HEX72D52A
Decimal11421342
Binary111001011010101101010
Octal16232552

Shades and tints

Shades of #72D52A

#72D52A
(114,213,42)
#68C227
(104,194,39)
#5EAF24
(94,175,36)
#549C21
(84,156,33)
#4A891E
(74,137,30)
#40761B
(64,118,27)
#366318
(54,99,24)
#2C5015
(44,80,21)
#223D12
(34,61,18)
#182A0F
(24,42,15)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #72D52A

#72D52A
(114,213,42)
#7ED83D
(126,216,61)
#8ADB50
(138,219,80)
#96DE63
(150,222,99)
#A2E176
(162,225,118)
#AEE489
(174,228,137)
#BAE79C
(186,231,156)
#C6EAAF
(198,234,175)
#D2EDC2
(210,237,194)
#DEF0D5
(222,240,213)
#EAF3E8
(234,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72D52A color. Also use rgb(114,213,42) instead hex code.

Text Font Color

.myTextColor { color: #72D52A; }

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

This text font color is #72D52A.


Background Color

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

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

This div background color is #72D52A.


Border color

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

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

This div border color is #72D52A.


Opacity

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

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

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

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

This text has shadow with #72D52A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D52A on black background.


Color preview on white background

This text has color #72D52A on white background.



Black color preview on #72D52A background

This text has black color on #72D52A background.


White color preview on #72D52A background

This text has white color on #72D52A background.