Shades of Free Speech Green #1EDF0E
Tints of Free Speech Green #1EDF0E
RGB
CMYK
RGB Variations
Color information
#1EDF0E (or 0x1EDF0E) is known color: Free Speech Green. HEX triplet: 1E, DF and 0E. RGB value is (30,223,14). Sum of RGB (Red+Green+Blue) = 30+223+14=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 223 (87.5% from 255 or 83.52% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDF0E is #E120F1. Grayscale: #8E8E8E. Windows color (decimal): -14754034 or 974622. OLE color: 974622.
HSL color Cylindrical-coordinate representation of color #1EDF0E: hue angle of 115.41º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1EDF0E is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 14 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.13 |
| HSL | 115.41º | 0.88% | 0.46% | - |
| HSV(B) | 115.41º | 0.94% | 0.87% | - |
| XYZ | 27 | 53.08 | 9.24 | - |
| YUV | 141.47 | 56.06 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 14 | 0.87 | 0 | 0.94 | 0.13 | 115.41 | 0.88 | 0.46 |
| Hex | 1E | DF | E | 57 | 0 | 5E | D | 73 | 58 | 2E |
| Octal | 36 | 337 | 16 | 127 | 0 | 136 | 15 | 163 | 130 | 56 |
| Binary | 11110 | 11011111 | 1110 | 1010111 | 0 | 1011110 | 1101 | 1110011 | 1011000 | 101110 |
Color Harmonies of #1EDF0E
Complementary color
Monochromatic Colors of #1EDF0E
Black with #1EDF0E
Text Example
Text Example
White with #1EDF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDF0E; }
p { color: rgb(30,223,14); }
H1.HeaderClassName
{
color: #1EDF0E;
}
.AnyTagClassName
{
color: #1EDF0E;
}
</style>
background-color css
<style>
a { background-color: #1EDF0E; }
a { background-color: rgb(30,223,14); }
div.DivClassName
{
background-color: #1EDF0E;
}
.BgClassName
{
background-color: #1EDF0E;
}
</style>
border-color css
<style>
span { border-color: #1EDF0E; }
span { border-color: rgb(30,223,14); }
td.TdClassName
{
border-color: #1EDF0E;
}
.TagClassName
{
border-color: #1EDF0E;
}
</style>