Shades of Free Speech Green #1EF62F
Tints of Free Speech Green #1EF62F
RGB
CMYK
RGB Variations
Color information
#1EF62F (or 0x1EF62F) is known color: Free Speech Green. HEX triplet: 1E, F6 and 2F. RGB value is (30,246,47). Sum of RGB (Red+Green+Blue) = 30+246+47=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 246 (96.48% from 255 or 76.16% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF62F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF62F is #E109D0. Grayscale: #9F9F9F. Windows color (decimal): -14748113 or 3143198. OLE color: 3143198.
HSL color Cylindrical-coordinate representation of color #1EF62F: hue angle of 124.72º 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 #1EF62F is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 246 | 47 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.04 |
| HSL | 124.72º | 0.92% | 0.54% | - |
| HSV(B) | 124.72º | 0.88% | 0.96% | - |
| XYZ | 34 | 66.39 | 13.71 | - |
| YUV | 158.73 | 64.94 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 246 | 47 | 0.88 | 0 | 0.81 | 0.04 | 124.72 | 0.92 | 0.54 |
| Hex | 1E | F6 | 2F | 58 | 0 | 51 | 4 | 7D | 5C | 36 |
| Octal | 36 | 366 | 57 | 130 | 0 | 121 | 4 | 175 | 134 | 66 |
| Binary | 11110 | 11110110 | 101111 | 1011000 | 0 | 1010001 | 100 | 1111101 | 1011100 | 110110 |
Color Harmonies of #1EF62F
Complementary color
Monochromatic Colors of #1EF62F
Black with #1EF62F
Text Example
Text Example
White with #1EF62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF62F; }
p { color: rgb(30,246,47); }
H1.HeaderClassName
{
color: #1EF62F;
}
.AnyTagClassName
{
color: #1EF62F;
}
</style>
background-color css
<style>
a { background-color: #1EF62F; }
a { background-color: rgb(30,246,47); }
div.DivClassName
{
background-color: #1EF62F;
}
.BgClassName
{
background-color: #1EF62F;
}
</style>
border-color css
<style>
span { border-color: #1EF62F; }
span { border-color: rgb(30,246,47); }
td.TdClassName
{
border-color: #1EF62F;
}
.TagClassName
{
border-color: #1EF62F;
}
</style>