COLOR #7EFC50

HEX: #7EFC50
RGB: (126,252,80)

Color info

#7EFC50 contains mainly green color. Web safe color of #7EFC50 is #66FF66 (or #6F6).

RGB color model

#7EFC50 color RGB value is (126,252,80).

  • red value is 126;
  • green value is 252;
  • blue value is 80.
RGB:
(126,252,80)
(49%,99%,31%)

RGB channels and saturation

R 126 of 255 = 49%
G 252 of 255 = 99%
B 80 of 255 = 31%

126
252
80

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

Portions of RGB colors in percentages

R + G + B =
126 + 252 + 80 = 458 (100%)
R 126 of 458 ~ 27.51%
G 252 of 458 ~ 55.02%
B 80 of 458 ~ 17.47%

%27.51
%55.02
%17.47

CMYK color model

#7EFC50 color CMYK value is (50,0,68,1).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 68.25%
  • key color value is 1.18%
CMYK:
(50,0,68,1)
C50M0Y68K1 
(50%,0%,68%,1%)
(0.50/0.00/0.68/0.01)	

CMYK percentages

%50
%0
%68.25
%1.18

Codes

Color #7EFC50 in popluar color models

7EFC50
RGB12625280
HSL104°96.63%65.10%
HSB/HSV104°68.25%98.82%
CMYK50.00%0.00%68.25%
1.18%

Color #7EFC50 in popluar number systems.

HEX7EFC50
Decimal12625280
Binary1111110111111001010000
Octal176374120

Shades and tints

Shades of #7EFC50

#7EFC50
(126,252,80)
#73E649
(115,230,73)
#68D042
(104,208,66)
#5DBA3B
(93,186,59)
#52A434
(82,164,52)
#478E2D
(71,142,45)
#3C7826
(60,120,38)
#31621F
(49,98,31)
#264C18
(38,76,24)
#1B3611
(27,54,17)
#10200A
(16,32,10)
#000000
(0,0,0)

Tints of #7EFC50

#7EFC50
(126,252,80)
#89FC5F
(137,252,95)
#94FC6E
(148,252,110)
#9FFC7D
(159,252,125)
#AAFC8C
(170,252,140)
#B5FC9B
(181,252,155)
#C0FCAA
(192,252,170)
#CBFCB9
(203,252,185)
#D6FCC8
(214,252,200)
#E1FCD7
(225,252,215)
#ECFCE6
(236,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EFC50 color. Also use rgb(126,252,80) instead hex code.

Text Font Color

.myTextColor { color: #7EFC50; }

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

This text font color is #7EFC50.


Background Color

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

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

This div background color is #7EFC50.


Border color

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

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

This div border color is #7EFC50.


Opacity

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

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

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

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

This text has shadow with #7EFC50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EFC50 on black background.


Color preview on white background

This text has color #7EFC50 on white background.



Black color preview on #7EFC50 background

This text has black color on #7EFC50 background.


White color preview on #7EFC50 background

This text has white color on #7EFC50 background.