COLOR #46E289

HEX: #46E289
RGB: (70,226,137)

Color info

#46E289 contains mainly green color. Web safe color of #46E289 is #33CC99 (or #3C9).

RGB color model

#46E289 color RGB value is (70,226,137).

  • red value is 70;
  • green value is 226;
  • blue value is 137.
RGB:
(70,226,137)
(27%,89%,54%)

RGB channels and saturation

R 70 of 255 = 27%
G 226 of 255 = 89%
B 137 of 255 = 54%

70
226
137

R + G + B ~ 57%. #46E289 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 226 + 137 = 433 (100%)
R 70 of 433 ~ 16.17%
G 226 of 433 ~ 52.19%
B 137 of 433 ~ 31.64%

%16.17
%52.19
%31.64

CMYK color model

#46E289 color CMYK value is (69,0,39,11).

  • cyan value is 69.03%
  • magenta value is 0.00%
  • yellow value is 39.38%
  • key color value is 11.37%
CMYK:
(69,0,39,11)
C69M0Y39K11 
(69%,0%,39%,11%)
(0.69/0.00/0.39/0.11)	

CMYK percentages

%69.03
%0
%39.38
%11.37

Codes

Color #46E289 in popluar color models

46E289
RGB70226137
HSL146°72.90%58.04%
HSB/HSV146°69.03%88.63%
CMYK69.03%0.00%39.38%
11.37%

Color #46E289 in popluar number systems.

HEX46E289
Decimal70226137
Binary10001101110001010001001
Octal106342211

Shades and tints

Shades of #46E289

#46E289
(70,226,137)
#40CE7D
(64,206,125)
#3ABA71
(58,186,113)
#34A665
(52,166,101)
#2E9259
(46,146,89)
#287E4D
(40,126,77)
#226A41
(34,106,65)
#1C5635
(28,86,53)
#164229
(22,66,41)
#102E1D
(16,46,29)
#0A1A11
(10,26,17)
#000000
(0,0,0)

Tints of #46E289

#46E289
(70,226,137)
#56E493
(86,228,147)
#66E69D
(102,230,157)
#76E8A7
(118,232,167)
#86EAB1
(134,234,177)
#96ECBB
(150,236,187)
#A6EEC5
(166,238,197)
#B6F0CF
(182,240,207)
#C6F2D9
(198,242,217)
#D6F4E3
(214,244,227)
#E6F6ED
(230,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46E289 color. Also use rgb(70,226,137) instead hex code.

Text Font Color

.myTextColor { color: #46E289; }

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

This text font color is #46E289.


Background Color

.myBgColor { background-color: #46E289; }

<div style="background-color:#46E289">Inner text</div>

This div background color is #46E289.


Border color

.myBorderColor { border: 1px solid #46E289; }

<div style="border:3px solid #46E289">Div</div>

This div border color is #46E289.


Opacity

.myOpacity80 { color: #46E289; opacity: 0.8; }

<p style="color:#46E289;opacity:0.8;">80%</p>

Text with #46E289 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 #46E289;}

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

This text has shadow with #46E289 color.

.textShadow {text-shadow: 3px 3px 1px #46E289, 3px 3px 1px red;}

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

This text has shadow with #46E289 primary color and red secondary color.


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

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

This text has shadow with #46E289 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46E289 on black background.


Color preview on white background

This text has color #46E289 on white background.



Black color preview on #46E289 background

This text has black color on #46E289 background.


White color preview on #46E289 background

This text has white color on #46E289 background.