Shades of Free Speech Green #1EF02C
Tints of Free Speech Green #1EF02C
RGB
CMYK
RGB Variations
Color information
#1EF02C (or 0x1EF02C) is known color: Free Speech Green. HEX triplet: 1E, F0 and 2C. RGB value is (30,240,44). Sum of RGB (Red+Green+Blue) = 30+240+44=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 240 (94.14% from 255 or 76.43% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF02C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF02C is #E10FD3. Grayscale: #9B9B9B. Windows color (decimal): -14749652 or 2945054. OLE color: 2945054.
HSL color Cylindrical-coordinate representation of color #1EF02C: hue angle of 124º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF02C is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 240 | 44 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.06 |
| HSL | 124º | 0.88% | 0.53% | - |
| HSV(B) | 124º | 0.88% | 0.94% | - |
| XYZ | 32.15 | 62.78 | 12.81 | - |
| YUV | 154.87 | 65.43 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 240 | 44 | 0.87 | 0 | 0.82 | 0.06 | 124 | 0.88 | 0.53 |
| Hex | 1E | F0 | 2C | 57 | 0 | 52 | 6 | 7C | 58 | 35 |
| Octal | 36 | 360 | 54 | 127 | 0 | 122 | 6 | 174 | 130 | 65 |
| Binary | 11110 | 11110000 | 101100 | 1010111 | 0 | 1010010 | 110 | 1111100 | 1011000 | 110101 |
Color Harmonies of #1EF02C
Complementary color
Monochromatic Colors of #1EF02C
Black with #1EF02C
Text Example
Text Example
White with #1EF02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF02C; }
p { color: rgb(30,240,44); }
H1.HeaderClassName
{
color: #1EF02C;
}
.AnyTagClassName
{
color: #1EF02C;
}
</style>
background-color css
<style>
a { background-color: #1EF02C; }
a { background-color: rgb(30,240,44); }
div.DivClassName
{
background-color: #1EF02C;
}
.BgClassName
{
background-color: #1EF02C;
}
</style>
border-color css
<style>
span { border-color: #1EF02C; }
span { border-color: rgb(30,240,44); }
td.TdClassName
{
border-color: #1EF02C;
}
.TagClassName
{
border-color: #1EF02C;
}
</style>