Shades of Free Speech Green #1EF705
Tints of Free Speech Green #1EF705
RGB
CMYK
RGB Variations
Color information
#1EF705 (or 0x1EF705) is known color: Free Speech Green. HEX triplet: 1E, F7 and 05. RGB value is (30,247,5). Sum of RGB (Red+Green+Blue) = 30+247+5=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 247 (96.88% from 255 or 87.59% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 247 - color contains mainly: green. Hex color #1EF705 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF705 is #E108FA. Grayscale: #9B9B9B. Windows color (decimal): -14747899 or 390942. OLE color: 390942.
HSL color Cylindrical-coordinate representation of color #1EF705: hue angle of 113.8º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1EF705 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 247 | 5 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.03 |
| HSL | 113.8º | 0.96% | 0.49% | - |
| HSV(B) | 113.8º | 0.98% | 0.97% | - |
| XYZ | 33.82 | 66.81 | 11.26 | - |
| YUV | 154.53 | 43.61 | 39.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 247 | 5 | 0.88 | 0 | 0.98 | 0.03 | 113.8 | 0.96 | 0.49 |
| Hex | 1E | F7 | 5 | 58 | 0 | 62 | 3 | 72 | 60 | 31 |
| Octal | 36 | 367 | 5 | 130 | 0 | 142 | 3 | 162 | 140 | 61 |
| Binary | 11110 | 11110111 | 101 | 1011000 | 0 | 1100010 | 11 | 1110010 | 1100000 | 110001 |
Color Harmonies of #1EF705
Complementary color
Monochromatic Colors of #1EF705
Black with #1EF705
Text Example
Text Example
White with #1EF705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF705; }
p { color: rgb(30,247,5); }
H1.HeaderClassName
{
color: #1EF705;
}
.AnyTagClassName
{
color: #1EF705;
}
</style>
background-color css
<style>
a { background-color: #1EF705; }
a { background-color: rgb(30,247,5); }
div.DivClassName
{
background-color: #1EF705;
}
.BgClassName
{
background-color: #1EF705;
}
</style>
border-color css
<style>
span { border-color: #1EF705; }
span { border-color: rgb(30,247,5); }
td.TdClassName
{
border-color: #1EF705;
}
.TagClassName
{
border-color: #1EF705;
}
</style>