Shades of Free Speech Green #1EDF0C
Tints of Free Speech Green #1EDF0C
RGB
CMYK
RGB Variations
Color information
#1EDF0C (or 0x1EDF0C) is known color: Free Speech Green. HEX triplet: 1E, DF and 0C. RGB value is (30,223,12). Sum of RGB (Red+Green+Blue) = 30+223+12=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 223 (87.5% from 255 or 84.15% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDF0C is #E120F3. Grayscale: #8D8D8D. Windows color (decimal): -14754036 or 843550. OLE color: 843550.
HSL color Cylindrical-coordinate representation of color #1EDF0C: hue angle of 114.88º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1EDF0C is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 12 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.13 |
| HSL | 114.88º | 0.9% | 0.46% | - |
| HSV(B) | 114.88º | 0.95% | 0.87% | - |
| XYZ | 26.99 | 53.08 | 9.17 | - |
| YUV | 141.24 | 55.06 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 12 | 0.87 | 0 | 0.95 | 0.13 | 114.88 | 0.9 | 0.46 |
| Hex | 1E | DF | C | 57 | 0 | 5F | D | 73 | 5A | 2E |
| Octal | 36 | 337 | 14 | 127 | 0 | 137 | 15 | 163 | 132 | 56 |
| Binary | 11110 | 11011111 | 1100 | 1010111 | 0 | 1011111 | 1101 | 1110011 | 1011010 | 101110 |
Color Harmonies of #1EDF0C
Complementary color
Monochromatic Colors of #1EDF0C
Black with #1EDF0C
Text Example
Text Example
White with #1EDF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDF0C; }
p { color: rgb(30,223,12); }
H1.HeaderClassName
{
color: #1EDF0C;
}
.AnyTagClassName
{
color: #1EDF0C;
}
</style>
background-color css
<style>
a { background-color: #1EDF0C; }
a { background-color: rgb(30,223,12); }
div.DivClassName
{
background-color: #1EDF0C;
}
.BgClassName
{
background-color: #1EDF0C;
}
</style>
border-color css
<style>
span { border-color: #1EDF0C; }
span { border-color: rgb(30,223,12); }
td.TdClassName
{
border-color: #1EDF0C;
}
.TagClassName
{
border-color: #1EDF0C;
}
</style>