COLOR #2EAD37

HEX: #2EAD37
RGB: (46,173,55)

Renk bilgisi

#2EAD37 contains mainly green color. #2EAD37 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#2EAD37 color RGB value is (46,173,55).

  • kırmız ton 46;
  • yeşil ton 173;
  • mavi ton 55.
RGB:
(46,173,55)
(18%,68%,22%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 173 of 255 = 68%
B 55 of 255 = 22%

46
173
55

R + G + B ~ 36%. #2EAD37 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 173 + 55 = 274 (100%)
R 46 of 274 ~ 16.79%
G 173 of 274 ~ 63.14%
B 55 of 274 ~ 20.07%

%16.79
%63.14
%20.07

CMYK RENK MODELİ

#2EAD37 rengi CMYK tonu (73,0,68,32).

  • camgöbeği tonu 73.41%
  • eflatun tonu 0.00%
  • sarı tonu 68.21%
  • ana renk tonu 32.16%
CMYK:
(73,0,68,32)
C73M0Y68K32 
(73%,0%,68%,32%)
(0.73/0.00/0.68/0.32)	

CMYK yüzdeleri

%73.41
%0
%68.21
%32.16

Codes

Color #2EAD37 in popluar color models

2EAD37
RGB4617355
HSL124°57.99%42.94%
HSB/HSV124°73.41%67.84%
CMYK73.41%0.00%68.21%
32.16%

Color #2EAD37 in popluar number systems.

HEX2EAD37
Decimal4617355
Binary10111010101101110111
Octal5625567

Shades and tints

Shades of #2EAD37

#2EAD37
(46,173,55)
#2A9E32
(42,158,50)
#268F2D
(38,143,45)
#228028
(34,128,40)
#1E7123
(30,113,35)
#1A621E
(26,98,30)
#165319
(22,83,25)
#124414
(18,68,20)
#0E350F
(14,53,15)
#0A260A
(10,38,10)
#061705
(6,23,5)
#000000
(0,0,0)

Tints of #2EAD37

#2EAD37
(46,173,55)
#41B449
(65,180,73)
#54BB5B
(84,187,91)
#67C26D
(103,194,109)
#7AC97F
(122,201,127)
#8DD091
(141,208,145)
#A0D7A3
(160,215,163)
#B3DEB5
(179,222,181)
#C6E5C7
(198,229,199)
#D9ECD9
(217,236,217)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EAD37; }

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

This text font color is #2EAD37.


Background Color

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

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

This div background color is #2EAD37.


Border color

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

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

This div border color is #2EAD37.


Opacity

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

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

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

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

This text has shadow with #2EAD37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EAD37 on black background.


Color preview on white background

This text has color #2EAD37 on white background.



Black color preview on #2EAD37 background

This text has black color on #2EAD37 background.


White color preview on #2EAD37 background

This text has white color on #2EAD37 background.