COLOR #46DB4D

HEX: #46DB4D
RGB: (70,219,77)

Color info

#46DB4D contains mainly green color. Web safe color of #46DB4D is #33CC33 (or #3C3).

RGB color model

#46DB4D color RGB value is (70,219,77).

  • red value is 70;
  • green value is 219;
  • blue value is 77.
RGB:
(70,219,77)
(27%,86%,30%)

RGB channels and saturation

R 70 of 255 = 27%
G 219 of 255 = 86%
B 77 of 255 = 30%

70
219
77

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

Portions of RGB colors in percentages

R + G + B =
70 + 219 + 77 = 366 (100%)
R 70 of 366 ~ 19.13%
G 219 of 366 ~ 59.84%
B 77 of 366 ~ 21.04%

%19.13
%59.84
%21.04

CMYK color model

#46DB4D color CMYK value is (68,0,65,14).

  • cyan value is 68.04%
  • magenta value is 0.00%
  • yellow value is 64.84%
  • key color value is 14.12%
CMYK:
(68,0,65,14)
C68M0Y65K14 
(68%,0%,65%,14%)
(0.68/0.00/0.65/0.14)	

CMYK percentages

%68.04
%0
%64.84
%14.12

Codes

Color #46DB4D in popluar color models

46DB4D
RGB7021977
HSL123°67.42%56.67%
HSB/HSV123°68.04%85.88%
CMYK68.04%0.00%64.84%
14.12%

Color #46DB4D in popluar number systems.

HEX46DB4D
Decimal7021977
Binary1000110110110111001101
Octal106333115

Shades and tints

Shades of #46DB4D

#46DB4D
(70,219,77)
#40C846
(64,200,70)
#3AB53F
(58,181,63)
#34A238
(52,162,56)
#2E8F31
(46,143,49)
#287C2A
(40,124,42)
#226923
(34,105,35)
#1C561C
(28,86,28)
#164315
(22,67,21)
#10300E
(16,48,14)
#0A1D07
(10,29,7)
#000000
(0,0,0)

Tints of #46DB4D

#46DB4D
(70,219,77)
#56DE5D
(86,222,93)
#66E16D
(102,225,109)
#76E47D
(118,228,125)
#86E78D
(134,231,141)
#96EA9D
(150,234,157)
#A6EDAD
(166,237,173)
#B6F0BD
(182,240,189)
#C6F3CD
(198,243,205)
#D6F6DD
(214,246,221)
#E6F9ED
(230,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46DB4D color. Also use rgb(70,219,77) instead hex code.

Text Font Color

.myTextColor { color: #46DB4D; }

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

This text font color is #46DB4D.


Background Color

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

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

This div background color is #46DB4D.


Border color

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

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

This div border color is #46DB4D.


Opacity

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

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

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

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

This text has shadow with #46DB4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46DB4D on black background.


Color preview on white background

This text has color #46DB4D on white background.



Black color preview on #46DB4D background

This text has black color on #46DB4D background.


White color preview on #46DB4D background

This text has white color on #46DB4D background.