Shades of Free Speech Green #1EF117
Tints of Free Speech Green #1EF117
RGB
CMYK
RGB Variations
Color information
#1EF117 (or 0x1EF117) is known color: Free Speech Green. HEX triplet: 1E, F1 and 17. RGB value is (30,241,23). Sum of RGB (Red+Green+Blue) = 30+241+23=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 241 (94.53% from 255 or 81.97% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF117 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF117 is #E10EE8. Grayscale: #999999. Windows color (decimal): -14749417 or 1569054. OLE color: 1569054.
HSL color Cylindrical-coordinate representation of color #1EF117: hue angle of 118.07º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EF117 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 241 | 23 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.05 |
| HSL | 118.07º | 0.89% | 0.52% | - |
| HSV(B) | 118.07º | 0.9% | 0.95% | - |
| XYZ | 32.15 | 63.25 | 11.32 | - |
| YUV | 153.06 | 54.6 | 40.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 241 | 23 | 0.88 | 0 | 0.90 | 0.05 | 118.07 | 0.89 | 0.52 |
| Hex | 1E | F1 | 17 | 58 | 0 | 5A | 5 | 76 | 59 | 34 |
| Octal | 36 | 361 | 27 | 130 | 0 | 132 | 5 | 166 | 131 | 64 |
| Binary | 11110 | 11110001 | 10111 | 1011000 | 0 | 1011010 | 101 | 1110110 | 1011001 | 110100 |
Color Harmonies of #1EF117
Complementary color
Monochromatic Colors of #1EF117
Black with #1EF117
Text Example
Text Example
White with #1EF117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF117; }
p { color: rgb(30,241,23); }
H1.HeaderClassName
{
color: #1EF117;
}
.AnyTagClassName
{
color: #1EF117;
}
</style>
background-color css
<style>
a { background-color: #1EF117; }
a { background-color: rgb(30,241,23); }
div.DivClassName
{
background-color: #1EF117;
}
.BgClassName
{
background-color: #1EF117;
}
</style>
border-color css
<style>
span { border-color: #1EF117; }
span { border-color: rgb(30,241,23); }
td.TdClassName
{
border-color: #1EF117;
}
.TagClassName
{
border-color: #1EF117;
}
</style>