COLOR #41D412

HEX: #41D412
RGB: (65,212,18)

Color info

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

RGB color model

#41D412 color RGB value is (65,212,18).

  • red value is 65;
  • green value is 212;
  • blue value is 18.
RGB:
(65,212,18)
(25%,83%,7%)

RGB channels and saturation

R 65 of 255 = 25%
G 212 of 255 = 83%
B 18 of 255 = 7%

65
212
18

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

Portions of RGB colors in percentages

R + G + B =
65 + 212 + 18 = 295 (100%)
R 65 of 295 ~ 22.03%
G 212 of 295 ~ 71.86%
B 18 of 295 ~ 6.1%

%22.03
%71.86

CMYK color model

#41D412 color CMYK value is (69,0,92,17).

  • cyan value is 69.34%
  • magenta value is 0.00%
  • yellow value is 91.51%
  • key color value is 16.86%
CMYK:
(69,0,92,17)
C69M0Y92K17 
(69%,0%,92%,17%)
(0.69/0.00/0.92/0.17)	

CMYK percentages

%69.34
%0
%91.51
%16.86

Codes

Color #41D412 in popluar color models

41D412
RGB6521218
HSL105°84.35%45.10%
HSB/HSV105°91.51%83.14%
CMYK69.34%0.00%91.51%
16.86%

Color #41D412 in popluar number systems.

HEX41D412
Decimal6521218
Binary10000011101010010010
Octal10132422

Shades and tints

Shades of #41D412

#41D412
(65,212,18)
#3CC111
(60,193,17)
#37AE10
(55,174,16)
#329B0F
(50,155,15)
#2D880E
(45,136,14)
#28750D
(40,117,13)
#23620C
(35,98,12)
#1E4F0B
(30,79,11)
#193C0A
(25,60,10)
#142909
(20,41,9)
#0F1608
(15,22,8)
#000000
(0,0,0)

Tints of #41D412

#41D412
(65,212,18)
#52D727
(82,215,39)
#63DA3C
(99,218,60)
#74DD51
(116,221,81)
#85E066
(133,224,102)
#96E37B
(150,227,123)
#A7E690
(167,230,144)
#B8E9A5
(184,233,165)
#C9ECBA
(201,236,186)
#DAEFCF
(218,239,207)
#EBF2E4
(235,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41D412; }

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

This text font color is #41D412.


Background Color

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

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

This div background color is #41D412.


Border color

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

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

This div border color is #41D412.


Opacity

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

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

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

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

This text has shadow with #41D412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41D412 on black background.


Color preview on white background

This text has color #41D412 on white background.



Black color preview on #41D412 background

This text has black color on #41D412 background.


White color preview on #41D412 background

This text has white color on #41D412 background.