COLOR #7EFE3E

HEX: #7EFE3E RGB: (126,254,62)

Color info

#7EFE3E contains mainly green color. Web safe color of #7EFE3E is #66FF33 (or #6F3).

RGB color model

#7EFE3E color RGB value is (126,254,62).

RGB: (126,254,62) (49%, 100%, 24%)

RGB channels and saturation

R 126 of 255 = 49%
G 254 of 255 = 100%
B 62 of 255 = 24%

126
254
62

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

Portions of RGB colors in percentages

R + G + B = 126 + 254 + 62 = 442 (100%)
R 126 of 442 ~ 28.51%
G 254 of 442 ~ 57.47%
B 62 of 442 ~ 14.03'%

%28.51
%57.47
%14.03

CMYK color model

#7EFE3E color CMYK value is (50,0,76,0).

  • cyan value is 50.39%
  • magenta value is 0.00%
  • yellow value is 75.59%
  • key color value is 0.39%

CMYK: (50,0,76,0)
C50M0Y76K0 (50%, 0%, 76%, 0%)
(0.50 / 0.00 / 0.76 / 0.00)

CMYK percentages

%50.39
%0
%75.59
%0.39

Codes

Color #7EFE3E in popluar color models

7E FE 3E
RGB 126 254 62
HSL 100° 98.97% 61.96%
HSB/HSV 100° 75.59% 99.61%
CMYK 50.39% 0.00% 75.59%
0.39%

Color #7EFE3E in popluar number systems.

HEX 7E FE 3E
Decimal 126 254 62
Binary 1111110 11111110 111110
Octal 176 376 76

Shades and tints

Shades of #7EFE3E

#7EFE3E
(126,254,62)
#73E739
(115,231,57)
#68D034
(104,208,52)
#5DB92F
(93,185,47)
#52A22A
(82,162,42)
#478B25
(71,139,37)
#3C7420
(60,116,32)
#315D1B
(49,93,27)
#264616
(38,70,22)
#1B2F11
(27,47,17)
#10180C
(16,24,12)
#000000
(0,0,0)

Tints of #7EFE3E

#7EFE3E
(126,254,62)
#89FE4F
(137,254,79)
#94FE60
(148,254,96)
#9FFE71
(159,254,113)
#AAFE82
(170,254,130)
#B5FE93
(181,254,147)
#C0FEA4
(192,254,164)
#CBFEB5
(203,254,181)
#D6FEC6
(214,254,198)
#E1FED7
(225,254,215)
#ECFEE8
(236,254,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EFE3E color. Also use rgb(126,254,62) instead hex code.

Text Font Color

.myTextColor { color: #7EFE3E; }

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

This text font color is #7EFE3E.

Background Color

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

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

This div background color is #7EFE3E.

Border color

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

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

This div border color is #7EFE3E.

Opacity

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

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

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

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

This text has shadow with #7EFE3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EFE3E.

Preview

Color preview on black background

This text has color #7EFE3E on black background.


Color preview on white background

This text has color #7EFE3E on white background.


Black color preview on #7EFE3E background

This text has black color on #7EFE3E background.


White color preview on #7EFE3E background

This text has white color on #7EFE3E background.


Related colors

Complementary color

Complementary color for #7EFE3E is #8101C1.


I love getcolorcode.com

Triadic colors

1 #3E7EFE and #FE3E7E with #7EFE3E are triadic colors.

2 #3EFE7E and #FE7E3E with #7EFE3E are triadic colors.