COLOR #41E21A

HEX: #41E21A
RGB: (65,226,26)

Color info

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

RGB color model

#41E21A color RGB value is (65,226,26).

  • red value is 65;
  • green value is 226;
  • blue value is 26.
RGB:
(65,226,26)
(25%,89%,10%)

RGB channels and saturation

R 65 of 255 = 25%
G 226 of 255 = 89%
B 26 of 255 = 10%

65
226
26

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

Portions of RGB colors in percentages

R + G + B =
65 + 226 + 26 = 317 (100%)
R 65 of 317 ~ 20.5%
G 226 of 317 ~ 71.29%
B 26 of 317 ~ 8.2%

%20.5
%71.29

CMYK color model

#41E21A color CMYK value is (71,0,88,11).

  • cyan value is 71.24%
  • magenta value is 0.00%
  • yellow value is 88.50%
  • key color value is 11.37%
CMYK:
(71,0,88,11)
C71M0Y88K11 
(71%,0%,88%,11%)
(0.71/0.00/0.88/0.11)	

CMYK percentages

%71.24
%0
%88.5
%11.37

Codes

Color #41E21A in popluar color models

41E21A
RGB6522626
HSL108°79.37%49.41%
HSB/HSV108°88.50%88.63%
CMYK71.24%0.00%88.50%
11.37%

Color #41E21A in popluar number systems.

HEX41E21A
Decimal6522626
Binary10000011110001011010
Octal10134232

Shades and tints

Shades of #41E21A

#41E21A
(65,226,26)
#3CCE18
(60,206,24)
#37BA16
(55,186,22)
#32A614
(50,166,20)
#2D9212
(45,146,18)
#287E10
(40,126,16)
#236A0E
(35,106,14)
#1E560C
(30,86,12)
#19420A
(25,66,10)
#142E08
(20,46,8)
#0F1A06
(15,26,6)
#000000
(0,0,0)

Tints of #41E21A

#41E21A
(65,226,26)
#52E42E
(82,228,46)
#63E642
(99,230,66)
#74E856
(116,232,86)
#85EA6A
(133,234,106)
#96EC7E
(150,236,126)
#A7EE92
(167,238,146)
#B8F0A6
(184,240,166)
#C9F2BA
(201,242,186)
#DAF4CE
(218,244,206)
#EBF6E2
(235,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41E21A; }

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

This text font color is #41E21A.


Background Color

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

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

This div background color is #41E21A.


Border color

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

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

This div border color is #41E21A.


Opacity

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

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

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

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

This text has shadow with #41E21A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41E21A on black background.


Color preview on white background

This text has color #41E21A on white background.



Black color preview on #41E21A background

This text has black color on #41E21A background.


White color preview on #41E21A background

This text has white color on #41E21A background.