COLOR #41C141

HEX: #41C141
RGB: (65,193,65)

Color info

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

RGB color model

#41C141 color RGB value is (65,193,65).

  • red value is 65;
  • green value is 193;
  • blue value is 65.
RGB:
(65,193,65)
(25%,76%,25%)

RGB channels and saturation

R 65 of 255 = 25%
G 193 of 255 = 76%
B 65 of 255 = 25%

65
193
65

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

Portions of RGB colors in percentages

R + G + B =
65 + 193 + 65 = 323 (100%)
R 65 of 323 ~ 20.12%
G 193 of 323 ~ 59.75%
B 65 of 323 ~ 20.12%

%20.12
%59.75
%20.12

CMYK color model

#41C141 color CMYK value is (66,0,66,24).

  • cyan value is 66.32%
  • magenta value is 0.00%
  • yellow value is 66.32%
  • key color value is 24.31%
CMYK:
(66,0,66,24)
C66M0Y66K24 
(66%,0%,66%,24%)
(0.66/0.00/0.66/0.24)	

CMYK percentages

%66.32
%0
%66.32
%24.31

Codes

Color #41C141 in popluar color models

41C141
RGB6519365
HSL120°50.79%50.59%
HSB/HSV120°66.32%75.69%
CMYK66.32%0.00%66.32%
24.31%

Color #41C141 in popluar number systems.

HEX41C141
Decimal6519365
Binary1000001110000011000001
Octal101301101

Shades and tints

Shades of #41C141

#41C141
(65,193,65)
#3CB03C
(60,176,60)
#379F37
(55,159,55)
#328E32
(50,142,50)
#2D7D2D
(45,125,45)
#286C28
(40,108,40)
#235B23
(35,91,35)
#1E4A1E
(30,74,30)
#193919
(25,57,25)
#142814
(20,40,20)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #41C141

#41C141
(65,193,65)
#52C652
(82,198,82)
#63CB63
(99,203,99)
#74D074
(116,208,116)
#85D585
(133,213,133)
#96DA96
(150,218,150)
#A7DFA7
(167,223,167)
#B8E4B8
(184,228,184)
#C9E9C9
(201,233,201)
#DAEEDA
(218,238,218)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41C141; }

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

This text font color is #41C141.


Background Color

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

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

This div background color is #41C141.


Border color

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

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

This div border color is #41C141.


Opacity

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

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

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

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

This text has shadow with #41C141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41C141 on black background.


Color preview on white background

This text has color #41C141 on white background.



Black color preview on #41C141 background

This text has black color on #41C141 background.


White color preview on #41C141 background

This text has white color on #41C141 background.