COLOR #2ED74F

HEX: #2ED74F
RGB: (46,215,79)

Renk bilgisi

#2ED74F contains mainly green color. #2ED74F ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#2ED74F color RGB value is (46,215,79).

  • kırmız ton 46;
  • yeşil ton 215;
  • mavi ton 79.
RGB:
(46,215,79)
(18%,84%,31%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 215 of 255 = 84%
B 79 of 255 = 31%

46
215
79

R + G + B ~ 44%. #2ED74F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 215 + 79 = 340 (100%)
R 46 of 340 ~ 13.53%
G 215 of 340 ~ 63.24%
B 79 of 340 ~ 23.24%

%13.53
%63.24
%23.24

CMYK RENK MODELİ

#2ED74F rengi CMYK tonu (79,0,63,16).

  • camgöbeği tonu 78.60%
  • eflatun tonu 0.00%
  • sarı tonu 63.26%
  • ana renk tonu 15.69%
CMYK:
(79,0,63,16)
C79M0Y63K16 
(79%,0%,63%,16%)
(0.79/0.00/0.63/0.16)	

CMYK yüzdeleri

%78.6
%0
%63.26
%15.69

Codes

Color #2ED74F in popluar color models

2ED74F
RGB4621579
HSL132°67.87%51.18%
HSB/HSV132°78.60%84.31%
CMYK78.60%0.00%63.26%
15.69%

Color #2ED74F in popluar number systems.

HEX2ED74F
Decimal4621579
Binary101110110101111001111
Octal56327117

Shades and tints

Shades of #2ED74F

#2ED74F
(46,215,79)
#2AC448
(42,196,72)
#26B141
(38,177,65)
#229E3A
(34,158,58)
#1E8B33
(30,139,51)
#1A782C
(26,120,44)
#166525
(22,101,37)
#12521E
(18,82,30)
#0E3F17
(14,63,23)
#0A2C10
(10,44,16)
#061909
(6,25,9)
#000000
(0,0,0)

Tints of #2ED74F

#2ED74F
(46,215,79)
#41DA5F
(65,218,95)
#54DD6F
(84,221,111)
#67E07F
(103,224,127)
#7AE38F
(122,227,143)
#8DE69F
(141,230,159)
#A0E9AF
(160,233,175)
#B3ECBF
(179,236,191)
#C6EFCF
(198,239,207)
#D9F2DF
(217,242,223)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2ED74F color. Also use rgb(46,215,79) instead hex code.

Text Font Color

.myTextColor { color: #2ED74F; }

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

This text font color is #2ED74F.


Background Color

.myBgColor { background-color: #2ED74F; }

<div style="background-color:#2ED74F">Inner text</div>

This div background color is #2ED74F.


Border color

.myBorderColor { border: 1px solid #2ED74F; }

<div style="border:3px solid #2ED74F">Div</div>

This div border color is #2ED74F.


Opacity

.myOpacity80 { color: #2ED74F; opacity: 0.8; }

<p style="color:#2ED74F;opacity:0.8;">80%</p>

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

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

This text has shadow with #2ED74F color.

.textShadow {text-shadow: 3px 3px 1px #2ED74F, 3px 3px 1px red;}

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

This text has shadow with #2ED74F primary color and red secondary color.


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

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

This text has shadow with #2ED74F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2ED74F on black background.


Color preview on white background

This text has color #2ED74F on white background.



Black color preview on #2ED74F background

This text has black color on #2ED74F background.


White color preview on #2ED74F background

This text has white color on #2ED74F background.