COLOR #7EF40C

HEX: #7EF40C
RGB: (126,244,12)

Renk bilgisi

#7EF40C contains mainly green color. #7EF40C ‘ nin web güvenlik rengi #66FF00 (ya da #6F0) dir.

RGB renk modeli

#7EF40C color RGB value is (126,244,12).

  • kırmız ton 126;
  • yeşil ton 244;
  • mavi ton 12.
RGB:
(126,244,12)
(49%,96%,5%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 244 of 255 = 96%
B 12 of 255 = 5%

126
244
12

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 244 + 12 = 382 (100%)
R 126 of 382 ~ 32.98%
G 244 of 382 ~ 63.87%
B 12 of 382 ~ 3.14%

%32.98
%63.87

CMYK RENK MODELİ

#7EF40C rengi CMYK tonu (48,0,95,4).

  • camgöbeği tonu 48.36%
  • eflatun tonu 0.00%
  • sarı tonu 95.08%
  • ana renk tonu 4.31%
CMYK:
(48,0,95,4)
C48M0Y95K4 
(48%,0%,95%,4%)
(0.48/0.00/0.95/0.04)	

CMYK yüzdeleri

%48.36
%0
%95.08
%4.31

Codes

Color #7EF40C in popluar color models

7EF40C
RGB12624412
HSL91°91.34%50.20%
HSB/HSV91°95.08%95.69%
CMYK48.36%0.00%95.08%
4.31%

Color #7EF40C in popluar number systems.

HEX7EF40C
Decimal12624412
Binary1111110111101001100
Octal17636414

Shades and tints

Shades of #7EF40C

#7EF40C
(126,244,12)
#73DE0B
(115,222,11)
#68C80A
(104,200,10)
#5DB209
(93,178,9)
#529C08
(82,156,8)
#478607
(71,134,7)
#3C7006
(60,112,6)
#315A05
(49,90,5)
#264404
(38,68,4)
#1B2E03
(27,46,3)
#101802
(16,24,2)
#000000
(0,0,0)

Tints of #7EF40C

#7EF40C
(126,244,12)
#89F522
(137,245,34)
#94F638
(148,246,56)
#9FF74E
(159,247,78)
#AAF864
(170,248,100)
#B5F97A
(181,249,122)
#C0FA90
(192,250,144)
#CBFBA6
(203,251,166)
#D6FCBC
(214,252,188)
#E1FDD2
(225,253,210)
#ECFEE8
(236,254,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EF40C color. Also use rgb(126,244,12) instead hex code.

Text Font Color

.myTextColor { color: #7EF40C; }

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

This text font color is #7EF40C.


Background Color

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

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

This div background color is #7EF40C.


Border color

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

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

This div border color is #7EF40C.


Opacity

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

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

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

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

This text has shadow with #7EF40C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EF40C on black background.


Color preview on white background

This text has color #7EF40C on white background.



Black color preview on #7EF40C background

This text has black color on #7EF40C background.


White color preview on #7EF40C background

This text has white color on #7EF40C background.