COLOR #2EBB2E

HEX: #2EBB2E
RGB: (46,187,46)

Color info

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

RGB color model

#2EBB2E color RGB value is (46,187,46).

  • red value is 46;
  • green value is 187;
  • blue value is 46.
RGB:
(46,187,46)
(18%,73%,18%)

RGB channels and saturation

R 46 of 255 = 18%
G 187 of 255 = 73%
B 46 of 255 = 18%

46
187
46

R + G + B ~ 36%. #2EBB2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 187 + 46 = 279 (100%)
R 46 of 279 ~ 16.49%
G 187 of 279 ~ 67.03%
B 46 of 279 ~ 16.49%

%16.49
%67.03
%16.49

CMYK color model

#2EBB2E color CMYK value is (75,0,75,27).

  • cyan value is 75.40%
  • magenta value is 0.00%
  • yellow value is 75.40%
  • key color value is 26.67%
CMYK:
(75,0,75,27)
C75M0Y75K27 
(75%,0%,75%,27%)
(0.75/0.00/0.75/0.27)	

CMYK percentages

%75.4
%0
%75.4
%26.67

Codes

Color #2EBB2E in popluar color models

2EBB2E
RGB4618746
HSL120°60.52%45.69%
HSB/HSV120°75.40%73.33%
CMYK75.40%0.00%75.40%
26.67%

Color #2EBB2E in popluar number systems.

HEX2EBB2E
Decimal4618746
Binary10111010111011101110
Octal5627356

Shades and tints

Shades of #2EBB2E

#2EBB2E
(46,187,46)
#2AAA2A
(42,170,42)
#269926
(38,153,38)
#228822
(34,136,34)
#1E771E
(30,119,30)
#1A661A
(26,102,26)
#165516
(22,85,22)
#124412
(18,68,18)
#0E330E
(14,51,14)
#0A220A
(10,34,10)
#061106
(6,17,6)
#000000
(0,0,0)

Tints of #2EBB2E

#2EBB2E
(46,187,46)
#41C141
(65,193,65)
#54C754
(84,199,84)
#67CD67
(103,205,103)
#7AD37A
(122,211,122)
#8DD98D
(141,217,141)
#A0DFA0
(160,223,160)
#B3E5B3
(179,229,179)
#C6EBC6
(198,235,198)
#D9F1D9
(217,241,217)
#ECF7EC
(236,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EBB2E; }

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

This text font color is #2EBB2E.


Background Color

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

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

This div background color is #2EBB2E.


Border color

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

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

This div border color is #2EBB2E.


Opacity

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

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

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

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

This text has shadow with #2EBB2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EBB2E on black background.


Color preview on white background

This text has color #2EBB2E on white background.



Black color preview on #2EBB2E background

This text has black color on #2EBB2E background.


White color preview on #2EBB2E background

This text has white color on #2EBB2E background.