COLOR #7CFC00

HEX: #7CFC00 RGB: (124,252,0)

Color info

Color name is LawnGreen. #7CFC00 contains mainly green color. Web safe color of #7CFC00 is #66FF00 (or #6F0).

RGB color model

#7CFC00 color RGB value is (124,252,0).

RGB: (124,252,0) (49%, 99%, 0%)

RGB channels and saturation

R 124 of 255 = 49%
G 252 of 255 = 99%
B 0 of 255 = 0%

124
252
0

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

Portions of RGB colors in percentages

R + G + B = 124 + 252 + 0 = 376 (100%)
R 124 of 376 ~ 32.98%
G 252 of 376 ~ 67.02%
B 0 of 376 ~ 0'%

%32.98
%67.02

CMYK color model

#7CFC00 color CMYK value is (51,0,100,1).

  • cyan value is 50.79%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 1.18%

CMYK: (51,0,100,1)
C51M0Y100K1 (51%, 0%, 100%, 1%)
(0.51 / 0.00 / 1.00 / 0.01)

CMYK percentages

%50.79
%0
%100
%1.18

Codes

Color #7CFC00 in popluar color models

7C FC 00
RGB 124 252 0
HSL 90° 100.00% 49.41%
HSB/HSV 90° 100.00% 98.82%
CMYK 50.79% 0.00% 100.00%
1.18%

Color #7CFC00 in popluar number systems.

HEX 7C FC 00
Decimal 124 252 0
Binary 1111100 11111100 0
Octal 174 374 0

Shades and tints

Shades of #7CFC00

#7CFC00
(124,252,0)
#71E600
(113,230,0)
#66D000
(102,208,0)
#5BBA00
(91,186,0)
#50A400
(80,164,0)
#458E00
(69,142,0)
#3A7800
(58,120,0)
#2F6200
(47,98,0)
#244C00
(36,76,0)
#193600
(25,54,0)
#0E2000
(14,32,0)
#000000
(0,0,0)

Tints of #7CFC00

#7CFC00
(124,252,0)
#87FC17
(135,252,23)
#92FC2E
(146,252,46)
#9DFC45
(157,252,69)
#A8FC5C
(168,252,92)
#B3FC73
(179,252,115)
#BEFC8A
(190,252,138)
#C9FCA1
(201,252,161)
#D4FCB8
(212,252,184)
#DFFCCF
(223,252,207)
#EAFCE6
(234,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CFC00; }

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

This text font color is #7CFC00.

Background Color

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

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

This div background color is #7CFC00.

Border color

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

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

This div border color is #7CFC00.

Opacity

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

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

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

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

This text has shadow with #7CFC00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CFC00.

Preview

Color preview on black background

This text has color #7CFC00 on black background.


Color preview on white background

This text has color #7CFC00 on white background.


Black color preview on #7CFC00 background

This text has black color on #7CFC00 background.


White color preview on #7CFC00 background

This text has white color on #7CFC00 background.


Related colors

Complementary color

Complementary color for #hex is #8303FF.


I love getcolorcode.com

Gradients

Color #7CFC00 is used in Lawn Green gradient.

Lawn Green


Triadic colors

1 #007CFC and #FC007C with #7CFC00 are triadic colors.

2 #00FC7C and #FC7C00 with #7CFC00 are triadic colors.