COLOR #2EB381

HEX: #2EB381
RGB: (46,179,129)

Renk bilgisi

#2EB381 contains mainly green and blue colors. #2EB381 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#2EB381 color RGB value is (46,179,129).

  • kırmız ton 46;
  • yeşil ton 179;
  • mavi ton 129.
RGB:
(46,179,129)
(18%,70%,51%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 179 of 255 = 70%
B 129 of 255 = 51%

46
179
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 179 + 129 = 354 (100%)
R 46 of 354 ~ 12.99%
G 179 of 354 ~ 50.56%
B 129 of 354 ~ 36.44%

%12.99
%50.56
%36.44

CMYK RENK MODELİ

#2EB381 rengi CMYK tonu (74,0,28,30).

  • camgöbeği tonu 74.30%
  • eflatun tonu 0.00%
  • sarı tonu 27.93%
  • ana renk tonu 29.80%
CMYK:
(74,0,28,30)
C74M0Y28K30 
(74%,0%,28%,30%)
(0.74/0.00/0.28/0.30)	

CMYK yüzdeleri

%74.3
%0
%27.93
%29.8

Codes

Color #2EB381 in popluar color models

2EB381
RGB46179129
HSL157°59.11%44.12%
HSB/HSV157°74.30%70.20%
CMYK74.30%0.00%27.93%
29.80%

Color #2EB381 in popluar number systems.

HEX2EB381
Decimal46179129
Binary1011101011001110000001
Octal56263201

Shades and tints

Shades of #2EB381

#2EB381
(46,179,129)
#2AA376
(42,163,118)
#26936B
(38,147,107)
#228360
(34,131,96)
#1E7355
(30,115,85)
#1A634A
(26,99,74)
#16533F
(22,83,63)
#124334
(18,67,52)
#0E3329
(14,51,41)
#0A231E
(10,35,30)
#061313
(6,19,19)
#000000
(0,0,0)

Tints of #2EB381

#2EB381
(46,179,129)
#41B98C
(65,185,140)
#54BF97
(84,191,151)
#67C5A2
(103,197,162)
#7ACBAD
(122,203,173)
#8DD1B8
(141,209,184)
#A0D7C3
(160,215,195)
#B3DDCE
(179,221,206)
#C6E3D9
(198,227,217)
#D9E9E4
(217,233,228)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EB381; }

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

This text font color is #2EB381.


Background Color

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

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

This div background color is #2EB381.


Border color

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

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

This div border color is #2EB381.


Opacity

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

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

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

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

This text has shadow with #2EB381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EB381 on black background.


Color preview on white background

This text has color #2EB381 on white background.



Black color preview on #2EB381 background

This text has black color on #2EB381 background.


White color preview on #2EB381 background

This text has white color on #2EB381 background.