COLOR #2ED42E

HEX: #2ED42E
RGB: (46,212,46)

Renk bilgisi

#2ED42E contains mainly green color. #2ED42E ‘ nin web güvenlik rengi #33CC33 (ya da #3C3) dir.

RGB renk modeli

#2ED42E color RGB value is (46,212,46).

  • kırmız ton 46;
  • yeşil ton 212;
  • mavi ton 46.
RGB:
(46,212,46)
(18%,83%,18%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 212 of 255 = 83%
B 46 of 255 = 18%

46
212
46

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

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 212 + 46 = 304 (100%)
R 46 of 304 ~ 15.13%
G 212 of 304 ~ 69.74%
B 46 of 304 ~ 15.13%

%15.13
%69.74
%15.13

CMYK RENK MODELİ

#2ED42E rengi CMYK tonu (78,0,78,17).

  • camgöbeği tonu 78.30%
  • eflatun tonu 0.00%
  • sarı tonu 78.30%
  • ana renk tonu 16.86%
CMYK:
(78,0,78,17)
C78M0Y78K17 
(78%,0%,78%,17%)
(0.78/0.00/0.78/0.17)	

CMYK yüzdeleri

%78.3
%0
%78.3
%16.86

Codes

Color #2ED42E in popluar color models

2ED42E
RGB4621246
HSL120°65.87%50.59%
HSB/HSV120°78.30%83.14%
CMYK78.30%0.00%78.30%
16.86%

Color #2ED42E in popluar number systems.

HEX2ED42E
Decimal4621246
Binary10111011010100101110
Octal5632456

Shades and tints

Shades of #2ED42E

#2ED42E
(46,212,46)
#2AC12A
(42,193,42)
#26AE26
(38,174,38)
#229B22
(34,155,34)
#1E881E
(30,136,30)
#1A751A
(26,117,26)
#166216
(22,98,22)
#124F12
(18,79,18)
#0E3C0E
(14,60,14)
#0A290A
(10,41,10)
#061606
(6,22,6)
#000000
(0,0,0)

Tints of #2ED42E

#2ED42E
(46,212,46)
#41D741
(65,215,65)
#54DA54
(84,218,84)
#67DD67
(103,221,103)
#7AE07A
(122,224,122)
#8DE38D
(141,227,141)
#A0E6A0
(160,230,160)
#B3E9B3
(179,233,179)
#C6ECC6
(198,236,198)
#D9EFD9
(217,239,217)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2ED42E; }

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

This text font color is #2ED42E.


Background Color

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

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

This div background color is #2ED42E.


Border color

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

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

This div border color is #2ED42E.


Opacity

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

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

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

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

This text has shadow with #2ED42E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2ED42E on black background.


Color preview on white background

This text has color #2ED42E on white background.



Black color preview on #2ED42E background

This text has black color on #2ED42E background.


White color preview on #2ED42E background

This text has white color on #2ED42E background.