COLOR #41C642

HEX: #41C642
RGB: (65,198,66)

Color info

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

RGB color model

#41C642 color RGB value is (65,198,66).

  • red value is 65;
  • green value is 198;
  • blue value is 66.
RGB:
(65,198,66)
(25%,78%,26%)

RGB channels and saturation

R 65 of 255 = 25%
G 198 of 255 = 78%
B 66 of 255 = 26%

65
198
66

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

Portions of RGB colors in percentages

R + G + B =
65 + 198 + 66 = 329 (100%)
R 65 of 329 ~ 19.76%
G 198 of 329 ~ 60.18%
B 66 of 329 ~ 20.06%

%19.76
%60.18
%20.06

CMYK color model

#41C642 color CMYK value is (67,0,67,22).

  • cyan value is 67.17%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 22.35%
CMYK:
(67,0,67,22)
C67M0Y67K22 
(67%,0%,67%,22%)
(0.67/0.00/0.67/0.22)	

CMYK percentages

%67.17
%0
%66.67
%22.35

Codes

Color #41C642 in popluar color models

41C642
RGB6519866
HSL120°53.85%51.57%
HSB/HSV120°67.17%77.65%
CMYK67.17%0.00%66.67%
22.35%

Color #41C642 in popluar number systems.

HEX41C642
Decimal6519866
Binary1000001110001101000010
Octal101306102

Shades and tints

Shades of #41C642

#41C642
(65,198,66)
#3CB43C
(60,180,60)
#37A236
(55,162,54)
#329030
(50,144,48)
#2D7E2A
(45,126,42)
#286C24
(40,108,36)
#235A1E
(35,90,30)
#1E4818
(30,72,24)
#193612
(25,54,18)
#14240C
(20,36,12)
#0F1206
(15,18,6)
#000000
(0,0,0)

Tints of #41C642

#41C642
(65,198,66)
#52CB53
(82,203,83)
#63D064
(99,208,100)
#74D575
(116,213,117)
#85DA86
(133,218,134)
#96DF97
(150,223,151)
#A7E4A8
(167,228,168)
#B8E9B9
(184,233,185)
#C9EECA
(201,238,202)
#DAF3DB
(218,243,219)
#EBF8EC
(235,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41C642 color. Also use rgb(65,198,66) instead hex code.

Text Font Color

.myTextColor { color: #41C642; }

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

This text font color is #41C642.


Background Color

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

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

This div background color is #41C642.


Border color

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

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

This div border color is #41C642.


Opacity

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

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

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

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

This text has shadow with #41C642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41C642 on black background.


Color preview on white background

This text has color #41C642 on white background.



Black color preview on #41C642 background

This text has black color on #41C642 background.


White color preview on #41C642 background

This text has white color on #41C642 background.