COLOR #11DF11

HEX: #11DF11
RGB: (17,223,17)

Color info

#11DF11 contains mainly green color. Web safe color of #11DF11 is #00CC00 (or #0C0).

RGB color model

#11DF11 color RGB value is (17,223,17).

  • red value is 17;
  • green value is 223;
  • blue value is 17.
RGB:
(17,223,17)
(7%,87%,7%)

RGB channels and saturation

R 17 of 255 = 7%
G 223 of 255 = 87%
B 17 of 255 = 7%

17
223
17

R + G + B ~ 34%. #11DF11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 223 + 17 = 257 (100%)
R 17 of 257 ~ 6.61%
G 223 of 257 ~ 86.77%
B 17 of 257 ~ 6.61%

%86.77

CMYK color model

#11DF11 color CMYK value is (92,0,92,13).

  • cyan value is 92.38%
  • magenta value is 0.00%
  • yellow value is 92.38%
  • key color value is 12.55%
CMYK:
(92,0,92,13)
C92M0Y92K13 
(92%,0%,92%,13%)
(0.92/0.00/0.92/0.13)	

CMYK percentages

%92.38
%0
%92.38
%12.55

Codes

Color #11DF11 in popluar color models

11DF11
RGB1722317
HSL120°85.83%47.06%
HSB/HSV120°92.38%87.45%
CMYK92.38%0.00%92.38%
12.55%

Color #11DF11 in popluar number systems.

HEX11DF11
Decimal1722317
Binary100011101111110001
Octal2133721

Shades and tints

Shades of #11DF11

#11DF11
(17,223,17)
#10CB10
(16,203,16)
#0FB70F
(15,183,15)
#0EA30E
(14,163,14)
#0D8F0D
(13,143,13)
#0C7B0C
(12,123,12)
#0B670B
(11,103,11)
#0A530A
(10,83,10)
#093F09
(9,63,9)
#082B08
(8,43,8)
#071707
(7,23,7)
#000000
(0,0,0)

Tints of #11DF11

#11DF11
(17,223,17)
#26E126
(38,225,38)
#3BE33B
(59,227,59)
#50E550
(80,229,80)
#65E765
(101,231,101)
#7AE97A
(122,233,122)
#8FEB8F
(143,235,143)
#A4EDA4
(164,237,164)
#B9EFB9
(185,239,185)
#CEF1CE
(206,241,206)
#E3F3E3
(227,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11DF11 color. Also use rgb(17,223,17) instead hex code.

Text Font Color

.myTextColor { color: #11DF11; }

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

This text font color is #11DF11.


Background Color

.myBgColor { background-color: #11DF11; }

<div style="background-color:#11DF11">Inner text</div>

This div background color is #11DF11.


Border color

.myBorderColor { border: 1px solid #11DF11; }

<div style="border:3px solid #11DF11">Div</div>

This div border color is #11DF11.


Opacity

.myOpacity80 { color: #11DF11; opacity: 0.8; }

<p style="color:#11DF11;opacity:0.8;">80%</p>

Text with #11DF11 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 #11DF11;}

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

This text has shadow with #11DF11 color.

.textShadow {text-shadow: 3px 3px 1px #11DF11, 3px 3px 1px red;}

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

This text has shadow with #11DF11 primary color and red secondary color.


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

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

This text has shadow with #11DF11 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11DF11 on black background.


Color preview on white background

This text has color #11DF11 on white background.



Black color preview on #11DF11 background

This text has black color on #11DF11 background.


White color preview on #11DF11 background

This text has white color on #11DF11 background.