COLOR #2EED37

HEX: #2EED37
RGB: (46,237,55)

Color info

#2EED37 contains mainly green color. Web safe color of #2EED37 is #33FF33 (or #3F3).

RGB color model

#2EED37 color RGB value is (46,237,55).

  • red value is 46;
  • green value is 237;
  • blue value is 55.
RGB:
(46,237,55)
(18%,93%,22%)

RGB channels and saturation

R 46 of 255 = 18%
G 237 of 255 = 93%
B 55 of 255 = 22%

46
237
55

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

Portions of RGB colors in percentages

R + G + B =
46 + 237 + 55 = 338 (100%)
R 46 of 338 ~ 13.61%
G 237 of 338 ~ 70.12%
B 55 of 338 ~ 16.27%

%13.61
%70.12
%16.27

CMYK color model

#2EED37 color CMYK value is (81,0,77,7).

  • cyan value is 80.59%
  • magenta value is 0.00%
  • yellow value is 76.79%
  • key color value is 7.06%
CMYK:
(81,0,77,7)
C81M0Y77K7 
(81%,0%,77%,7%)
(0.81/0.00/0.77/0.07)	

CMYK percentages

%80.59
%0
%76.79
%7.06

Codes

Color #2EED37 in popluar color models

2EED37
RGB4623755
HSL123°84.14%55.49%
HSB/HSV123°80.59%92.94%
CMYK80.59%0.00%76.79%
7.06%

Color #2EED37 in popluar number systems.

HEX2EED37
Decimal4623755
Binary10111011101101110111
Octal5635567

Shades and tints

Shades of #2EED37

#2EED37
(46,237,55)
#2AD832
(42,216,50)
#26C32D
(38,195,45)
#22AE28
(34,174,40)
#1E9923
(30,153,35)
#1A841E
(26,132,30)
#166F19
(22,111,25)
#125A14
(18,90,20)
#0E450F
(14,69,15)
#0A300A
(10,48,10)
#061B05
(6,27,5)
#000000
(0,0,0)

Tints of #2EED37

#2EED37
(46,237,55)
#41EE49
(65,238,73)
#54EF5B
(84,239,91)
#67F06D
(103,240,109)
#7AF17F
(122,241,127)
#8DF291
(141,242,145)
#A0F3A3
(160,243,163)
#B3F4B5
(179,244,181)
#C6F5C7
(198,245,199)
#D9F6D9
(217,246,217)
#ECF7EB
(236,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EED37; }

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

This text font color is #2EED37.


Background Color

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

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

This div background color is #2EED37.


Border color

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

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

This div border color is #2EED37.


Opacity

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

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

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

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

This text has shadow with #2EED37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EED37 on black background.


Color preview on white background

This text has color #2EED37 on white background.



Black color preview on #2EED37 background

This text has black color on #2EED37 background.


White color preview on #2EED37 background

This text has white color on #2EED37 background.