COLOR #7EC444

HEX: #7EC444 RGB: (126,196,68)

Color info

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

RGB color model

#7EC444 color RGB value is (126,196,68).

RGB: (126,196,68) (49%, 77%, 27%)

RGB channels and saturation

R 126 of 255 = 49%
G 196 of 255 = 77%
B 68 of 255 = 27%

126
196
68

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

Portions of RGB colors in percentages

R + G + B = 126 + 196 + 68 = 390 (100%)
R 126 of 390 ~ 32.31%
G 196 of 390 ~ 50.26%
B 68 of 390 ~ 17.44'%

%32.31
%50.26
%17.44

CMYK color model

#7EC444 color CMYK value is (36,0,65,23).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 65.31%
  • key color value is 23.14%

CMYK: (36,0,65,23)
C36M0Y65K23 (36%, 0%, 65%, 23%)
(0.36 / 0.00 / 0.65 / 0.23)

CMYK percentages

%35.71
%0
%65.31
%23.14

Codes

Color #7EC444 in popluar color models

7E C4 44
RGB 126 196 68
HSL 93° 52.03% 51.76%
HSB/HSV 93° 65.31% 76.86%
CMYK 35.71% 0.00% 65.31%
23.14%

Color #7EC444 in popluar number systems.

HEX 7E C4 44
Decimal 126 196 68
Binary 1111110 11000100 1000100
Octal 176 304 104

Shades and tints

Shades of #7EC444

#7EC444
(126,196,68)
#73B33E
(115,179,62)
#68A238
(104,162,56)
#5D9132
(93,145,50)
#52802C
(82,128,44)
#476F26
(71,111,38)
#3C5E20
(60,94,32)
#314D1A
(49,77,26)
#263C14
(38,60,20)
#1B2B0E
(27,43,14)
#101A08
(16,26,8)
#000000
(0,0,0)

Tints of #7EC444

#7EC444
(126,196,68)
#89C955
(137,201,85)
#94CE66
(148,206,102)
#9FD377
(159,211,119)
#AAD888
(170,216,136)
#B5DD99
(181,221,153)
#C0E2AA
(192,226,170)
#CBE7BB
(203,231,187)
#D6ECCC
(214,236,204)
#E1F1DD
(225,241,221)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC444 color. Also use rgb(126,196,68) instead hex code.

Text Font Color

.myTextColor { color: #7EC444; }

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

This text font color is #7EC444.

Background Color

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

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

This div background color is #7EC444.

Border color

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

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

This div border color is #7EC444.

Opacity

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

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

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

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

This text has shadow with #7EC444 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EC444.

Preview

Color preview on black background

This text has color #7EC444 on black background.


Color preview on white background

This text has color #7EC444 on white background.


Black color preview on #7EC444 background

This text has black color on #7EC444 background.


White color preview on #7EC444 background

This text has white color on #7EC444 background.


Related colors

Complementary color

Complementary color for #7EC444 is #813BBB.


I love getcolorcode.com

Triadic colors

1 #447EC4 and #C4447E with #7EC444 are triadic colors.

2 #44C47E and #C47E44 with #7EC444 are triadic colors.