COLOR #7ED32E

HEX: #7ED32E
RGB: (126,211,46)

Color info

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

RGB color model

#7ED32E color RGB value is (126,211,46).

  • red value is 126;
  • green value is 211;
  • blue value is 46.
RGB:
(126,211,46)
(49%,83%,18%)

RGB channels and saturation

R 126 of 255 = 49%
G 211 of 255 = 83%
B 46 of 255 = 18%

126
211
46

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

Portions of RGB colors in percentages

R + G + B =
126 + 211 + 46 = 383 (100%)
R 126 of 383 ~ 32.9%
G 211 of 383 ~ 55.09%
B 46 of 383 ~ 12.01%

%32.9
%55.09
%12.01

CMYK color model

#7ED32E color CMYK value is (40,0,78,17).

  • cyan value is 40.28%
  • magenta value is 0.00%
  • yellow value is 78.20%
  • key color value is 17.25%
CMYK:
(40,0,78,17)
C40M0Y78K17 
(40%,0%,78%,17%)
(0.40/0.00/0.78/0.17)	

CMYK percentages

%40.28
%0
%78.2
%17.25

Codes

Color #7ED32E in popluar color models

7ED32E
RGB12621146
HSL91°65.22%50.39%
HSB/HSV91°78.20%82.75%
CMYK40.28%0.00%78.20%
17.25%

Color #7ED32E in popluar number systems.

HEX7ED32E
Decimal12621146
Binary111111011010011101110
Octal17632356

Shades and tints

Shades of #7ED32E

#7ED32E
(126,211,46)
#73C02A
(115,192,42)
#68AD26
(104,173,38)
#5D9A22
(93,154,34)
#52871E
(82,135,30)
#47741A
(71,116,26)
#3C6116
(60,97,22)
#314E12
(49,78,18)
#263B0E
(38,59,14)
#1B280A
(27,40,10)
#101506
(16,21,6)
#000000
(0,0,0)

Tints of #7ED32E

#7ED32E
(126,211,46)
#89D741
(137,215,65)
#94DB54
(148,219,84)
#9FDF67
(159,223,103)
#AAE37A
(170,227,122)
#B5E78D
(181,231,141)
#C0EBA0
(192,235,160)
#CBEFB3
(203,239,179)
#D6F3C6
(214,243,198)
#E1F7D9
(225,247,217)
#ECFBEC
(236,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED32E color. Also use rgb(126,211,46) instead hex code.

Text Font Color

.myTextColor { color: #7ED32E; }

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

This text font color is #7ED32E.


Background Color

.myBgColor { background-color: #7ED32E; }

<div style="background-color:#7ED32E">Inner text</div>

This div background color is #7ED32E.


Border color

.myBorderColor { border: 1px solid #7ED32E; }

<div style="border:3px solid #7ED32E">Div</div>

This div border color is #7ED32E.


Opacity

.myOpacity80 { color: #7ED32E; opacity: 0.8; }

<p style="color:#7ED32E;opacity:0.8;">80%</p>

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

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

This text has shadow with #7ED32E color.

.textShadow {text-shadow: 3px 3px 1px #7ED32E, 3px 3px 1px red;}

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

This text has shadow with #7ED32E primary color and red secondary color.


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

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

This text has shadow with #7ED32E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED32E on black background.


Color preview on white background

This text has color #7ED32E on white background.



Black color preview on #7ED32E background

This text has black color on #7ED32E background.


White color preview on #7ED32E background

This text has white color on #7ED32E background.