Shades of Free Speech Green #1EF304
Tints of Free Speech Green #1EF304
RGB
CMYK
RGB Variations
Color information
#1EF304 (or 0x1EF304) is known color: Free Speech Green. HEX triplet: 1E, F3 and 04. RGB value is (30,243,4). Sum of RGB (Red+Green+Blue) = 30+243+4=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 243 (95.31% from 255 or 87.73% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF304 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF304 is #E10CFB. Grayscale: #989898. Windows color (decimal): -14748924 or 324382. OLE color: 324382.
HSL color Cylindrical-coordinate representation of color #1EF304: hue angle of 113.47º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1EF304 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 243 | 4 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.05 |
| HSL | 113.47º | 0.97% | 0.48% | - |
| HSV(B) | 113.47º | 0.98% | 0.95% | - |
| XYZ | 32.61 | 64.39 | 10.82 | - |
| YUV | 152.07 | 44.43 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 243 | 4 | 0.88 | 0 | 0.98 | 0.05 | 113.47 | 0.97 | 0.48 |
| Hex | 1E | F3 | 4 | 58 | 0 | 62 | 5 | 71 | 61 | 30 |
| Octal | 36 | 363 | 4 | 130 | 0 | 142 | 5 | 161 | 141 | 60 |
| Binary | 11110 | 11110011 | 100 | 1011000 | 0 | 1100010 | 101 | 1110001 | 1100001 | 110000 |
Color Harmonies of #1EF304
Complementary color
Monochromatic Colors of #1EF304
Black with #1EF304
Text Example
Text Example
White with #1EF304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF304; }
p { color: rgb(30,243,4); }
H1.HeaderClassName
{
color: #1EF304;
}
.AnyTagClassName
{
color: #1EF304;
}
</style>
background-color css
<style>
a { background-color: #1EF304; }
a { background-color: rgb(30,243,4); }
div.DivClassName
{
background-color: #1EF304;
}
.BgClassName
{
background-color: #1EF304;
}
</style>
border-color css
<style>
span { border-color: #1EF304; }
span { border-color: rgb(30,243,4); }
td.TdClassName
{
border-color: #1EF304;
}
.TagClassName
{
border-color: #1EF304;
}
</style>