COLOR #72DE32

HEX: #72DE32
RGB: (114,222,50)

Color info

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

RGB color model

#72DE32 color RGB value is (114,222,50).

  • red value is 114;
  • green value is 222;
  • blue value is 50.
RGB:
(114,222,50)
(45%,87%,20%)

RGB channels and saturation

R 114 of 255 = 45%
G 222 of 255 = 87%
B 50 of 255 = 20%

114
222
50

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

Portions of RGB colors in percentages

R + G + B =
114 + 222 + 50 = 386 (100%)
R 114 of 386 ~ 29.53%
G 222 of 386 ~ 57.51%
B 50 of 386 ~ 12.95%

%29.53
%57.51
%12.95

CMYK color model

#72DE32 color CMYK value is (49,0,77,13).

  • cyan value is 48.65%
  • magenta value is 0.00%
  • yellow value is 77.48%
  • key color value is 12.94%
CMYK:
(49,0,77,13)
C49M0Y77K13 
(49%,0%,77%,13%)
(0.49/0.00/0.77/0.13)	

CMYK percentages

%48.65
%0
%77.48
%12.94

Codes

Color #72DE32 in popluar color models

72DE32
RGB11422250
HSL98°72.27%53.33%
HSB/HSV98°77.48%87.06%
CMYK48.65%0.00%77.48%
12.94%

Color #72DE32 in popluar number systems.

HEX72DE32
Decimal11422250
Binary111001011011110110010
Octal16233662

Shades and tints

Shades of #72DE32

#72DE32
(114,222,50)
#68CA2E
(104,202,46)
#5EB62A
(94,182,42)
#54A226
(84,162,38)
#4A8E22
(74,142,34)
#407A1E
(64,122,30)
#36661A
(54,102,26)
#2C5216
(44,82,22)
#223E12
(34,62,18)
#182A0E
(24,42,14)
#0E160A
(14,22,10)
#000000
(0,0,0)

Tints of #72DE32

#72DE32
(114,222,50)
#7EE144
(126,225,68)
#8AE456
(138,228,86)
#96E768
(150,231,104)
#A2EA7A
(162,234,122)
#AEED8C
(174,237,140)
#BAF09E
(186,240,158)
#C6F3B0
(198,243,176)
#D2F6C2
(210,246,194)
#DEF9D4
(222,249,212)
#EAFCE6
(234,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72DE32 color. Also use rgb(114,222,50) instead hex code.

Text Font Color

.myTextColor { color: #72DE32; }

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

This text font color is #72DE32.


Background Color

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

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

This div background color is #72DE32.


Border color

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

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

This div border color is #72DE32.


Opacity

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

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

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

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

This text has shadow with #72DE32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72DE32 on black background.


Color preview on white background

This text has color #72DE32 on white background.



Black color preview on #72DE32 background

This text has black color on #72DE32 background.


White color preview on #72DE32 background

This text has white color on #72DE32 background.