COLOR #2EDD4D

HEX: #2EDD4D
RGB: (46,221,77)

Renk bilgisi

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

RGB renk modeli

#2EDD4D color RGB value is (46,221,77).

  • kırmız ton 46;
  • yeşil ton 221;
  • mavi ton 77.
RGB:
(46,221,77)
(18%,87%,30%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 221 of 255 = 87%
B 77 of 255 = 30%

46
221
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 221 + 77 = 344 (100%)
R 46 of 344 ~ 13.37%
G 221 of 344 ~ 64.24%
B 77 of 344 ~ 22.38%

%13.37
%64.24
%22.38

CMYK RENK MODELİ

#2EDD4D rengi CMYK tonu (79,0,65,13).

  • camgöbeği tonu 79.19%
  • eflatun tonu 0.00%
  • sarı tonu 65.16%
  • ana renk tonu 13.33%
CMYK:
(79,0,65,13)
C79M0Y65K13 
(79%,0%,65%,13%)
(0.79/0.00/0.65/0.13)	

CMYK yüzdeleri

%79.19
%0
%65.16
%13.33

Codes

Color #2EDD4D in popluar color models

2EDD4D
RGB4622177
HSL131°72.02%52.35%
HSB/HSV131°79.19%86.67%
CMYK79.19%0.00%65.16%
13.33%

Color #2EDD4D in popluar number systems.

HEX2EDD4D
Decimal4622177
Binary101110110111011001101
Octal56335115

Shades and tints

Shades of #2EDD4D

#2EDD4D
(46,221,77)
#2AC946
(42,201,70)
#26B53F
(38,181,63)
#22A138
(34,161,56)
#1E8D31
(30,141,49)
#1A792A
(26,121,42)
#166523
(22,101,35)
#12511C
(18,81,28)
#0E3D15
(14,61,21)
#0A290E
(10,41,14)
#061507
(6,21,7)
#000000
(0,0,0)

Tints of #2EDD4D

#2EDD4D
(46,221,77)
#41E05D
(65,224,93)
#54E36D
(84,227,109)
#67E67D
(103,230,125)
#7AE98D
(122,233,141)
#8DEC9D
(141,236,157)
#A0EFAD
(160,239,173)
#B3F2BD
(179,242,189)
#C6F5CD
(198,245,205)
#D9F8DD
(217,248,221)
#ECFBED
(236,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EDD4D; }

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

This text font color is #2EDD4D.


Background Color

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

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

This div background color is #2EDD4D.


Border color

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

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

This div border color is #2EDD4D.


Opacity

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

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

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

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

This text has shadow with #2EDD4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EDD4D on black background.


Color preview on white background

This text has color #2EDD4D on white background.



Black color preview on #2EDD4D background

This text has black color on #2EDD4D background.


White color preview on #2EDD4D background

This text has white color on #2EDD4D background.