COLOR #7EB30E

HEX: #7EB30E
RGB: (126,179,14)

Color info

#7EB30E contains mainly red and green colors. Web safe color of #7EB30E is #669900 (or #690).

RGB color model

#7EB30E color RGB value is (126,179,14).

  • red value is 126;
  • green value is 179;
  • blue value is 14.
RGB:
(126,179,14)
(49%,70%,5%)

RGB channels and saturation

R 126 of 255 = 49%
G 179 of 255 = 70%
B 14 of 255 = 5%

126
179
14

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

Portions of RGB colors in percentages

R + G + B =
126 + 179 + 14 = 319 (100%)
R 126 of 319 ~ 39.5%
G 179 of 319 ~ 56.11%
B 14 of 319 ~ 4.39%

%39.5
%56.11

CMYK color model

#7EB30E color CMYK value is (30,0,92,30).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 92.18%
  • key color value is 29.80%
CMYK:
(30,0,92,30)
C30M0Y92K30 
(30%,0%,92%,30%)
(0.30/0.00/0.92/0.30)	

CMYK percentages

%29.61
%0
%92.18
%29.8

Codes

Color #7EB30E in popluar color models

7EB30E
RGB12617914
HSL79°85.49%37.84%
HSB/HSV79°92.18%70.20%
CMYK29.61%0.00%92.18%
29.80%

Color #7EB30E in popluar number systems.

HEX7EB30E
Decimal12617914
Binary1111110101100111110
Octal17626316

Shades and tints

Shades of #7EB30E

#7EB30E
(126,179,14)
#73A30D
(115,163,13)
#68930C
(104,147,12)
#5D830B
(93,131,11)
#52730A
(82,115,10)
#476309
(71,99,9)
#3C5308
(60,83,8)
#314307
(49,67,7)
#263306
(38,51,6)
#1B2305
(27,35,5)
#101304
(16,19,4)
#000000
(0,0,0)

Tints of #7EB30E

#7EB30E
(126,179,14)
#89B923
(137,185,35)
#94BF38
(148,191,56)
#9FC54D
(159,197,77)
#AACB62
(170,203,98)
#B5D177
(181,209,119)
#C0D78C
(192,215,140)
#CBDDA1
(203,221,161)
#D6E3B6
(214,227,182)
#E1E9CB
(225,233,203)
#ECEFE0
(236,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB30E color. Also use rgb(126,179,14) instead hex code.

Text Font Color

.myTextColor { color: #7EB30E; }

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

This text font color is #7EB30E.


Background Color

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

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

This div background color is #7EB30E.


Border color

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

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

This div border color is #7EB30E.


Opacity

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

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

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

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

This text has shadow with #7EB30E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB30E on black background.


Color preview on white background

This text has color #7EB30E on white background.



Black color preview on #7EB30E background

This text has black color on #7EB30E background.


White color preview on #7EB30E background

This text has white color on #7EB30E background.