Shades of Free Speech Green #1EFE14
Tints of Free Speech Green #1EFE14
RGB
CMYK
RGB Variations
Color information
#1EFE14 (or 0x1EFE14) is known color: Free Speech Green. HEX triplet: 1E, FE and 14. RGB value is (30,254,20). Sum of RGB (Red+Green+Blue) = 30+254+20=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 254 (99.61% from 255 or 83.55% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFE14 is #E101EB. Grayscale: #A1A1A1. Windows color (decimal): -14746092 or 1375774. OLE color: 1375774.
HSL color Cylindrical-coordinate representation of color #1EFE14: hue angle of 117.44º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1EFE14 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 254 | 20 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.00 |
| HSL | 117.44º | 0.99% | 0.54% | - |
| HSV(B) | 117.44º | 0.92% | 1% | - |
| XYZ | 36.1 | 71.21 | 12.5 | - |
| YUV | 160.35 | 48.79 | 35.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 254 | 20 | 0.88 | 0 | 0.92 | 0.00 | 117.44 | 0.99 | 0.54 |
| Hex | 1E | FE | 14 | 58 | 0 | 5C | 0 | 75 | 63 | 36 |
| Octal | 36 | 376 | 24 | 130 | 0 | 134 | 0 | 165 | 143 | 66 |
| Binary | 11110 | 11111110 | 10100 | 1011000 | 0 | 1011100 | 0 | 1110101 | 1100011 | 110110 |
Color Harmonies of #1EFE14
Complementary color
Monochromatic Colors of #1EFE14
Black with #1EFE14
Text Example
Text Example
White with #1EFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFE14; }
p { color: rgb(30,254,20); }
H1.HeaderClassName
{
color: #1EFE14;
}
.AnyTagClassName
{
color: #1EFE14;
}
</style>
background-color css
<style>
a { background-color: #1EFE14; }
a { background-color: rgb(30,254,20); }
div.DivClassName
{
background-color: #1EFE14;
}
.BgClassName
{
background-color: #1EFE14;
}
</style>
border-color css
<style>
span { border-color: #1EFE14; }
span { border-color: rgb(30,254,20); }
td.TdClassName
{
border-color: #1EFE14;
}
.TagClassName
{
border-color: #1EFE14;
}
</style>