COLOR #41B244

HEX: #41B244
RGB: (65,178,68)

Color info

#41B244 contains mainly green color. Web safe color of #41B244 is #339933 (or #393).

RGB color model

#41B244 color RGB value is (65,178,68).

  • red value is 65;
  • green value is 178;
  • blue value is 68.
RGB:
(65,178,68)
(25%,70%,27%)

RGB channels and saturation

R 65 of 255 = 25%
G 178 of 255 = 70%
B 68 of 255 = 27%

65
178
68

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

Portions of RGB colors in percentages

R + G + B =
65 + 178 + 68 = 311 (100%)
R 65 of 311 ~ 20.9%
G 178 of 311 ~ 57.23%
B 68 of 311 ~ 21.86%

%20.9
%57.23
%21.86

CMYK color model

#41B244 color CMYK value is (63,0,62,30).

  • cyan value is 63.48%
  • magenta value is 0.00%
  • yellow value is 61.80%
  • key color value is 30.20%
CMYK:
(63,0,62,30)
C63M0Y62K30 
(63%,0%,62%,30%)
(0.63/0.00/0.62/0.30)	

CMYK percentages

%63.48
%0
%61.8
%30.2

Codes

Color #41B244 in popluar color models

41B244
RGB6517868
HSL122°46.50%47.65%
HSB/HSV122°63.48%69.80%
CMYK63.48%0.00%61.80%
30.20%

Color #41B244 in popluar number systems.

HEX41B244
Decimal6517868
Binary1000001101100101000100
Octal101262104

Shades and tints

Shades of #41B244

#41B244
(65,178,68)
#3CA23E
(60,162,62)
#379238
(55,146,56)
#328232
(50,130,50)
#2D722C
(45,114,44)
#286226
(40,98,38)
#235220
(35,82,32)
#1E421A
(30,66,26)
#193214
(25,50,20)
#14220E
(20,34,14)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #41B244

#41B244
(65,178,68)
#52B955
(82,185,85)
#63C066
(99,192,102)
#74C777
(116,199,119)
#85CE88
(133,206,136)
#96D599
(150,213,153)
#A7DCAA
(167,220,170)
#B8E3BB
(184,227,187)
#C9EACC
(201,234,204)
#DAF1DD
(218,241,221)
#EBF8EE
(235,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41B244 color. Also use rgb(65,178,68) instead hex code.

Text Font Color

.myTextColor { color: #41B244; }

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

This text font color is #41B244.


Background Color

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

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

This div background color is #41B244.


Border color

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

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

This div border color is #41B244.


Opacity

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

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

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

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

This text has shadow with #41B244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41B244 on black background.


Color preview on white background

This text has color #41B244 on white background.



Black color preview on #41B244 background

This text has black color on #41B244 background.


White color preview on #41B244 background

This text has white color on #41B244 background.