Shades of Free Speech Green #1EF504
Tints of Free Speech Green #1EF504
RGB
CMYK
RGB Variations
Color information
#1EF504 (or 0x1EF504) is known color: Free Speech Green. HEX triplet: 1E, F5 and 04. RGB value is (30,245,4). Sum of RGB (Red+Green+Blue) = 30+245+4=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 245 (96.09% from 255 or 87.81% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 245 - color contains mainly: green. Hex color #1EF504 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF504 is #E10AFB. Grayscale: #999999. Windows color (decimal): -14748412 or 324894. OLE color: 324894.
HSL color Cylindrical-coordinate representation of color #1EF504: hue angle of 113.53º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1EF504 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 245 | 4 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.04 |
| HSL | 113.53º | 0.97% | 0.49% | - |
| HSV(B) | 113.53º | 0.98% | 0.96% | - |
| XYZ | 33.21 | 65.59 | 11.02 | - |
| YUV | 153.24 | 43.77 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 245 | 4 | 0.88 | 0 | 0.98 | 0.04 | 113.53 | 0.97 | 0.49 |
| Hex | 1E | F5 | 4 | 58 | 0 | 62 | 4 | 72 | 61 | 31 |
| Octal | 36 | 365 | 4 | 130 | 0 | 142 | 4 | 162 | 141 | 61 |
| Binary | 11110 | 11110101 | 100 | 1011000 | 0 | 1100010 | 100 | 1110010 | 1100001 | 110001 |
Color Harmonies of #1EF504
Complementary color
Monochromatic Colors of #1EF504
Black with #1EF504
Text Example
Text Example
White with #1EF504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF504; }
p { color: rgb(30,245,4); }
H1.HeaderClassName
{
color: #1EF504;
}
.AnyTagClassName
{
color: #1EF504;
}
</style>
background-color css
<style>
a { background-color: #1EF504; }
a { background-color: rgb(30,245,4); }
div.DivClassName
{
background-color: #1EF504;
}
.BgClassName
{
background-color: #1EF504;
}
</style>
border-color css
<style>
span { border-color: #1EF504; }
span { border-color: rgb(30,245,4); }
td.TdClassName
{
border-color: #1EF504;
}
.TagClassName
{
border-color: #1EF504;
}
</style>