Shades of Free Speech Green #1EDF14
Tints of Free Speech Green #1EDF14
RGB
CMYK
RGB Variations
Color information
#1EDF14 (or 0x1EDF14) is known color: Free Speech Green. HEX triplet: 1E, DF and 14. RGB value is (30,223,20). Sum of RGB (Red+Green+Blue) = 30+223+20=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 223 (87.5% from 255 or 81.68% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDF14 is #E120EB. Grayscale: #8E8E8E. Windows color (decimal): -14754028 or 1367838. OLE color: 1367838.
HSL color Cylindrical-coordinate representation of color #1EDF14: hue angle of 117.04º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EDF14 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 20 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.13 |
| HSL | 117.04º | 0.84% | 0.48% | - |
| HSV(B) | 117.04º | 0.91% | 0.87% | - |
| XYZ | 27.05 | 53.1 | 9.49 | - |
| YUV | 142.15 | 59.06 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 20 | 0.87 | 0 | 0.91 | 0.13 | 117.04 | 0.84 | 0.48 |
| Hex | 1E | DF | 14 | 57 | 0 | 5B | D | 75 | 54 | 30 |
| Octal | 36 | 337 | 24 | 127 | 0 | 133 | 15 | 165 | 124 | 60 |
| Binary | 11110 | 11011111 | 10100 | 1010111 | 0 | 1011011 | 1101 | 1110101 | 1010100 | 110000 |
Color Harmonies of #1EDF14
Complementary color
Monochromatic Colors of #1EDF14
Black with #1EDF14
Text Example
Text Example
White with #1EDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDF14; }
p { color: rgb(30,223,20); }
H1.HeaderClassName
{
color: #1EDF14;
}
.AnyTagClassName
{
color: #1EDF14;
}
</style>
background-color css
<style>
a { background-color: #1EDF14; }
a { background-color: rgb(30,223,20); }
div.DivClassName
{
background-color: #1EDF14;
}
.BgClassName
{
background-color: #1EDF14;
}
</style>
border-color css
<style>
span { border-color: #1EDF14; }
span { border-color: rgb(30,223,20); }
td.TdClassName
{
border-color: #1EDF14;
}
.TagClassName
{
border-color: #1EDF14;
}
</style>