Shades of Free Speech Green #1EED1F
Tints of Free Speech Green #1EED1F
RGB
CMYK
RGB Variations
Color information
#1EED1F (or 0x1EED1F) is known color: Free Speech Green. HEX triplet: 1E, ED and 1F. RGB value is (30,237,31). Sum of RGB (Red+Green+Blue) = 30+237+31=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 237 (92.97% from 255 or 79.53% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 237 - color contains mainly: green. Hex color #1EED1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EED1F is #E112E0. Grayscale: #989898. Windows color (decimal): -14750433 or 2092318. OLE color: 2092318.
HSL color Cylindrical-coordinate representation of color #1EED1F: hue angle of 120.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EED1F is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 237 | 31 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.07 |
| HSL | 120.29º | 0.85% | 0.52% | - |
| HSV(B) | 120.29º | 0.87% | 0.93% | - |
| XYZ | 31.07 | 60.94 | 11.42 | - |
| YUV | 151.62 | 59.92 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 31 | 0.87 | 0 | 0.87 | 0.07 | 120.29 | 0.85 | 0.52 |
| Hex | 1E | ED | 1F | 57 | 0 | 57 | 7 | 78 | 55 | 34 |
| Octal | 36 | 355 | 37 | 127 | 0 | 127 | 7 | 170 | 125 | 64 |
| Binary | 11110 | 11101101 | 11111 | 1010111 | 0 | 1010111 | 111 | 1111000 | 1010101 | 110100 |
Color Harmonies of #1EED1F
Complementary color
Monochromatic Colors of #1EED1F
Black with #1EED1F
Text Example
Text Example
White with #1EED1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EED1F; }
p { color: rgb(30,237,31); }
H1.HeaderClassName
{
color: #1EED1F;
}
.AnyTagClassName
{
color: #1EED1F;
}
</style>
background-color css
<style>
a { background-color: #1EED1F; }
a { background-color: rgb(30,237,31); }
div.DivClassName
{
background-color: #1EED1F;
}
.BgClassName
{
background-color: #1EED1F;
}
</style>
border-color css
<style>
span { border-color: #1EED1F; }
span { border-color: rgb(30,237,31); }
td.TdClassName
{
border-color: #1EED1F;
}
.TagClassName
{
border-color: #1EED1F;
}
</style>