COLOR #1FCC58

HEX: #1FCC58
RGB: (31,204,88)

Color info

#1FCC58 contains mainly green color. Web safe color of #1FCC58 is #33CC66 (or #3C6).

RGB color model

#1FCC58 color RGB value is (31,204,88).

  • red value is 31;
  • green value is 204;
  • blue value is 88.
RGB:
(31,204,88)
(12%,80%,35%)

RGB channels and saturation

R 31 of 255 = 12%
G 204 of 255 = 80%
B 88 of 255 = 35%

31
204
88

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

Portions of RGB colors in percentages

R + G + B =
31 + 204 + 88 = 323 (100%)
R 31 of 323 ~ 9.6%
G 204 of 323 ~ 63.16%
B 88 of 323 ~ 27.24%

%9.6
%63.16
%27.24

CMYK color model

#1FCC58 color CMYK value is (85,0,57,20).

  • cyan value is 84.80%
  • magenta value is 0.00%
  • yellow value is 56.86%
  • key color value is 20.00%
CMYK:
(85,0,57,20)
C85M0Y57K20 
(85%,0%,57%,20%)
(0.85/0.00/0.57/0.20)	

CMYK percentages

%84.8
%0
%56.86
%20

Codes

Color #1FCC58 in popluar color models

1FCC58
RGB3120488
HSL140°73.62%46.08%
HSB/HSV140°84.80%80.00%
CMYK84.80%0.00%56.86%
20.00%

Color #1FCC58 in popluar number systems.

HEX1FCC58
Decimal3120488
Binary11111110011001011000
Octal37314130

Shades and tints

Shades of #1FCC58

#1FCC58
(31,204,88)
#1DBA50
(29,186,80)
#1BA848
(27,168,72)
#199640
(25,150,64)
#178438
(23,132,56)
#157230
(21,114,48)
#136028
(19,96,40)
#114E20
(17,78,32)
#0F3C18
(15,60,24)
#0D2A10
(13,42,16)
#0B1808
(11,24,8)
#000000
(0,0,0)

Tints of #1FCC58

#1FCC58
(31,204,88)
#33D067
(51,208,103)
#47D476
(71,212,118)
#5BD885
(91,216,133)
#6FDC94
(111,220,148)
#83E0A3
(131,224,163)
#97E4B2
(151,228,178)
#ABE8C1
(171,232,193)
#BFECD0
(191,236,208)
#D3F0DF
(211,240,223)
#E7F4EE
(231,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1FCC58 color. Also use rgb(31,204,88) instead hex code.

Text Font Color

.myTextColor { color: #1FCC58; }

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

This text font color is #1FCC58.


Background Color

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

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

This div background color is #1FCC58.


Border color

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

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

This div border color is #1FCC58.


Opacity

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

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

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

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

This text has shadow with #1FCC58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1FCC58 on black background.


Color preview on white background

This text has color #1FCC58 on white background.



Black color preview on #1FCC58 background

This text has black color on #1FCC58 background.


White color preview on #1FCC58 background

This text has white color on #1FCC58 background.