COLOR #72D92E

HEX: #72D92E
RGB: (114,217,46)

Color info

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

RGB color model

#72D92E color RGB value is (114,217,46).

  • red value is 114;
  • green value is 217;
  • blue value is 46.
RGB:
(114,217,46)
(45%,85%,18%)

RGB channels and saturation

R 114 of 255 = 45%
G 217 of 255 = 85%
B 46 of 255 = 18%

114
217
46

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

Portions of RGB colors in percentages

R + G + B =
114 + 217 + 46 = 377 (100%)
R 114 of 377 ~ 30.24%
G 217 of 377 ~ 57.56%
B 46 of 377 ~ 12.2%

%30.24
%57.56
%12.2

CMYK color model

#72D92E color CMYK value is (47,0,79,15).

  • cyan value is 47.47%
  • magenta value is 0.00%
  • yellow value is 78.80%
  • key color value is 14.90%
CMYK:
(47,0,79,15)
C47M0Y79K15 
(47%,0%,79%,15%)
(0.47/0.00/0.79/0.15)	

CMYK percentages

%47.47
%0
%78.8
%14.9

Codes

Color #72D92E in popluar color models

72D92E
RGB11421746
HSL96°69.23%51.57%
HSB/HSV96°78.80%85.10%
CMYK47.47%0.00%78.80%
14.90%

Color #72D92E in popluar number systems.

HEX72D92E
Decimal11421746
Binary111001011011001101110
Octal16233156

Shades and tints

Shades of #72D92E

#72D92E
(114,217,46)
#68C62A
(104,198,42)
#5EB326
(94,179,38)
#54A022
(84,160,34)
#4A8D1E
(74,141,30)
#407A1A
(64,122,26)
#366716
(54,103,22)
#2C5412
(44,84,18)
#22410E
(34,65,14)
#182E0A
(24,46,10)
#0E1B06
(14,27,6)
#000000
(0,0,0)

Tints of #72D92E

#72D92E
(114,217,46)
#7EDC41
(126,220,65)
#8ADF54
(138,223,84)
#96E267
(150,226,103)
#A2E57A
(162,229,122)
#AEE88D
(174,232,141)
#BAEBA0
(186,235,160)
#C6EEB3
(198,238,179)
#D2F1C6
(210,241,198)
#DEF4D9
(222,244,217)
#EAF7EC
(234,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72D92E color. Also use rgb(114,217,46) instead hex code.

Text Font Color

.myTextColor { color: #72D92E; }

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

This text font color is #72D92E.


Background Color

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

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

This div background color is #72D92E.


Border color

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

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

This div border color is #72D92E.


Opacity

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

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

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

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

This text has shadow with #72D92E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D92E on black background.


Color preview on white background

This text has color #72D92E on white background.



Black color preview on #72D92E background

This text has black color on #72D92E background.


White color preview on #72D92E background

This text has white color on #72D92E background.