COLOR #1CFC07

HEX: #1CFC07
RGB: (28,252,7)

Color info

#1CFC07 contains mainly green color. Web safe color of #1CFC07 is #33FF00 (or #3F0).

RGB color model

#1CFC07 color RGB value is (28,252,7).

  • red value is 28;
  • green value is 252;
  • blue value is 7.
RGB:
(28,252,7)
(11%,99%,3%)

RGB channels and saturation

R 28 of 255 = 11%
G 252 of 255 = 99%
B 7 of 255 = 3%

28
252
7

R + G + B ~ 38%. #1CFC07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 252 + 7 = 287 (100%)
R 28 of 287 ~ 9.76%
G 252 of 287 ~ 87.8%
B 7 of 287 ~ 2.44%

%9.76
%87.8

CMYK color model

#1CFC07 color CMYK value is (89,0,97,1).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 97.22%
  • key color value is 1.18%
CMYK:
(89,0,97,1)
C89M0Y97K1 
(89%,0%,97%,1%)
(0.89/0.00/0.97/0.01)	

CMYK percentages

%88.89
%0
%97.22
%1.18

Codes

Color #1CFC07 in popluar color models

1CFC07
RGB282527
HSL115°97.61%50.78%
HSB/HSV115°97.22%98.82%
CMYK88.89%0.00%97.22%
1.18%

Color #1CFC07 in popluar number systems.

HEX1CFC07
Decimal282527
Binary1110011111100111
Octal343747

Shades and tints

Shades of #1CFC07

#1CFC07
(28,252,7)
#1AE607
(26,230,7)
#18D007
(24,208,7)
#16BA07
(22,186,7)
#14A407
(20,164,7)
#128E07
(18,142,7)
#107807
(16,120,7)
#0E6207
(14,98,7)
#0C4C07
(12,76,7)
#0A3607
(10,54,7)
#082007
(8,32,7)
#000000
(0,0,0)

Tints of #1CFC07

#1CFC07
(28,252,7)
#30FC1D
(48,252,29)
#44FC33
(68,252,51)
#58FC49
(88,252,73)
#6CFC5F
(108,252,95)
#80FC75
(128,252,117)
#94FC8B
(148,252,139)
#A8FCA1
(168,252,161)
#BCFCB7
(188,252,183)
#D0FCCD
(208,252,205)
#E4FCE3
(228,252,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CFC07 color. Also use rgb(28,252,7) instead hex code.

Text Font Color

.myTextColor { color: #1CFC07; }

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

This text font color is #1CFC07.


Background Color

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

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

This div background color is #1CFC07.


Border color

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

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

This div border color is #1CFC07.


Opacity

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

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

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

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

This text has shadow with #1CFC07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CFC07 on black background.


Color preview on white background

This text has color #1CFC07 on white background.



Black color preview on #1CFC07 background

This text has black color on #1CFC07 background.


White color preview on #1CFC07 background

This text has white color on #1CFC07 background.