COLOR #7EDC41

HEX: #7EDC41
RGB: (126,220,65)

Color info

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

RGB color model

#7EDC41 color RGB value is (126,220,65).

  • red value is 126;
  • green value is 220;
  • blue value is 65.
RGB:
(126,220,65)
(49%,86%,25%)

RGB channels and saturation

R 126 of 255 = 49%
G 220 of 255 = 86%
B 65 of 255 = 25%

126
220
65

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

Portions of RGB colors in percentages

R + G + B =
126 + 220 + 65 = 411 (100%)
R 126 of 411 ~ 30.66%
G 220 of 411 ~ 53.53%
B 65 of 411 ~ 15.82%

%30.66
%53.53
%15.82

CMYK color model

#7EDC41 color CMYK value is (43,0,70,14).

  • cyan value is 42.73%
  • magenta value is 0.00%
  • yellow value is 70.45%
  • key color value is 13.73%
CMYK:
(43,0,70,14)
C43M0Y70K14 
(43%,0%,70%,14%)
(0.43/0.00/0.70/0.14)	

CMYK percentages

%42.73
%0
%70.45
%13.73

Codes

Color #7EDC41 in popluar color models

7EDC41
RGB12622065
HSL96°68.89%55.88%
HSB/HSV96°70.45%86.27%
CMYK42.73%0.00%70.45%
13.73%

Color #7EDC41 in popluar number systems.

HEX7EDC41
Decimal12622065
Binary1111110110111001000001
Octal176334101

Shades and tints

Shades of #7EDC41

#7EDC41
(126,220,65)
#73C83C
(115,200,60)
#68B437
(104,180,55)
#5DA032
(93,160,50)
#528C2D
(82,140,45)
#477828
(71,120,40)
#3C6423
(60,100,35)
#31501E
(49,80,30)
#263C19
(38,60,25)
#1B2814
(27,40,20)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #7EDC41

#7EDC41
(126,220,65)
#89DF52
(137,223,82)
#94E263
(148,226,99)
#9FE574
(159,229,116)
#AAE885
(170,232,133)
#B5EB96
(181,235,150)
#C0EEA7
(192,238,167)
#CBF1B8
(203,241,184)
#D6F4C9
(214,244,201)
#E1F7DA
(225,247,218)
#ECFAEB
(236,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDC41 color. Also use rgb(126,220,65) instead hex code.

Text Font Color

.myTextColor { color: #7EDC41; }

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

This text font color is #7EDC41.


Background Color

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

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

This div background color is #7EDC41.


Border color

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

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

This div border color is #7EDC41.


Opacity

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

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

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

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

This text has shadow with #7EDC41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EDC41 on black background.


Color preview on white background

This text has color #7EDC41 on white background.



Black color preview on #7EDC41 background

This text has black color on #7EDC41 background.


White color preview on #7EDC41 background

This text has white color on #7EDC41 background.