COLOR #41DC41

HEX: #41DC41
RGB: (65,220,65)

Color info

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

RGB color model

#41DC41 color RGB value is (65,220,65).

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

RGB channels and saturation

R 65 of 255 = 25%
G 220 of 255 = 86%
B 65 of 255 = 25%

65
220
65

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

Portions of RGB colors in percentages

R + G + B =
65 + 220 + 65 = 350 (100%)
R 65 of 350 ~ 18.57%
G 220 of 350 ~ 62.86%
B 65 of 350 ~ 18.57%

%18.57
%62.86
%18.57

CMYK color model

#41DC41 color CMYK value is (70,0,70,14).

  • cyan value is 70.45%
  • magenta value is 0.00%
  • yellow value is 70.45%
  • key color value is 13.73%
CMYK:
(70,0,70,14)
C70M0Y70K14 
(70%,0%,70%,14%)
(0.70/0.00/0.70/0.14)	

CMYK percentages

%70.45
%0
%70.45
%13.73

Codes

Color #41DC41 in popluar color models

41DC41
RGB6522065
HSL120°68.89%55.88%
HSB/HSV120°70.45%86.27%
CMYK70.45%0.00%70.45%
13.73%

Color #41DC41 in popluar number systems.

HEX41DC41
Decimal6522065
Binary1000001110111001000001
Octal101334101

Shades and tints

Shades of #41DC41

#41DC41
(65,220,65)
#3CC83C
(60,200,60)
#37B437
(55,180,55)
#32A032
(50,160,50)
#2D8C2D
(45,140,45)
#287828
(40,120,40)
#236423
(35,100,35)
#1E501E
(30,80,30)
#193C19
(25,60,25)
#142814
(20,40,20)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #41DC41

#41DC41
(65,220,65)
#52DF52
(82,223,82)
#63E263
(99,226,99)
#74E574
(116,229,116)
#85E885
(133,232,133)
#96EB96
(150,235,150)
#A7EEA7
(167,238,167)
#B8F1B8
(184,241,184)
#C9F4C9
(201,244,201)
#DAF7DA
(218,247,218)
#EBFAEB
(235,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41DC41; }

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

This text font color is #41DC41.


Background Color

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

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

This div background color is #41DC41.


Border color

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

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

This div border color is #41DC41.


Opacity

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

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

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

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

This text has shadow with #41DC41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41DC41 on black background.


Color preview on white background

This text has color #41DC41 on white background.



Black color preview on #41DC41 background

This text has black color on #41DC41 background.


White color preview on #41DC41 background

This text has white color on #41DC41 background.