COLOR #2EF250

HEX: #2EF250
RGB: (46,242,80)

Renk bilgisi

#2EF250 contains mainly green color. #2EF250 ‘ nin web güvenlik rengi #33FF66 (ya da #3F6) dir.

RGB renk modeli

#2EF250 color RGB value is (46,242,80).

  • kırmız ton 46;
  • yeşil ton 242;
  • mavi ton 80.
RGB:
(46,242,80)
(18%,95%,31%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 242 of 255 = 95%
B 80 of 255 = 31%

46
242
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 242 + 80 = 368 (100%)
R 46 of 368 ~ 12.5%
G 242 of 368 ~ 65.76%
B 80 of 368 ~ 21.74%

%12.5
%65.76
%21.74

CMYK RENK MODELİ

#2EF250 rengi CMYK tonu (81,0,67,5).

  • camgöbeği tonu 80.99%
  • eflatun tonu 0.00%
  • sarı tonu 66.94%
  • ana renk tonu 5.10%
CMYK:
(81,0,67,5)
C81M0Y67K5 
(81%,0%,67%,5%)
(0.81/0.00/0.67/0.05)	

CMYK yüzdeleri

%80.99
%0
%66.94
%5.1

Codes

Color #2EF250 in popluar color models

2EF250
RGB4624280
HSL130°88.29%56.47%
HSB/HSV130°80.99%94.90%
CMYK80.99%0.00%66.94%
5.10%

Color #2EF250 in popluar number systems.

HEX2EF250
Decimal4624280
Binary101110111100101010000
Octal56362120

Shades and tints

Shades of #2EF250

#2EF250
(46,242,80)
#2ADC49
(42,220,73)
#26C642
(38,198,66)
#22B03B
(34,176,59)
#1E9A34
(30,154,52)
#1A842D
(26,132,45)
#166E26
(22,110,38)
#12581F
(18,88,31)
#0E4218
(14,66,24)
#0A2C11
(10,44,17)
#06160A
(6,22,10)
#000000
(0,0,0)

Tints of #2EF250

#2EF250
(46,242,80)
#41F35F
(65,243,95)
#54F46E
(84,244,110)
#67F57D
(103,245,125)
#7AF68C
(122,246,140)
#8DF79B
(141,247,155)
#A0F8AA
(160,248,170)
#B3F9B9
(179,249,185)
#C6FAC8
(198,250,200)
#D9FBD7
(217,251,215)
#ECFCE6
(236,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EF250 color. Also use rgb(46,242,80) instead hex code.

Text Font Color

.myTextColor { color: #2EF250; }

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

This text font color is #2EF250.


Background Color

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

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

This div background color is #2EF250.


Border color

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

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

This div border color is #2EF250.


Opacity

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

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

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

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

This text has shadow with #2EF250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EF250 on black background.


Color preview on white background

This text has color #2EF250 on white background.



Black color preview on #2EF250 background

This text has black color on #2EF250 background.


White color preview on #2EF250 background

This text has white color on #2EF250 background.