COLOR #2EED33

HEX: #2EED33
RGB: (46,237,51)

Color info

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

RGB color model

#2EED33 color RGB value is (46,237,51).

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

RGB channels and saturation

R 46 of 255 = 18%
G 237 of 255 = 93%
B 51 of 255 = 20%

46
237
51

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

Portions of RGB colors in percentages

R + G + B =
46 + 237 + 51 = 334 (100%)
R 46 of 334 ~ 13.77%
G 237 of 334 ~ 70.96%
B 51 of 334 ~ 15.27%

%13.77
%70.96
%15.27

CMYK color model

#2EED33 color CMYK value is (81,0,78,7).

  • cyan value is 80.59%
  • magenta value is 0.00%
  • yellow value is 78.48%
  • key color value is 7.06%
CMYK:
(81,0,78,7)
C81M0Y78K7 
(81%,0%,78%,7%)
(0.81/0.00/0.78/0.07)	

CMYK percentages

%80.59
%0
%78.48
%7.06

Codes

Color #2EED33 in popluar color models

2EED33
RGB4623751
HSL122°84.14%55.49%
HSB/HSV122°80.59%92.94%
CMYK80.59%0.00%78.48%
7.06%

Color #2EED33 in popluar number systems.

HEX2EED33
Decimal4623751
Binary10111011101101110011
Octal5635563

Shades and tints

Shades of #2EED33

#2EED33
(46,237,51)
#2AD82F
(42,216,47)
#26C32B
(38,195,43)
#22AE27
(34,174,39)
#1E9923
(30,153,35)
#1A841F
(26,132,31)
#166F1B
(22,111,27)
#125A17
(18,90,23)
#0E4513
(14,69,19)
#0A300F
(10,48,15)
#061B0B
(6,27,11)
#000000
(0,0,0)

Tints of #2EED33

#2EED33
(46,237,51)
#41EE45
(65,238,69)
#54EF57
(84,239,87)
#67F069
(103,240,105)
#7AF17B
(122,241,123)
#8DF28D
(141,242,141)
#A0F39F
(160,243,159)
#B3F4B1
(179,244,177)
#C6F5C3
(198,245,195)
#D9F6D5
(217,246,213)
#ECF7E7
(236,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EED33; }

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

This text font color is #2EED33.


Background Color

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

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

This div background color is #2EED33.


Border color

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

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

This div border color is #2EED33.


Opacity

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

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

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

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

This text has shadow with #2EED33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EED33 on black background.


Color preview on white background

This text has color #2EED33 on white background.



Black color preview on #2EED33 background

This text has black color on #2EED33 background.


White color preview on #2EED33 background

This text has white color on #2EED33 background.