COLOR #41DB28

HEX: #41DB28
RGB: (65,219,40)

Color info

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

RGB color model

#41DB28 color RGB value is (65,219,40).

  • red value is 65;
  • green value is 219;
  • blue value is 40.
RGB:
(65,219,40)
(25%,86%,16%)

RGB channels and saturation

R 65 of 255 = 25%
G 219 of 255 = 86%
B 40 of 255 = 16%

65
219
40

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

Portions of RGB colors in percentages

R + G + B =
65 + 219 + 40 = 324 (100%)
R 65 of 324 ~ 20.06%
G 219 of 324 ~ 67.59%
B 40 of 324 ~ 12.35%

%20.06
%67.59
%12.35

CMYK color model

#41DB28 color CMYK value is (70,0,82,14).

  • cyan value is 70.32%
  • magenta value is 0.00%
  • yellow value is 81.74%
  • key color value is 14.12%
CMYK:
(70,0,82,14)
C70M0Y82K14 
(70%,0%,82%,14%)
(0.70/0.00/0.82/0.14)	

CMYK percentages

%70.32
%0
%81.74
%14.12

Codes

Color #41DB28 in popluar color models

41DB28
RGB6521940
HSL112°71.31%50.78%
HSB/HSV112°81.74%85.88%
CMYK70.32%0.00%81.74%
14.12%

Color #41DB28 in popluar number systems.

HEX41DB28
Decimal6521940
Binary100000111011011101000
Octal10133350

Shades and tints

Shades of #41DB28

#41DB28
(65,219,40)
#3CC825
(60,200,37)
#37B522
(55,181,34)
#32A21F
(50,162,31)
#2D8F1C
(45,143,28)
#287C19
(40,124,25)
#236916
(35,105,22)
#1E5613
(30,86,19)
#194310
(25,67,16)
#14300D
(20,48,13)
#0F1D0A
(15,29,10)
#000000
(0,0,0)

Tints of #41DB28

#41DB28
(65,219,40)
#52DE3B
(82,222,59)
#63E14E
(99,225,78)
#74E461
(116,228,97)
#85E774
(133,231,116)
#96EA87
(150,234,135)
#A7ED9A
(167,237,154)
#B8F0AD
(184,240,173)
#C9F3C0
(201,243,192)
#DAF6D3
(218,246,211)
#EBF9E6
(235,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41DB28 color. Also use rgb(65,219,40) instead hex code.

Text Font Color

.myTextColor { color: #41DB28; }

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

This text font color is #41DB28.


Background Color

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

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

This div background color is #41DB28.


Border color

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

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

This div border color is #41DB28.


Opacity

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

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

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

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

This text has shadow with #41DB28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41DB28 on black background.


Color preview on white background

This text has color #41DB28 on white background.



Black color preview on #41DB28 background

This text has black color on #41DB28 background.


White color preview on #41DB28 background

This text has white color on #41DB28 background.