Shades of Free Speech Green #01E117
Tints of Free Speech Green #01E117
RGB
CMYK
RGB Variations
Color information
#01E117 (or 0x01E117) is known color: Free Speech Green. HEX triplet: 01, E1 and 17. RGB value is (1,225,23). Sum of RGB (Red+Green+Blue) = 1+225+23=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 225 (88.28% from 255 or 90.36% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 225 - color contains mainly: green. Hex color #01E117 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E117 is #FE1EE8. Grayscale: #878787. Windows color (decimal): -16654057 or 1564929. OLE color: 1564929.
HSL color Cylindrical-coordinate representation of color #01E117: hue angle of 125.89º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E117 is Cyan = 1.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 23 | - |
| CMYK | 1.00 | 0 | 0.90 | 0.12 |
| HSL | 125.89º | 0.99% | 0.44% | - |
| HSV(B) | 125.89º | 1% | 0.88% | - |
| XYZ | 27.09 | 53.92 | 9.79 | - |
| YUV | 135 | 64.79 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 23 | 1.00 | 0 | 0.90 | 0.12 | 125.89 | 0.99 | 0.44 |
| Hex | 1 | E1 | 17 | 64 | 0 | 5A | C | 7E | 63 | 2C |
| Octal | 1 | 341 | 27 | 144 | 0 | 132 | 14 | 176 | 143 | 54 |
| Binary | 1 | 11100001 | 10111 | 1100100 | 0 | 1011010 | 1100 | 1111110 | 1100011 | 101100 |
Color Harmonies of #01E117
Complementary color
Monochromatic Colors of #01E117
Black with #01E117
Text Example
Text Example
White with #01E117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E117; }
p { color: rgb(1,225,23); }
H1.HeaderClassName
{
color: #01E117;
}
.AnyTagClassName
{
color: #01E117;
}
</style>
background-color css
<style>
a { background-color: #01E117; }
a { background-color: rgb(1,225,23); }
div.DivClassName
{
background-color: #01E117;
}
.BgClassName
{
background-color: #01E117;
}
</style>
border-color css
<style>
span { border-color: #01E117; }
span { border-color: rgb(1,225,23); }
td.TdClassName
{
border-color: #01E117;
}
.TagClassName
{
border-color: #01E117;
}
</style>