COLOR #2EBE32

HEX: #2EBE32
RGB: (46,190,50)

Color info

#2EBE32 contains mainly green color. Web safe color of #2EBE32 is #33CC33 (or #3C3).

RGB color model

#2EBE32 color RGB value is (46,190,50).

  • red value is 46;
  • green value is 190;
  • blue value is 50.
RGB:
(46,190,50)
(18%,75%,20%)

RGB channels and saturation

R 46 of 255 = 18%
G 190 of 255 = 75%
B 50 of 255 = 20%

46
190
50

R + G + B ~ 38%. #2EBE32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 190 + 50 = 286 (100%)
R 46 of 286 ~ 16.08%
G 190 of 286 ~ 66.43%
B 50 of 286 ~ 17.48%

%16.08
%66.43
%17.48

CMYK color model

#2EBE32 color CMYK value is (76,0,74,25).

  • cyan value is 75.79%
  • magenta value is 0.00%
  • yellow value is 73.68%
  • key color value is 25.49%
CMYK:
(76,0,74,25)
C76M0Y74K25 
(76%,0%,74%,25%)
(0.76/0.00/0.74/0.25)	

CMYK percentages

%75.79
%0
%73.68
%25.49

Codes

Color #2EBE32 in popluar color models

2EBE32
RGB4619050
HSL122°61.02%46.27%
HSB/HSV122°75.79%74.51%
CMYK75.79%0.00%73.68%
25.49%

Color #2EBE32 in popluar number systems.

HEX2EBE32
Decimal4619050
Binary10111010111110110010
Octal5627662

Shades and tints

Shades of #2EBE32

#2EBE32
(46,190,50)
#2AAD2E
(42,173,46)
#269C2A
(38,156,42)
#228B26
(34,139,38)
#1E7A22
(30,122,34)
#1A691E
(26,105,30)
#16581A
(22,88,26)
#124716
(18,71,22)
#0E3612
(14,54,18)
#0A250E
(10,37,14)
#06140A
(6,20,10)
#000000
(0,0,0)

Tints of #2EBE32

#2EBE32
(46,190,50)
#41C344
(65,195,68)
#54C856
(84,200,86)
#67CD68
(103,205,104)
#7AD27A
(122,210,122)
#8DD78C
(141,215,140)
#A0DC9E
(160,220,158)
#B3E1B0
(179,225,176)
#C6E6C2
(198,230,194)
#D9EBD4
(217,235,212)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EBE32; }

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

This text font color is #2EBE32.


Background Color

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

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

This div background color is #2EBE32.


Border color

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

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

This div border color is #2EBE32.


Opacity

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

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

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

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

This text has shadow with #2EBE32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EBE32 on black background.


Color preview on white background

This text has color #2EBE32 on white background.



Black color preview on #2EBE32 background

This text has black color on #2EBE32 background.


White color preview on #2EBE32 background

This text has white color on #2EBE32 background.