COLOR #2EDC49

HEX: #2EDC49
RGB: (46,220,73)

Renk bilgisi

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

RGB renk modeli

#2EDC49 color RGB value is (46,220,73).

  • kırmız ton 46;
  • yeşil ton 220;
  • mavi ton 73.
RGB:
(46,220,73)
(18%,86%,29%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 220 of 255 = 86%
B 73 of 255 = 29%

46
220
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 220 + 73 = 339 (100%)
R 46 of 339 ~ 13.57%
G 220 of 339 ~ 64.9%
B 73 of 339 ~ 21.53%

%13.57
%64.9
%21.53

CMYK RENK MODELİ

#2EDC49 rengi CMYK tonu (79,0,67,14).

  • camgöbeği tonu 79.09%
  • eflatun tonu 0.00%
  • sarı tonu 66.82%
  • ana renk tonu 13.73%
CMYK:
(79,0,67,14)
C79M0Y67K14 
(79%,0%,67%,14%)
(0.79/0.00/0.67/0.14)	

CMYK yüzdeleri

%79.09
%0
%66.82
%13.73

Codes

Color #2EDC49 in popluar color models

2EDC49
RGB4622073
HSL129°71.31%52.16%
HSB/HSV129°79.09%86.27%
CMYK79.09%0.00%66.82%
13.73%

Color #2EDC49 in popluar number systems.

HEX2EDC49
Decimal4622073
Binary101110110111001001001
Octal56334111

Shades and tints

Shades of #2EDC49

#2EDC49
(46,220,73)
#2AC843
(42,200,67)
#26B43D
(38,180,61)
#22A037
(34,160,55)
#1E8C31
(30,140,49)
#1A782B
(26,120,43)
#166425
(22,100,37)
#12501F
(18,80,31)
#0E3C19
(14,60,25)
#0A2813
(10,40,19)
#06140D
(6,20,13)
#000000
(0,0,0)

Tints of #2EDC49

#2EDC49
(46,220,73)
#41DF59
(65,223,89)
#54E269
(84,226,105)
#67E579
(103,229,121)
#7AE889
(122,232,137)
#8DEB99
(141,235,153)
#A0EEA9
(160,238,169)
#B3F1B9
(179,241,185)
#C6F4C9
(198,244,201)
#D9F7D9
(217,247,217)
#ECFAE9
(236,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EDC49; }

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

This text font color is #2EDC49.


Background Color

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

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

This div background color is #2EDC49.


Border color

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

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

This div border color is #2EDC49.


Opacity

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

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

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

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

This text has shadow with #2EDC49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EDC49 on black background.


Color preview on white background

This text has color #2EDC49 on white background.



Black color preview on #2EDC49 background

This text has black color on #2EDC49 background.


White color preview on #2EDC49 background

This text has white color on #2EDC49 background.