COLOR #7CFC06

HEX: #7CFC06
RGB: (124,252,6)

Color info

#7CFC06 contains mainly green color. Web safe color of #7CFC06 is #66FF00 (or #6F0).

RGB color model

#7CFC06 color RGB value is (124,252,6).

  • red value is 124;
  • green value is 252;
  • blue value is 6.
RGB:
(124,252,6)
(49%,99%,2%)

RGB channels and saturation

R 124 of 255 = 49%
G 252 of 255 = 99%
B 6 of 255 = 2%

124
252
6

R + G + B ~ 50%. #7CFC06 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 252 + 6 = 382 (100%)
R 124 of 382 ~ 32.46%
G 252 of 382 ~ 65.97%
B 6 of 382 ~ 1.57%

%32.46
%65.97

CMYK color model

#7CFC06 color CMYK value is (51,0,98,1).

  • cyan value is 50.79%
  • magenta value is 0.00%
  • yellow value is 97.62%
  • key color value is 1.18%
CMYK:
(51,0,98,1)
C51M0Y98K1 
(51%,0%,98%,1%)
(0.51/0.00/0.98/0.01)	

CMYK percentages

%50.79
%0
%97.62
%1.18

Codes

Color #7CFC06 in popluar color models

7CFC06
RGB1242526
HSL91°97.62%50.59%
HSB/HSV91°97.62%98.82%
CMYK50.79%0.00%97.62%
1.18%

Color #7CFC06 in popluar number systems.

HEX7CFC06
Decimal1242526
Binary111110011111100110
Octal1743746

Shades and tints

Shades of #7CFC06

#7CFC06
(124,252,6)
#71E606
(113,230,6)
#66D006
(102,208,6)
#5BBA06
(91,186,6)
#50A406
(80,164,6)
#458E06
(69,142,6)
#3A7806
(58,120,6)
#2F6206
(47,98,6)
#244C06
(36,76,6)
#193606
(25,54,6)
#0E2006
(14,32,6)
#000000
(0,0,0)

Tints of #7CFC06

#7CFC06
(124,252,6)
#87FC1C
(135,252,28)
#92FC32
(146,252,50)
#9DFC48
(157,252,72)
#A8FC5E
(168,252,94)
#B3FC74
(179,252,116)
#BEFC8A
(190,252,138)
#C9FCA0
(201,252,160)
#D4FCB6
(212,252,182)
#DFFCCC
(223,252,204)
#EAFCE2
(234,252,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CFC06 color. Also use rgb(124,252,6) instead hex code.

Text Font Color

.myTextColor { color: #7CFC06; }

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

This text font color is #7CFC06.


Background Color

.myBgColor { background-color: #7CFC06; }

<div style="background-color:#7CFC06">Inner text</div>

This div background color is #7CFC06.


Border color

.myBorderColor { border: 1px solid #7CFC06; }

<div style="border:3px solid #7CFC06">Div</div>

This div border color is #7CFC06.


Opacity

.myOpacity80 { color: #7CFC06; opacity: 0.8; }

<p style="color:#7CFC06;opacity:0.8;">80%</p>

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

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

This text has shadow with #7CFC06 color.

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

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

This text has shadow with #7CFC06 primary color and red secondary color.


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

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

This text has shadow with #7CFC06 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CFC06 on black background.


Color preview on white background

This text has color #7CFC06 on white background.



Black color preview on #7CFC06 background

This text has black color on #7CFC06 background.


White color preview on #7CFC06 background

This text has white color on #7CFC06 background.