COLOR #2EB965

HEX: #2EB965 RGB: (46,185,101)

Color info

#2EB965 contains mainly green color. Web safe color of #2EB965 is #33CC66 (or #3C6).

RGB color model

#2EB965 color RGB value is (46,185,101).

RGB: (46,185,101) (18%, 73%, 40%)

RGB channels and saturation

R 46 of 255 = 18%
G 185 of 255 = 73%
B 101 of 255 = 40%

46
185
101

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

Portions of RGB colors in percentages

R + G + B = 46 + 185 + 101 = 332 (100%)
R 46 of 332 ~ 13.86%
G 185 of 332 ~ 55.72%
B 101 of 332 ~ 30.42'%

%13.86
%55.72
%30.42

CMYK color model

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

  • cyan value is 75.14%
  • magenta value is 0.00%
  • yellow value is 45.41%
  • key color value is 27.45%

CMYK: (75,0,45,27)
C75M0Y45K27 (75%, 0%, 45%, 27%)
(0.75 / 0.00 / 0.45 / 0.27)

CMYK percentages

%75.14
%0
%45.41
%27.45

Codes

Color #2EB965 in popluar color models

2E B9 65
RGB 46 185 101
HSL 144° 60.17% 45.29%
HSB/HSV 144° 75.14% 72.55%
CMYK 75.14% 0.00% 45.41%
27.45%

Color #2EB965 in popluar number systems.

HEX 2E B9 65
Decimal 46 185 101
Binary 101110 10111001 1100101
Octal 56 271 145

Shades and tints

Shades of #2EB965

#2EB965
(46,185,101)
#2AA95C
(42,169,92)
#269953
(38,153,83)
#22894A
(34,137,74)
#1E7941
(30,121,65)
#1A6938
(26,105,56)
#16592F
(22,89,47)
#124926
(18,73,38)
#0E391D
(14,57,29)
#0A2914
(10,41,20)
#06190B
(6,25,11)
#000000
(0,0,0)

Tints of #2EB965

#2EB965
(46,185,101)
#41BF73
(65,191,115)
#54C581
(84,197,129)
#67CB8F
(103,203,143)
#7AD19D
(122,209,157)
#8DD7AB
(141,215,171)
#A0DDB9
(160,221,185)
#B3E3C7
(179,227,199)
#C6E9D5
(198,233,213)
#D9EFE3
(217,239,227)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2EB965; }

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

This text font color is #2EB965.

Background Color

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

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

This div background color is #2EB965.

Border color

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

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

This div border color is #2EB965.

Opacity

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

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

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

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

This text has shadow with #2EB965 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2EB965.

Preview

Color preview on black background

This text has color #2EB965 on black background.


Color preview on white background

This text has color #2EB965 on white background.


Black color preview on #2EB965 background

This text has black color on #2EB965 background.


White color preview on #2EB965 background

This text has white color on #2EB965 background.


Related colors

Complementary color

Complementary color for #hex is #D1469A.


I love getcolorcode.com

Triadic colors

1 #652EB9 and #B9652E with #2EB965 are triadic colors.

2 #65B92E and #B92E65 with #2EB965 are triadic colors.