HEX: #32CD32
RGB: (50,205,50)
Die Farbenname ist LimeGreen. #32CD32 enthält hauptsächlich grüne Farbe. Für #32CD32 ist eine «websichere» Webfarbe #33CC33 (oder kurz #3C3).
Die Farbe #32CD32 wird in RGB als (50,205,50) definiert.
RGB: (50,205,50) (20%,80%,20%)
R 50 von 255 = 20%
G 205 von 255 = 80%
B 50 von 255 = 20%
R + G + B ~ 40%. #32CD32 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
50 + 205 + 50 = 305 (100%)
R 50 von 305 ~ 16.39%
G 205 von 305 ~ 67.21%
B 50 von 305 ~ 16.39%
Die Farbe #32CD32 wird in CMYK als (76,0,76,20) definiert.
CMYK: (76,0,76,20) C76M0Y76K20 (76%,0%,76%,20%) (0.76/0.00/0.76/0.20)
32 | CD | 32 | |
---|---|---|---|
RGB | 50 | 205 | 50 |
HSL | 120° | 60.78% | 50.00% |
HSB/HSV | 120° | 75.61% | 80.39% |
CMYK | 75.61% | 0.00% | 75.61% |
19.61% |
Hexadezimal | 32 | CD | 32 |
Dezimal | 50 | 205 | 50 |
Binär | 110010 | 11001101 | 110010 |
Oktal | 62 | 315 | 62 |
Beispiele css- und html für Elemente in der Farbe #32CD32. Bitte benutzen Sie auch rgb(50,205,50) statt hex-Code.
.myTextColor { color: #32CD32; }
<p style="color:#32CD32">This sample text font color is #32CD32.</p>
Die Farbe dieses Textes ist #32CD32.
.myBgColor { background-color: #32CD32; }
<div style="background-color:#32CD32">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #32CD32.
.myBorderColor { border: 1px solid #32CD32; }
<div style="border:3px solid #32CD32">Div</div>
Die Grenzen von diesem div sind in Farbe #32CD32.
.myOpacity80 { color: #32CD32; opacity: 0.8; }
<p style="color:#32CD32;opacity:0.8;">80%</p>
Text in Farbe #32CD32 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #32CD32;}
<p style="text-shadow: 3px 3px 1px #32CD32">Text here.</p>
Dieser Text hat den Schatten in Farbe #32CD32.
.textShadow {text-shadow: 3px 3px 1px #32CD32, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #32CD32, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #32CD32 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#32CD32, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#32CD32, Direction=45, Strength=4)">Text</p>
This text has shadow with #32CD32 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #32CD32; -webkit-box-shadow: 1px 1px 3px 2px #32CD32; box-shadow: 1px 1px 3px 2px #32CD32; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #32CD32; -webkit-box-shadow: 1px 1px 3px 2px #32CD32; box-shadow:1px 1px 3px 2px #32CD32;">
Div content here</div>
Dieser Text ist in der Farbe #32CD32 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #32CD32 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #32CD32.
Dieser Text ist weiß auf dem Hintergrund in Farbe #32CD32.