COLOR #46D25F

HEX: #46D25F RGB: (70,210,95)

Color info

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

RGB color model

#46D25F color RGB value is (70,210,95).

RGB: (70,210,95) (27%, 82%, 37%)

RGB channels and saturation

R 70 of 255 = 27%
G 210 of 255 = 82%
B 95 of 255 = 37%

70
210
95

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

Portions of RGB colors in percentages

R + G + B = 70 + 210 + 95 = 375 (100%)
R 70 of 375 ~ 18.67%
G 210 of 375 ~ 56%
B 95 of 375 ~ 25.33'%

%18.67
%56
%25.33

CMYK color model

#46D25F color CMYK value is (67,0,55,18).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 54.76%
  • key color value is 17.65%

CMYK: (67,0,55,18)
C67M0Y55K18 (67%, 0%, 55%, 18%)
(0.67 / 0.00 / 0.55 / 0.18)

CMYK percentages

%66.67
%0
%54.76
%17.65

Codes

Color #46D25F in popluar color models

46 D2 5F
RGB 70 210 95
HSL 131° 60.87% 54.90%
HSB/HSV 131° 66.67% 82.35%
CMYK 66.67% 0.00% 54.76%
17.65%

Color #46D25F in popluar number systems.

HEX 46 D2 5F
Decimal 70 210 95
Binary 1000110 11010010 1011111
Octal 106 322 137

Shades and tints

Shades of #46D25F

#46D25F
(70,210,95)
#40BF57
(64,191,87)
#3AAC4F
(58,172,79)
#349947
(52,153,71)
#2E863F
(46,134,63)
#287337
(40,115,55)
#22602F
(34,96,47)
#1C4D27
(28,77,39)
#163A1F
(22,58,31)
#102717
(16,39,23)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #46D25F

#46D25F
(70,210,95)
#56D66D
(86,214,109)
#66DA7B
(102,218,123)
#76DE89
(118,222,137)
#86E297
(134,226,151)
#96E6A5
(150,230,165)
#A6EAB3
(166,234,179)
#B6EEC1
(182,238,193)
#C6F2CF
(198,242,207)
#D6F6DD
(214,246,221)
#E6FAEB
(230,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46D25F; }

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

This text font color is #46D25F.

Background Color

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

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

This div background color is #46D25F.

Border color

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

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

This div border color is #46D25F.

Opacity

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

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

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

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

This text has shadow with #46D25F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46D25F.

Preview

Color preview on black background

This text has color #46D25F on black background.


Color preview on white background

This text has color #46D25F on white background.


Black color preview on #46D25F background

This text has black color on #46D25F background.


White color preview on #46D25F background

This text has white color on #46D25F background.


Related colors

Complementary color

Complementary color for #hex is #B92DA0.


I love getcolorcode.com

Triadic colors

1 #5F46D2 and #D25F46 with #46D25F are triadic colors.

2 #5FD246 and #D2465F with #46D25F are triadic colors.