COLOR #41E61B

HEX: #41E61B
RGB: (65,230,27)

Color info

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

RGB color model

#41E61B color RGB value is (65,230,27).

  • red value is 65;
  • green value is 230;
  • blue value is 27.
RGB:
(65,230,27)
(25%,90%,11%)

RGB channels and saturation

R 65 of 255 = 25%
G 230 of 255 = 90%
B 27 of 255 = 11%

65
230
27

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

Portions of RGB colors in percentages

R + G + B =
65 + 230 + 27 = 322 (100%)
R 65 of 322 ~ 20.19%
G 230 of 322 ~ 71.43%
B 27 of 322 ~ 8.39%

%20.19
%71.43

CMYK color model

#41E61B color CMYK value is (72,0,88,10).

  • cyan value is 71.74%
  • magenta value is 0.00%
  • yellow value is 88.26%
  • key color value is 9.80%
CMYK:
(72,0,88,10)
C72M0Y88K10 
(72%,0%,88%,10%)
(0.72/0.00/0.88/0.10)	

CMYK percentages

%71.74
%0
%88.26
%9.8

Codes

Color #41E61B in popluar color models

41E61B
RGB6523027
HSL109°80.24%50.39%
HSB/HSV109°88.26%90.20%
CMYK71.74%0.00%88.26%
9.80%

Color #41E61B in popluar number systems.

HEX41E61B
Decimal6523027
Binary10000011110011011011
Octal10134633

Shades and tints

Shades of #41E61B

#41E61B
(65,230,27)
#3CD219
(60,210,25)
#37BE17
(55,190,23)
#32AA15
(50,170,21)
#2D9613
(45,150,19)
#288211
(40,130,17)
#236E0F
(35,110,15)
#1E5A0D
(30,90,13)
#19460B
(25,70,11)
#143209
(20,50,9)
#0F1E07
(15,30,7)
#000000
(0,0,0)

Tints of #41E61B

#41E61B
(65,230,27)
#52E82F
(82,232,47)
#63EA43
(99,234,67)
#74EC57
(116,236,87)
#85EE6B
(133,238,107)
#96F07F
(150,240,127)
#A7F293
(167,242,147)
#B8F4A7
(184,244,167)
#C9F6BB
(201,246,187)
#DAF8CF
(218,248,207)
#EBFAE3
(235,250,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41E61B; }

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

This text font color is #41E61B.


Background Color

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

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

This div background color is #41E61B.


Border color

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

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

This div border color is #41E61B.


Opacity

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

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

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

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

This text has shadow with #41E61B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41E61B on black background.


Color preview on white background

This text has color #41E61B on white background.



Black color preview on #41E61B background

This text has black color on #41E61B background.


White color preview on #41E61B background

This text has white color on #41E61B background.