COLOR #46CA50

HEX: #46CA50 RGB: (70,202,80)

Color info

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

RGB color model

#46CA50 color RGB value is (70,202,80).

RGB: (70,202,80) (27%, 79%, 31%)

RGB channels and saturation

R 70 of 255 = 27%
G 202 of 255 = 79%
B 80 of 255 = 31%

70
202
80

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

Portions of RGB colors in percentages

R + G + B = 70 + 202 + 80 = 352 (100%)
R 70 of 352 ~ 19.89%
G 202 of 352 ~ 57.39%
B 80 of 352 ~ 22.73'%

%19.89
%57.39
%22.73

CMYK color model

#46CA50 color CMYK value is (65,0,60,21).

  • cyan value is 65.35%
  • magenta value is 0.00%
  • yellow value is 60.40%
  • key color value is 20.78%

CMYK: (65,0,60,21)
C65M0Y60K21 (65%, 0%, 60%, 21%)
(0.65 / 0.00 / 0.60 / 0.21)

CMYK percentages

%65.35
%0
%60.4
%20.78

Codes

Color #46CA50 in popluar color models

46 CA 50
RGB 70 202 80
HSL 125° 55.46% 53.33%
HSB/HSV 125° 65.35% 79.22%
CMYK 65.35% 0.00% 60.40%
20.78%

Color #46CA50 in popluar number systems.

HEX 46 CA 50
Decimal 70 202 80
Binary 1000110 11001010 1010000
Octal 106 312 120

Shades and tints

Shades of #46CA50

#46CA50
(70,202,80)
#40B849
(64,184,73)
#3AA642
(58,166,66)
#34943B
(52,148,59)
#2E8234
(46,130,52)
#28702D
(40,112,45)
#225E26
(34,94,38)
#1C4C1F
(28,76,31)
#163A18
(22,58,24)
#102811
(16,40,17)
#0A160A
(10,22,10)
#000000
(0,0,0)

Tints of #46CA50

#46CA50
(70,202,80)
#56CE5F
(86,206,95)
#66D26E
(102,210,110)
#76D67D
(118,214,125)
#86DA8C
(134,218,140)
#96DE9B
(150,222,155)
#A6E2AA
(166,226,170)
#B6E6B9
(182,230,185)
#C6EAC8
(198,234,200)
#D6EED7
(214,238,215)
#E6F2E6
(230,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46CA50 color. Also use rgb(70,202,80) instead hex code.

Text Font Color

.myTextColor { color: #46CA50; }

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

This text font color is #46CA50.

Background Color

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

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

This div background color is #46CA50.

Border color

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

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

This div border color is #46CA50.

Opacity

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

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

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

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

This text has shadow with #46CA50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46CA50.

Preview

Color preview on black background

This text has color #46CA50 on black background.


Color preview on white background

This text has color #46CA50 on white background.


Black color preview on #46CA50 background

This text has black color on #46CA50 background.


White color preview on #46CA50 background

This text has white color on #46CA50 background.


Related colors

Complementary color

Complementary color for #hex is #B935AF.


I love getcolorcode.com

Triadic colors

1 #5046CA and #CA5046 with #46CA50 are triadic colors.

2 #50CA46 and #CA4650 with #46CA50 are triadic colors.