COLOR #46EF29

HEX: #46EF29
RGB: (70,239,41)

Color info

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

RGB color model

#46EF29 color RGB value is (70,239,41).

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

RGB channels and saturation

R 70 of 255 = 27%
G 239 of 255 = 94%
B 41 of 255 = 16%

70
239
41

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

Portions of RGB colors in percentages

R + G + B =
70 + 239 + 41 = 350 (100%)
R 70 of 350 ~ 20%
G 239 of 350 ~ 68.29%
B 41 of 350 ~ 11.71%

%20
%68.29
%11.71

CMYK color model

#46EF29 color CMYK value is (71,0,83,6).

  • cyan value is 70.71%
  • magenta value is 0.00%
  • yellow value is 82.85%
  • key color value is 6.27%
CMYK:
(71,0,83,6)
C71M0Y83K6 
(71%,0%,83%,6%)
(0.71/0.00/0.83/0.06)	

CMYK percentages

%70.71
%0
%82.85
%6.27

Codes

Color #46EF29 in popluar color models

46EF29
RGB7023941
HSL111°86.09%54.90%
HSB/HSV111°82.85%93.73%
CMYK70.71%0.00%82.85%
6.27%

Color #46EF29 in popluar number systems.

HEX46EF29
Decimal7023941
Binary100011011101111101001
Octal10635751

Shades and tints

Shades of #46EF29

#46EF29
(70,239,41)
#40DA26
(64,218,38)
#3AC523
(58,197,35)
#34B020
(52,176,32)
#2E9B1D
(46,155,29)
#28861A
(40,134,26)
#227117
(34,113,23)
#1C5C14
(28,92,20)
#164711
(22,71,17)
#10320E
(16,50,14)
#0A1D0B
(10,29,11)
#000000
(0,0,0)

Tints of #46EF29

#46EF29
(70,239,41)
#56F03C
(86,240,60)
#66F14F
(102,241,79)
#76F262
(118,242,98)
#86F375
(134,243,117)
#96F488
(150,244,136)
#A6F59B
(166,245,155)
#B6F6AE
(182,246,174)
#C6F7C1
(198,247,193)
#D6F8D4
(214,248,212)
#E6F9E7
(230,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46EF29; }

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

This text font color is #46EF29.


Background Color

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

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

This div background color is #46EF29.


Border color

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

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

This div border color is #46EF29.


Opacity

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

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

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

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

This text has shadow with #46EF29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46EF29 on black background.


Color preview on white background

This text has color #46EF29 on white background.



Black color preview on #46EF29 background

This text has black color on #46EF29 background.


White color preview on #46EF29 background

This text has white color on #46EF29 background.