HEX: #7CFC00
RGB: (124,252,0)
Die Farbenname ist LawnGreen. #7CFC00 enthält hauptsächlich grüne Farbe. Für #7CFC00 ist eine «websichere» Webfarbe #66FF00 (oder kurz #6F0).
Die Farbe #7CFC00 wird in RGB als (124,252,0) definiert.
RGB: (124,252,0) (49%,99%,0%)
R 124 von 255 = 49%
G 252 von 255 = 99%
B 0 von 255 = 0%
R + G + B ~ 49%. #7CFC00 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
124 + 252 + 0 = 376 (100%)
R 124 von 376 ~ 32.98%
G 252 von 376 ~ 67.02%
B 0 von 376 ~ 0%
Die Farbe #7CFC00 wird in CMYK als (51,0,100,1) definiert.
CMYK: (51,0,100,1) C51M0Y100K1 (51%,0%,100%,1%) (0.51/0.00/1.00/0.01)
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% |
Hexadezimal | 7C | FC | 00 |
Dezimal | 124 | 252 | 0 |
Binär | 1111100 | 11111100 | 0 |
Oktal | 174 | 374 | 0 |
Beispiele css- und html für Elemente in der Farbe #7CFC00. Bitte benutzen Sie auch rgb(124,252,0) statt hex-Code.
.myTextColor { color: #7CFC00; }
<p style="color:#7CFC00">This sample text font color is #7CFC00.</p>
Die Farbe dieses Textes ist #7CFC00.
.myBgColor { background-color: #7CFC00; }
<div style="background-color:#7CFC00">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7CFC00.
.myBorderColor { border: 1px solid #7CFC00; }
<div style="border:3px solid #7CFC00">Div</div>
Die Grenzen von diesem div sind in Farbe #7CFC00.
.myOpacity80 { color: #7CFC00; opacity: 0.8; }
<p style="color:#7CFC00;opacity:0.8;">80%</p>
Text in Farbe #7CFC00 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7CFC00;}
<p style="text-shadow: 3px 3px 1px #7CFC00">Text here.</p>
Dieser Text hat den Schatten in Farbe #7CFC00.
.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>
Dieser Text hat den Schatten in Grundfarbe #7CFC00 und zusätzlichem Rot.
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.
/* 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>
Dieser Text ist in der Farbe #7CFC00 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7CFC00 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7CFC00.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7CFC00.