COLOR #41E52C

HEX: #41E52C
RGB: (65,229,44)

Color info

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

RGB color model

#41E52C color RGB value is (65,229,44).

  • red value is 65;
  • green value is 229;
  • blue value is 44.
RGB:
(65,229,44)
(25%,90%,17%)

RGB channels and saturation

R 65 of 255 = 25%
G 229 of 255 = 90%
B 44 of 255 = 17%

65
229
44

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

Portions of RGB colors in percentages

R + G + B =
65 + 229 + 44 = 338 (100%)
R 65 of 338 ~ 19.23%
G 229 of 338 ~ 67.75%
B 44 of 338 ~ 13.02%

%19.23
%67.75
%13.02

CMYK color model

#41E52C color CMYK value is (72,0,81,10).

  • cyan value is 71.62%
  • magenta value is 0.00%
  • yellow value is 80.79%
  • key color value is 10.20%
CMYK:
(72,0,81,10)
C72M0Y81K10 
(72%,0%,81%,10%)
(0.72/0.00/0.81/0.10)	

CMYK percentages

%71.62
%0
%80.79
%10.2

Codes

Color #41E52C in popluar color models

41E52C
RGB6522944
HSL113°78.06%53.53%
HSB/HSV113°80.79%89.80%
CMYK71.62%0.00%80.79%
10.20%

Color #41E52C in popluar number systems.

HEX41E52C
Decimal6522944
Binary100000111100101101100
Octal10134554

Shades and tints

Shades of #41E52C

#41E52C
(65,229,44)
#3CD128
(60,209,40)
#37BD24
(55,189,36)
#32A920
(50,169,32)
#2D951C
(45,149,28)
#288118
(40,129,24)
#236D14
(35,109,20)
#1E5910
(30,89,16)
#19450C
(25,69,12)
#143108
(20,49,8)
#0F1D04
(15,29,4)
#000000
(0,0,0)

Tints of #41E52C

#41E52C
(65,229,44)
#52E73F
(82,231,63)
#63E952
(99,233,82)
#74EB65
(116,235,101)
#85ED78
(133,237,120)
#96EF8B
(150,239,139)
#A7F19E
(167,241,158)
#B8F3B1
(184,243,177)
#C9F5C4
(201,245,196)
#DAF7D7
(218,247,215)
#EBF9EA
(235,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41E52C; }

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

This text font color is #41E52C.


Background Color

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

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

This div background color is #41E52C.


Border color

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

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

This div border color is #41E52C.


Opacity

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

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

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

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

This text has shadow with #41E52C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41E52C on black background.


Color preview on white background

This text has color #41E52C on white background.



Black color preview on #41E52C background

This text has black color on #41E52C background.


White color preview on #41E52C background

This text has white color on #41E52C background.