Shades of Free Speech Green #1EFC07
Tints of Free Speech Green #1EFC07
RGB
CMYK
RGB Variations
Color information
#1EFC07 (or 0x1EFC07) is known color: Free Speech Green. HEX triplet: 1E, FC and 07. RGB value is (30,252,7). Sum of RGB (Red+Green+Blue) = 30+252+7=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 252 (98.83% from 255 or 87.20% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFC07 is #E103F8. Grayscale: #9E9E9E. Windows color (decimal): -14746617 or 523294. OLE color: 523294.
HSL color Cylindrical-coordinate representation of color #1EFC07: hue angle of 114.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1EFC07 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 252 | 7 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.01 |
| HSL | 114.37º | 0.98% | 0.51% | - |
| HSV(B) | 114.37º | 0.97% | 0.99% | - |
| XYZ | 35.38 | 69.91 | 11.83 | - |
| YUV | 157.69 | 42.95 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 252 | 7 | 0.88 | 0 | 0.97 | 0.01 | 114.37 | 0.98 | 0.51 |
| Hex | 1E | FC | 7 | 58 | 0 | 61 | 1 | 72 | 62 | 33 |
| Octal | 36 | 374 | 7 | 130 | 0 | 141 | 1 | 162 | 142 | 63 |
| Binary | 11110 | 11111100 | 111 | 1011000 | 0 | 1100001 | 1 | 1110010 | 1100010 | 110011 |
Color Harmonies of #1EFC07
Complementary color
Monochromatic Colors of #1EFC07
Black with #1EFC07
Text Example
Text Example
White with #1EFC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFC07; }
p { color: rgb(30,252,7); }
H1.HeaderClassName
{
color: #1EFC07;
}
.AnyTagClassName
{
color: #1EFC07;
}
</style>
background-color css
<style>
a { background-color: #1EFC07; }
a { background-color: rgb(30,252,7); }
div.DivClassName
{
background-color: #1EFC07;
}
.BgClassName
{
background-color: #1EFC07;
}
</style>
border-color css
<style>
span { border-color: #1EFC07; }
span { border-color: rgb(30,252,7); }
td.TdClassName
{
border-color: #1EFC07;
}
.TagClassName
{
border-color: #1EFC07;
}
</style>