COLOR #1FD711

HEX: #1FD711
RGB: (31,215,17)

Color info

#1FD711 contains mainly green color. Web safe color of #1FD711 is #33CC00 (or #3C0).

RGB color model

#1FD711 color RGB value is (31,215,17).

  • red value is 31;
  • green value is 215;
  • blue value is 17.
RGB:
(31,215,17)
(12%,84%,7%)

RGB channels and saturation

R 31 of 255 = 12%
G 215 of 255 = 84%
B 17 of 255 = 7%

31
215
17

R + G + B ~ 34%. #1FD711 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 215 + 17 = 263 (100%)
R 31 of 263 ~ 11.79%
G 215 of 263 ~ 81.75%
B 17 of 263 ~ 6.46%

%11.79
%81.75

CMYK color model

#1FD711 color CMYK value is (86,0,92,16).

  • cyan value is 85.58%
  • magenta value is 0.00%
  • yellow value is 92.09%
  • key color value is 15.69%
CMYK:
(86,0,92,16)
C86M0Y92K16 
(86%,0%,92%,16%)
(0.86/0.00/0.92/0.16)	

CMYK percentages

%85.58
%0
%92.09
%15.69

Codes

Color #1FD711 in popluar color models

1FD711
RGB3121517
HSL116°85.34%45.49%
HSB/HSV116°92.09%84.31%
CMYK85.58%0.00%92.09%
15.69%

Color #1FD711 in popluar number systems.

HEX1FD711
Decimal3121517
Binary111111101011110001
Octal3732721

Shades and tints

Shades of #1FD711

#1FD711
(31,215,17)
#1DC410
(29,196,16)
#1BB10F
(27,177,15)
#199E0E
(25,158,14)
#178B0D
(23,139,13)
#15780C
(21,120,12)
#13650B
(19,101,11)
#11520A
(17,82,10)
#0F3F09
(15,63,9)
#0D2C08
(13,44,8)
#0B1907
(11,25,7)
#000000
(0,0,0)

Tints of #1FD711

#1FD711
(31,215,17)
#33DA26
(51,218,38)
#47DD3B
(71,221,59)
#5BE050
(91,224,80)
#6FE365
(111,227,101)
#83E67A
(131,230,122)
#97E98F
(151,233,143)
#ABECA4
(171,236,164)
#BFEFB9
(191,239,185)
#D3F2CE
(211,242,206)
#E7F5E3
(231,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1FD711 color. Also use rgb(31,215,17) instead hex code.

Text Font Color

.myTextColor { color: #1FD711; }

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

This text font color is #1FD711.


Background Color

.myBgColor { background-color: #1FD711; }

<div style="background-color:#1FD711">Inner text</div>

This div background color is #1FD711.


Border color

.myBorderColor { border: 1px solid #1FD711; }

<div style="border:3px solid #1FD711">Div</div>

This div border color is #1FD711.


Opacity

.myOpacity80 { color: #1FD711; opacity: 0.8; }

<p style="color:#1FD711;opacity:0.8;">80%</p>

Text with #1FD711 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 #1FD711;}

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

This text has shadow with #1FD711 color.

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

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

This text has shadow with #1FD711 primary color and red secondary color.


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

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

This text has shadow with #1FD711 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1FD711 on black background.


Color preview on white background

This text has color #1FD711 on white background.



Black color preview on #1FD711 background

This text has black color on #1FD711 background.


White color preview on #1FD711 background

This text has white color on #1FD711 background.