COLOR #46D261

HEX: #46D261
RGB: (70,210,97)

Color info

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

RGB color model

#46D261 color RGB value is (70,210,97).

  • red value is 70;
  • green value is 210;
  • blue value is 97.
RGB:
(70,210,97)
(27%,82%,38%)

RGB channels and saturation

R 70 of 255 = 27%
G 210 of 255 = 82%
B 97 of 255 = 38%

70
210
97

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

Portions of RGB colors in percentages

R + G + B =
70 + 210 + 97 = 377 (100%)
R 70 of 377 ~ 18.57%
G 210 of 377 ~ 55.7%
B 97 of 377 ~ 25.73%

%18.57
%55.7
%25.73

CMYK color model

#46D261 color CMYK value is (67,0,54,18).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 53.81%
  • key color value is 17.65%
CMYK:
(67,0,54,18)
C67M0Y54K18 
(67%,0%,54%,18%)
(0.67/0.00/0.54/0.18)	

CMYK percentages

%66.67
%0
%53.81
%17.65

Codes

Color #46D261 in popluar color models

46D261
RGB7021097
HSL132°60.87%54.90%
HSB/HSV132°66.67%82.35%
CMYK66.67%0.00%53.81%
17.65%

Color #46D261 in popluar number systems.

HEX46D261
Decimal7021097
Binary1000110110100101100001
Octal106322141

Shades and tints

Shades of #46D261

#46D261
(70,210,97)
#40BF59
(64,191,89)
#3AAC51
(58,172,81)
#349949
(52,153,73)
#2E8641
(46,134,65)
#287339
(40,115,57)
#226031
(34,96,49)
#1C4D29
(28,77,41)
#163A21
(22,58,33)
#102719
(16,39,25)
#0A1411
(10,20,17)
#000000
(0,0,0)

Tints of #46D261

#46D261
(70,210,97)
#56D66F
(86,214,111)
#66DA7D
(102,218,125)
#76DE8B
(118,222,139)
#86E299
(134,226,153)
#96E6A7
(150,230,167)
#A6EAB5
(166,234,181)
#B6EEC3
(182,238,195)
#C6F2D1
(198,242,209)
#D6F6DF
(214,246,223)
#E6FAED
(230,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46D261 color. Also use rgb(70,210,97) instead hex code.

Text Font Color

.myTextColor { color: #46D261; }

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

This text font color is #46D261.


Background Color

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

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

This div background color is #46D261.


Border color

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

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

This div border color is #46D261.


Opacity

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

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

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

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

This text has shadow with #46D261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46D261 on black background.


Color preview on white background

This text has color #46D261 on white background.



Black color preview on #46D261 background

This text has black color on #46D261 background.


White color preview on #46D261 background

This text has white color on #46D261 background.