Shades of Free Speech Green #1EF02D
Tints of Free Speech Green #1EF02D
RGB
CMYK
RGB Variations
Color information
#1EF02D (or 0x1EF02D) is known color: Free Speech Green. HEX triplet: 1E, F0 and 2D. RGB value is (30,240,45). Sum of RGB (Red+Green+Blue) = 30+240+45=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 240 (94.14% from 255 or 76.19% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF02D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF02D is #E10FD2. Grayscale: #9B9B9B. Windows color (decimal): -14749651 or 3010590. OLE color: 3010590.
HSL color Cylindrical-coordinate representation of color #1EF02D: hue angle of 124.29º 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 #1EF02D is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 240 | 45 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.06 |
| HSL | 124.29º | 0.88% | 0.53% | - |
| HSV(B) | 124.29º | 0.88% | 0.94% | - |
| XYZ | 32.17 | 62.79 | 12.91 | - |
| YUV | 154.98 | 65.93 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 240 | 45 | 0.87 | 0 | 0.81 | 0.06 | 124.29 | 0.88 | 0.53 |
| Hex | 1E | F0 | 2D | 57 | 0 | 51 | 6 | 7C | 58 | 35 |
| Octal | 36 | 360 | 55 | 127 | 0 | 121 | 6 | 174 | 130 | 65 |
| Binary | 11110 | 11110000 | 101101 | 1010111 | 0 | 1010001 | 110 | 1111100 | 1011000 | 110101 |
Color Harmonies of #1EF02D
Complementary color
Monochromatic Colors of #1EF02D
Black with #1EF02D
Text Example
Text Example
White with #1EF02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF02D; }
p { color: rgb(30,240,45); }
H1.HeaderClassName
{
color: #1EF02D;
}
.AnyTagClassName
{
color: #1EF02D;
}
</style>
background-color css
<style>
a { background-color: #1EF02D; }
a { background-color: rgb(30,240,45); }
div.DivClassName
{
background-color: #1EF02D;
}
.BgClassName
{
background-color: #1EF02D;
}
</style>
border-color css
<style>
span { border-color: #1EF02D; }
span { border-color: rgb(30,240,45); }
td.TdClassName
{
border-color: #1EF02D;
}
.TagClassName
{
border-color: #1EF02D;
}
</style>