Shades of Free Speech Green #1EF521
Tints of Free Speech Green #1EF521
RGB
CMYK
RGB Variations
Color information
#1EF521 (or 0x1EF521) is known color: Free Speech Green. HEX triplet: 1E, F5 and 21. RGB value is (30,245,33). Sum of RGB (Red+Green+Blue) = 30+245+33=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 245 (96.09% from 255 or 79.55% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 245 - color contains mainly: green. Hex color #1EF521 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF521 is #E10ADE. Grayscale: #9D9D9D. Windows color (decimal): -14748383 or 2225438. OLE color: 2225438.
HSL color Cylindrical-coordinate representation of color #1EF521: hue angle of 120.84º degrees, saturation: 0.91, 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 #1EF521 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 245 | 33 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.04 |
| HSL | 120.84º | 0.91% | 0.54% | - |
| HSV(B) | 120.84º | 0.88% | 0.96% | - |
| XYZ | 33.46 | 65.69 | 12.35 | - |
| YUV | 156.55 | 58.27 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 245 | 33 | 0.88 | 0 | 0.87 | 0.04 | 120.84 | 0.91 | 0.54 |
| Hex | 1E | F5 | 21 | 58 | 0 | 57 | 4 | 79 | 5B | 36 |
| Octal | 36 | 365 | 41 | 130 | 0 | 127 | 4 | 171 | 133 | 66 |
| Binary | 11110 | 11110101 | 100001 | 1011000 | 0 | 1010111 | 100 | 1111001 | 1011011 | 110110 |
Color Harmonies of #1EF521
Complementary color
Monochromatic Colors of #1EF521
Black with #1EF521
Text Example
Text Example
White with #1EF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF521; }
p { color: rgb(30,245,33); }
H1.HeaderClassName
{
color: #1EF521;
}
.AnyTagClassName
{
color: #1EF521;
}
</style>
background-color css
<style>
a { background-color: #1EF521; }
a { background-color: rgb(30,245,33); }
div.DivClassName
{
background-color: #1EF521;
}
.BgClassName
{
background-color: #1EF521;
}
</style>
border-color css
<style>
span { border-color: #1EF521; }
span { border-color: rgb(30,245,33); }
td.TdClassName
{
border-color: #1EF521;
}
.TagClassName
{
border-color: #1EF521;
}
</style>