COLOR #72E282

HEX: #72E282
RGB: (114,226,130)

Color info

#72E282 contains mainly green color. Web safe color of #72E282 is #66CC99 (or #6C9).

RGB color model

#72E282 color RGB value is (114,226,130).

  • red value is 114;
  • green value is 226;
  • blue value is 130.
RGB:
(114,226,130)
(45%,89%,51%)

RGB channels and saturation

R 114 of 255 = 45%
G 226 of 255 = 89%
B 130 of 255 = 51%

114
226
130

R + G + B ~ 62%. #72E282 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 226 + 130 = 470 (100%)
R 114 of 470 ~ 24.26%
G 226 of 470 ~ 48.09%
B 130 of 470 ~ 27.66%

%24.26
%48.09
%27.66

CMYK color model

#72E282 color CMYK value is (50,0,42,11).

  • cyan value is 49.56%
  • magenta value is 0.00%
  • yellow value is 42.48%
  • key color value is 11.37%
CMYK:
(50,0,42,11)
C50M0Y42K11 
(50%,0%,42%,11%)
(0.50/0.00/0.42/0.11)	

CMYK percentages

%49.56
%0
%42.48
%11.37

Codes

Color #72E282 in popluar color models

72E282
RGB114226130
HSL129°65.88%66.67%
HSB/HSV129°49.56%88.63%
CMYK49.56%0.00%42.48%
11.37%

Color #72E282 in popluar number systems.

HEX72E282
Decimal114226130
Binary11100101110001010000010
Octal162342202

Shades and tints

Shades of #72E282

#72E282
(114,226,130)
#68CE77
(104,206,119)
#5EBA6C
(94,186,108)
#54A661
(84,166,97)
#4A9256
(74,146,86)
#407E4B
(64,126,75)
#366A40
(54,106,64)
#2C5635
(44,86,53)
#22422A
(34,66,42)
#182E1F
(24,46,31)
#0E1A14
(14,26,20)
#000000
(0,0,0)

Tints of #72E282

#72E282
(114,226,130)
#7EE48D
(126,228,141)
#8AE698
(138,230,152)
#96E8A3
(150,232,163)
#A2EAAE
(162,234,174)
#AEECB9
(174,236,185)
#BAEEC4
(186,238,196)
#C6F0CF
(198,240,207)
#D2F2DA
(210,242,218)
#DEF4E5
(222,244,229)
#EAF6F0
(234,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72E282 color. Also use rgb(114,226,130) instead hex code.

Text Font Color

.myTextColor { color: #72E282; }

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

This text font color is #72E282.


Background Color

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

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

This div background color is #72E282.


Border color

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

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

This div border color is #72E282.


Opacity

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

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

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

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

This text has shadow with #72E282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72E282 on black background.


Color preview on white background

This text has color #72E282 on white background.



Black color preview on #72E282 background

This text has black color on #72E282 background.


White color preview on #72E282 background

This text has white color on #72E282 background.