COLOR #41D015

HEX: #41D015
RGB: (65,208,21)

Color info

#41D015 contains mainly green color. Web safe color of #41D015 is #33CC00 (or #3C0).

RGB color model

#41D015 color RGB value is (65,208,21).

  • red value is 65;
  • green value is 208;
  • blue value is 21.
RGB:
(65,208,21)
(25%,82%,8%)

RGB channels and saturation

R 65 of 255 = 25%
G 208 of 255 = 82%
B 21 of 255 = 8%

65
208
21

R + G + B ~ 38%. #41D015 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 208 + 21 = 294 (100%)
R 65 of 294 ~ 22.11%
G 208 of 294 ~ 70.75%
B 21 of 294 ~ 7.14%

%22.11
%70.75

CMYK color model

#41D015 color CMYK value is (69,0,90,18).

  • cyan value is 68.75%
  • magenta value is 0.00%
  • yellow value is 89.90%
  • key color value is 18.43%
CMYK:
(69,0,90,18)
C69M0Y90K18 
(69%,0%,90%,18%)
(0.69/0.00/0.90/0.18)	

CMYK percentages

%68.75
%0
%89.9
%18.43

Codes

Color #41D015 in popluar color models

41D015
RGB6520821
HSL106°81.66%44.90%
HSB/HSV106°89.90%81.57%
CMYK68.75%0.00%89.90%
18.43%

Color #41D015 in popluar number systems.

HEX41D015
Decimal6520821
Binary10000011101000010101
Octal10132025

Shades and tints

Shades of #41D015

#41D015
(65,208,21)
#3CBE14
(60,190,20)
#37AC13
(55,172,19)
#329A12
(50,154,18)
#2D8811
(45,136,17)
#287610
(40,118,16)
#23640F
(35,100,15)
#1E520E
(30,82,14)
#19400D
(25,64,13)
#142E0C
(20,46,12)
#0F1C0B
(15,28,11)
#000000
(0,0,0)

Tints of #41D015

#41D015
(65,208,21)
#52D42A
(82,212,42)
#63D83F
(99,216,63)
#74DC54
(116,220,84)
#85E069
(133,224,105)
#96E47E
(150,228,126)
#A7E893
(167,232,147)
#B8ECA8
(184,236,168)
#C9F0BD
(201,240,189)
#DAF4D2
(218,244,210)
#EBF8E7
(235,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41D015; }

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

This text font color is #41D015.


Background Color

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

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

This div background color is #41D015.


Border color

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

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

This div border color is #41D015.


Opacity

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

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

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

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

This text has shadow with #41D015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41D015 on black background.


Color preview on white background

This text has color #41D015 on white background.



Black color preview on #41D015 background

This text has black color on #41D015 background.


White color preview on #41D015 background

This text has white color on #41D015 background.