COLOR #2EBE59

HEX: #2EBE59
RGB: (46,190,89)

Renk bilgisi

#2EBE59 contains mainly green color. #2EBE59 ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#2EBE59 color RGB value is (46,190,89).

  • kırmız ton 46;
  • yeşil ton 190;
  • mavi ton 89.
RGB:
(46,190,89)
(18%,75%,35%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 190 of 255 = 75%
B 89 of 255 = 35%

46
190
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 190 + 89 = 325 (100%)
R 46 of 325 ~ 14.15%
G 190 of 325 ~ 58.46%
B 89 of 325 ~ 27.38%

%14.15
%58.46
%27.38

CMYK RENK MODELİ

#2EBE59 rengi CMYK tonu (76,0,53,25).

  • camgöbeği tonu 75.79%
  • eflatun tonu 0.00%
  • sarı tonu 53.16%
  • ana renk tonu 25.49%
CMYK:
(76,0,53,25)
C76M0Y53K25 
(76%,0%,53%,25%)
(0.76/0.00/0.53/0.25)	

CMYK yüzdeleri

%75.79
%0
%53.16
%25.49

Codes

Color #2EBE59 in popluar color models

2EBE59
RGB4619089
HSL138°61.02%46.27%
HSB/HSV138°75.79%74.51%
CMYK75.79%0.00%53.16%
25.49%

Color #2EBE59 in popluar number systems.

HEX2EBE59
Decimal4619089
Binary101110101111101011001
Octal56276131

Shades and tints

Shades of #2EBE59

#2EBE59
(46,190,89)
#2AAD51
(42,173,81)
#269C49
(38,156,73)
#228B41
(34,139,65)
#1E7A39
(30,122,57)
#1A6931
(26,105,49)
#165829
(22,88,41)
#124721
(18,71,33)
#0E3619
(14,54,25)
#0A2511
(10,37,17)
#061409
(6,20,9)
#000000
(0,0,0)

Tints of #2EBE59

#2EBE59
(46,190,89)
#41C368
(65,195,104)
#54C877
(84,200,119)
#67CD86
(103,205,134)
#7AD295
(122,210,149)
#8DD7A4
(141,215,164)
#A0DCB3
(160,220,179)
#B3E1C2
(179,225,194)
#C6E6D1
(198,230,209)
#D9EBE0
(217,235,224)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EBE59 color. Also use rgb(46,190,89) instead hex code.

Text Font Color

.myTextColor { color: #2EBE59; }

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

This text font color is #2EBE59.


Background Color

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

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

This div background color is #2EBE59.


Border color

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

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

This div border color is #2EBE59.


Opacity

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

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

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

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

This text has shadow with #2EBE59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EBE59 on black background.


Color preview on white background

This text has color #2EBE59 on white background.



Black color preview on #2EBE59 background

This text has black color on #2EBE59 background.


White color preview on #2EBE59 background

This text has white color on #2EBE59 background.