COLOR #46EF20

HEX: #46EF20
RGB: (70,239,32)

Color info

#46EF20 contains mainly green color. Web safe color of #46EF20 is #33FF33 (or #3F3).

RGB color model

#46EF20 color RGB value is (70,239,32).

  • red value is 70;
  • green value is 239;
  • blue value is 32.
RGB:
(70,239,32)
(27%,94%,13%)

RGB channels and saturation

R 70 of 255 = 27%
G 239 of 255 = 94%
B 32 of 255 = 13%

70
239
32

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

Portions of RGB colors in percentages

R + G + B =
70 + 239 + 32 = 341 (100%)
R 70 of 341 ~ 20.53%
G 239 of 341 ~ 70.09%
B 32 of 341 ~ 9.38%

%20.53
%70.09

CMYK color model

#46EF20 color CMYK value is (71,0,87,6).

  • cyan value is 70.71%
  • magenta value is 0.00%
  • yellow value is 86.61%
  • key color value is 6.27%
CMYK:
(71,0,87,6)
C71M0Y87K6 
(71%,0%,87%,6%)
(0.71/0.00/0.87/0.06)	

CMYK percentages

%70.71
%0
%86.61
%6.27

Codes

Color #46EF20 in popluar color models

46EF20
RGB7023932
HSL109°86.61%53.14%
HSB/HSV109°86.61%93.73%
CMYK70.71%0.00%86.61%
6.27%

Color #46EF20 in popluar number systems.

HEX46EF20
Decimal7023932
Binary100011011101111100000
Octal10635740

Shades and tints

Shades of #46EF20

#46EF20
(70,239,32)
#40DA1E
(64,218,30)
#3AC51C
(58,197,28)
#34B01A
(52,176,26)
#2E9B18
(46,155,24)
#288616
(40,134,22)
#227114
(34,113,20)
#1C5C12
(28,92,18)
#164710
(22,71,16)
#10320E
(16,50,14)
#0A1D0C
(10,29,12)
#000000
(0,0,0)

Tints of #46EF20

#46EF20
(70,239,32)
#56F034
(86,240,52)
#66F148
(102,241,72)
#76F25C
(118,242,92)
#86F370
(134,243,112)
#96F484
(150,244,132)
#A6F598
(166,245,152)
#B6F6AC
(182,246,172)
#C6F7C0
(198,247,192)
#D6F8D4
(214,248,212)
#E6F9E8
(230,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46EF20 color. Also use rgb(70,239,32) instead hex code.

Text Font Color

.myTextColor { color: #46EF20; }

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

This text font color is #46EF20.


Background Color

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

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

This div background color is #46EF20.


Border color

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

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

This div border color is #46EF20.


Opacity

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

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

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

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

This text has shadow with #46EF20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46EF20 on black background.


Color preview on white background

This text has color #46EF20 on white background.



Black color preview on #46EF20 background

This text has black color on #46EF20 background.


White color preview on #46EF20 background

This text has white color on #46EF20 background.