Shades of Free Speech Green #1EFE00
Tints of Free Speech Green #1EFE00
RGB
CMYK
RGB Variations
Color information
#1EFE00 (or 0x1EFE00) is known color: Free Speech Green. HEX triplet: 1E, FE and 00. RGB value is (30,254,0). Sum of RGB (Red+Green+Blue) = 30+254+0=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 254 (99.61% from 255 or 89.44% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFE00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFE00 is #E101FF. Grayscale: #9E9E9E. Windows color (decimal): -14746112 or 65054. OLE color: 65054.
HSL color Cylindrical-coordinate representation of color #1EFE00: hue angle of 112.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1EFE00 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 254 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.00 |
| HSL | 112.91º | 1% | 0.5% | - |
| HSV(B) | 112.91º | 1% | 1% | - |
| XYZ | 35.98 | 71.16 | 11.84 | - |
| YUV | 158.07 | 38.79 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 254 | 0 | 0.88 | 0 | 1 | 0.00 | 112.91 | 1 | 0.5 |
| Hex | 1E | FE | 0 | 58 | 0 | 64 | 0 | 71 | 64 | 32 |
| Octal | 36 | 376 | 0 | 130 | 0 | 144 | 0 | 161 | 144 | 62 |
| Binary | 11110 | 11111110 | 0 | 1011000 | 0 | 1100100 | 0 | 1110001 | 1100100 | 110010 |
Color Harmonies of #1EFE00
Complementary color
Monochromatic Colors of #1EFE00
Black with #1EFE00
Text Example
Text Example
White with #1EFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFE00; }
p { color: rgb(30,254,0); }
H1.HeaderClassName
{
color: #1EFE00;
}
.AnyTagClassName
{
color: #1EFE00;
}
</style>
background-color css
<style>
a { background-color: #1EFE00; }
a { background-color: rgb(30,254,0); }
div.DivClassName
{
background-color: #1EFE00;
}
.BgClassName
{
background-color: #1EFE00;
}
</style>
border-color css
<style>
span { border-color: #1EFE00; }
span { border-color: rgb(30,254,0); }
td.TdClassName
{
border-color: #1EFE00;
}
.TagClassName
{
border-color: #1EFE00;
}
</style>