COLOR #7EBF22

HEX: #7EBF22
RGB: (126,191,34)

Color info

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

RGB color model

#7EBF22 color RGB value is (126,191,34).

  • red value is 126;
  • green value is 191;
  • blue value is 34.
RGB:
(126,191,34)
(49%,75%,13%)

RGB channels and saturation

R 126 of 255 = 49%
G 191 of 255 = 75%
B 34 of 255 = 13%

126
191
34

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

Portions of RGB colors in percentages

R + G + B =
126 + 191 + 34 = 351 (100%)
R 126 of 351 ~ 35.9%
G 191 of 351 ~ 54.42%
B 34 of 351 ~ 9.69%

%35.9
%54.42
%9.69

CMYK color model

#7EBF22 color CMYK value is (34,0,82,25).

  • cyan value is 34.03%
  • magenta value is 0.00%
  • yellow value is 82.20%
  • key color value is 25.10%
CMYK:
(34,0,82,25)
C34M0Y82K25 
(34%,0%,82%,25%)
(0.34/0.00/0.82/0.25)	

CMYK percentages

%34.03
%0
%82.2
%25.1

Codes

Color #7EBF22 in popluar color models

7EBF22
RGB12619134
HSL85°69.78%44.12%
HSB/HSV85°82.20%74.90%
CMYK34.03%0.00%82.20%
25.10%

Color #7EBF22 in popluar number systems.

HEX7EBF22
Decimal12619134
Binary111111010111111100010
Octal17627742

Shades and tints

Shades of #7EBF22

#7EBF22
(126,191,34)
#73AE1F
(115,174,31)
#689D1C
(104,157,28)
#5D8C19
(93,140,25)
#527B16
(82,123,22)
#476A13
(71,106,19)
#3C5910
(60,89,16)
#31480D
(49,72,13)
#26370A
(38,55,10)
#1B2607
(27,38,7)
#101504
(16,21,4)
#000000
(0,0,0)

Tints of #7EBF22

#7EBF22
(126,191,34)
#89C436
(137,196,54)
#94C94A
(148,201,74)
#9FCE5E
(159,206,94)
#AAD372
(170,211,114)
#B5D886
(181,216,134)
#C0DD9A
(192,221,154)
#CBE2AE
(203,226,174)
#D6E7C2
(214,231,194)
#E1ECD6
(225,236,214)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBF22 color. Also use rgb(126,191,34) instead hex code.

Text Font Color

.myTextColor { color: #7EBF22; }

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

This text font color is #7EBF22.


Background Color

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

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

This div background color is #7EBF22.


Border color

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

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

This div border color is #7EBF22.


Opacity

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

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

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

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

This text has shadow with #7EBF22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBF22 on black background.


Color preview on white background

This text has color #7EBF22 on white background.



Black color preview on #7EBF22 background

This text has black color on #7EBF22 background.


White color preview on #7EBF22 background

This text has white color on #7EBF22 background.