Shades of Free Speech Green #1EFD04
Tints of Free Speech Green #1EFD04
RGB
CMYK
RGB Variations
Color information
#1EFD04 (or 0x1EFD04) is known color: Free Speech Green. HEX triplet: 1E, FD and 04. RGB value is (30,253,4). Sum of RGB (Red+Green+Blue) = 30+253+4=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 253 (99.22% from 255 or 88.15% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFD04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFD04 is #E102FB. Grayscale: #9E9E9E. Windows color (decimal): -14746364 or 326942. OLE color: 326942.
HSL color Cylindrical-coordinate representation of color #1EFD04: hue angle of 113.73º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1EFD04 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 253 | 4 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.01 |
| HSL | 113.73º | 0.98% | 0.5% | - |
| HSV(B) | 113.73º | 0.98% | 0.99% | - |
| XYZ | 35.68 | 70.54 | 11.85 | - |
| YUV | 157.94 | 41.12 | 36.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 253 | 4 | 0.88 | 0 | 0.98 | 0.01 | 113.73 | 0.98 | 0.5 |
| Hex | 1E | FD | 4 | 58 | 0 | 62 | 1 | 72 | 62 | 32 |
| Octal | 36 | 375 | 4 | 130 | 0 | 142 | 1 | 162 | 142 | 62 |
| Binary | 11110 | 11111101 | 100 | 1011000 | 0 | 1100010 | 1 | 1110010 | 1100010 | 110010 |
Color Harmonies of #1EFD04
Complementary color
Monochromatic Colors of #1EFD04
Black with #1EFD04
Text Example
Text Example
White with #1EFD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFD04; }
p { color: rgb(30,253,4); }
H1.HeaderClassName
{
color: #1EFD04;
}
.AnyTagClassName
{
color: #1EFD04;
}
</style>
background-color css
<style>
a { background-color: #1EFD04; }
a { background-color: rgb(30,253,4); }
div.DivClassName
{
background-color: #1EFD04;
}
.BgClassName
{
background-color: #1EFD04;
}
</style>
border-color css
<style>
span { border-color: #1EFD04; }
span { border-color: rgb(30,253,4); }
td.TdClassName
{
border-color: #1EFD04;
}
.TagClassName
{
border-color: #1EFD04;
}
</style>