Shades of Free Speech Green #1EF62C
Tints of Free Speech Green #1EF62C
RGB
CMYK
RGB Variations
Color information
#1EF62C (or 0x1EF62C) is known color: Free Speech Green. HEX triplet: 1E, F6 and 2C. RGB value is (30,246,44). Sum of RGB (Red+Green+Blue) = 30+246+44=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 246 (96.48% from 255 or 76.88% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF62C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF62C is #E109D3. Grayscale: #9E9E9E. Windows color (decimal): -14748116 or 2946590. OLE color: 2946590.
HSL color Cylindrical-coordinate representation of color #1EF62C: hue angle of 123.89º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF62C is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 246 | 44 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.04 |
| HSL | 123.89º | 0.92% | 0.54% | - |
| HSV(B) | 123.89º | 0.88% | 0.96% | - |
| XYZ | 33.95 | 66.37 | 13.4 | - |
| YUV | 158.39 | 63.44 | 36.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 246 | 44 | 0.88 | 0 | 0.82 | 0.04 | 123.89 | 0.92 | 0.54 |
| Hex | 1E | F6 | 2C | 58 | 0 | 52 | 4 | 7C | 5C | 36 |
| Octal | 36 | 366 | 54 | 130 | 0 | 122 | 4 | 174 | 134 | 66 |
| Binary | 11110 | 11110110 | 101100 | 1011000 | 0 | 1010010 | 100 | 1111100 | 1011100 | 110110 |
Color Harmonies of #1EF62C
Complementary color
Monochromatic Colors of #1EF62C
Black with #1EF62C
Text Example
Text Example
White with #1EF62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF62C; }
p { color: rgb(30,246,44); }
H1.HeaderClassName
{
color: #1EF62C;
}
.AnyTagClassName
{
color: #1EF62C;
}
</style>
background-color css
<style>
a { background-color: #1EF62C; }
a { background-color: rgb(30,246,44); }
div.DivClassName
{
background-color: #1EF62C;
}
.BgClassName
{
background-color: #1EF62C;
}
</style>
border-color css
<style>
span { border-color: #1EF62C; }
span { border-color: rgb(30,246,44); }
td.TdClassName
{
border-color: #1EF62C;
}
.TagClassName
{
border-color: #1EF62C;
}
</style>