COLOR #7EE04C

HEX: #7EE04C
RGB: (126,224,76)

Renk bilgisi

#7EE04C contains mainly green color. #7EE04C ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#7EE04C color RGB value is (126,224,76).

  • kırmız ton 126;
  • yeşil ton 224;
  • mavi ton 76.
RGB:
(126,224,76)
(49%,88%,30%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 224 of 255 = 88%
B 76 of 255 = 30%

126
224
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 224 + 76 = 426 (100%)
R 126 of 426 ~ 29.58%
G 224 of 426 ~ 52.58%
B 76 of 426 ~ 17.84%

%29.58
%52.58
%17.84

CMYK RENK MODELİ

#7EE04C rengi CMYK tonu (44,0,66,12).

  • camgöbeği tonu 43.75%
  • eflatun tonu 0.00%
  • sarı tonu 66.07%
  • ana renk tonu 12.16%
CMYK:
(44,0,66,12)
C44M0Y66K12 
(44%,0%,66%,12%)
(0.44/0.00/0.66/0.12)	

CMYK yüzdeleri

%43.75
%0
%66.07
%12.16

Codes

Color #7EE04C in popluar color models

7EE04C
RGB12622476
HSL100°70.48%58.82%
HSB/HSV100°66.07%87.84%
CMYK43.75%0.00%66.07%
12.16%

Color #7EE04C in popluar number systems.

HEX7EE04C
Decimal12622476
Binary1111110111000001001100
Octal176340114

Shades and tints

Shades of #7EE04C

#7EE04C
(126,224,76)
#73CC46
(115,204,70)
#68B840
(104,184,64)
#5DA43A
(93,164,58)
#529034
(82,144,52)
#477C2E
(71,124,46)
#3C6828
(60,104,40)
#315422
(49,84,34)
#26401C
(38,64,28)
#1B2C16
(27,44,22)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #7EE04C

#7EE04C
(126,224,76)
#89E25C
(137,226,92)
#94E46C
(148,228,108)
#9FE67C
(159,230,124)
#AAE88C
(170,232,140)
#B5EA9C
(181,234,156)
#C0ECAC
(192,236,172)
#CBEEBC
(203,238,188)
#D6F0CC
(214,240,204)
#E1F2DC
(225,242,220)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EE04C color. Also use rgb(126,224,76) instead hex code.

Text Font Color

.myTextColor { color: #7EE04C; }

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

This text font color is #7EE04C.


Background Color

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

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

This div background color is #7EE04C.


Border color

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

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

This div border color is #7EE04C.


Opacity

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

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

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

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

This text has shadow with #7EE04C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EE04C on black background.


Color preview on white background

This text has color #7EE04C on white background.



Black color preview on #7EE04C background

This text has black color on #7EE04C background.


White color preview on #7EE04C background

This text has white color on #7EE04C background.