COLOR #41E96B

HEX: #41E96B RGB: (65,233,107)

Color info

#41E96B contains mainly green color. Web safe color of #41E96B is #33FF66 (or #3F6).

RGB color model

#41E96B color RGB value is (65,233,107).

RGB: (65,233,107) (25%, 91%, 42%)

RGB channels and saturation

R 65 of 255 = 25%
G 233 of 255 = 91%
B 107 of 255 = 42%

65
233
107

R + G + B ~ 53%. #41E96B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 65 + 233 + 107 = 405 (100%)
R 65 of 405 ~ 16.05%
G 233 of 405 ~ 57.53%
B 107 of 405 ~ 26.42'%

%16.05
%57.53
%26.42

CMYK color model

#41E96B color CMYK value is (72,0,54,9).

  • cyan value is 72.10%
  • magenta value is 0.00%
  • yellow value is 54.08%
  • key color value is 8.63%

CMYK: (72,0,54,9)
C72M0Y54K9 (72%, 0%, 54%, 9%)
(0.72 / 0.00 / 0.54 / 0.09)

CMYK percentages

%72.1
%0
%54.08
%8.63

Codes

Color #41E96B in popluar color models

41 E9 6B
RGB 65 233 107
HSL 135° 79.25% 58.43%
HSB/HSV 135° 72.10% 91.37%
CMYK 72.10% 0.00% 54.08%
8.63%

Color #41E96B in popluar number systems.

HEX 41 E9 6B
Decimal 65 233 107
Binary 1000001 11101001 1101011
Octal 101 351 153

Shades and tints

Shades of #41E96B

#41E96B
(65,233,107)
#3CD462
(60,212,98)
#37BF59
(55,191,89)
#32AA50
(50,170,80)
#2D9547
(45,149,71)
#28803E
(40,128,62)
#236B35
(35,107,53)
#1E562C
(30,86,44)
#194123
(25,65,35)
#142C1A
(20,44,26)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #41E96B

#41E96B
(65,233,107)
#52EB78
(82,235,120)
#63ED85
(99,237,133)
#74EF92
(116,239,146)
#85F19F
(133,241,159)
#96F3AC
(150,243,172)
#A7F5B9
(167,245,185)
#B8F7C6
(184,247,198)
#C9F9D3
(201,249,211)
#DAFBE0
(218,251,224)
#EBFDED
(235,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41E96B color. Also use rgb(65,233,107) instead hex code.

Text Font Color

.myTextColor { color: #41E96B; }

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

This text font color is #41E96B.

Background Color

.myBgColor { background-color: #41E96B; }

<div style="background-color:#41E96B">Inner text</div>

This div background color is #41E96B.

Border color

.myBorderColor { border: 1px solid #41E96B; }

<div style="border:3px solid #41E96B">Div</div>

This div border color is #41E96B.

Opacity

.myOpacity80 { color: #41E96B; opacity: 0.8; }

<p style="color:#41E96B;opacity:0.8;">80%</p>

Text with #41E96B 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 #41E96B;}

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

This text has shadow with #41E96B color.


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

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

This text has shadow with #41E96B primary color and red secondary color.


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

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

This text has shadow with #41E96B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #41E96B.

Preview

Color preview on black background

This text has color #41E96B on black background.


Color preview on white background

This text has color #41E96B on white background.


Black color preview on #41E96B background

This text has black color on #41E96B background.


White color preview on #41E96B background

This text has white color on #41E96B background.


Related colors

Complementary color

Complementary color for #hex is #BE1694.


I love getcolorcode.com

Triadic colors

1 #6B41E9 and #E96B41 with #41E96B are triadic colors.

2 #6BE941 and #E9416B with #41E96B are triadic colors.