COLOR #2EB489

HEX: #2EB489
RGB: (46,180,137)

Renk bilgisi

#2EB489 contains mainly green and blue colors. #2EB489 ‘ nin web güvenlik rengi #33CC99 (ya da #3C9) dir.

RGB renk modeli

#2EB489 color RGB value is (46,180,137).

  • kırmız ton 46;
  • yeşil ton 180;
  • mavi ton 137.
RGB:
(46,180,137)
(18%,71%,54%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 180 of 255 = 71%
B 137 of 255 = 54%

46
180
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 180 + 137 = 363 (100%)
R 46 of 363 ~ 12.67%
G 180 of 363 ~ 49.59%
B 137 of 363 ~ 37.74%

%12.67
%49.59
%37.74

CMYK RENK MODELİ

#2EB489 rengi CMYK tonu (74,0,24,29).

  • camgöbeği tonu 74.44%
  • eflatun tonu 0.00%
  • sarı tonu 23.89%
  • ana renk tonu 29.41%
CMYK:
(74,0,24,29)
C74M0Y24K29 
(74%,0%,24%,29%)
(0.74/0.00/0.24/0.29)	

CMYK yüzdeleri

%74.44
%0
%23.89
%29.41

Codes

Color #2EB489 in popluar color models

2EB489
RGB46180137
HSL161°59.29%44.31%
HSB/HSV161°74.44%70.59%
CMYK74.44%0.00%23.89%
29.41%

Color #2EB489 in popluar number systems.

HEX2EB489
Decimal46180137
Binary1011101011010010001001
Octal56264211

Shades and tints

Shades of #2EB489

#2EB489
(46,180,137)
#2AA47D
(42,164,125)
#269471
(38,148,113)
#228465
(34,132,101)
#1E7459
(30,116,89)
#1A644D
(26,100,77)
#165441
(22,84,65)
#124435
(18,68,53)
#0E3429
(14,52,41)
#0A241D
(10,36,29)
#061411
(6,20,17)
#000000
(0,0,0)

Tints of #2EB489

#2EB489
(46,180,137)
#41BA93
(65,186,147)
#54C09D
(84,192,157)
#67C6A7
(103,198,167)
#7ACCB1
(122,204,177)
#8DD2BB
(141,210,187)
#A0D8C5
(160,216,197)
#B3DECF
(179,222,207)
#C6E4D9
(198,228,217)
#D9EAE3
(217,234,227)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EB489; }

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

This text font color is #2EB489.


Background Color

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

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

This div background color is #2EB489.


Border color

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

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

This div border color is #2EB489.


Opacity

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

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

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

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

This text has shadow with #2EB489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EB489 on black background.


Color preview on white background

This text has color #2EB489 on white background.



Black color preview on #2EB489 background

This text has black color on #2EB489 background.


White color preview on #2EB489 background

This text has white color on #2EB489 background.