Shades of Free Speech Green #01E81C
Tints of Free Speech Green #01E81C
RGB
CMYK
RGB Variations
Color information
#01E81C (or 0x01E81C) is known color: Free Speech Green. HEX triplet: 01, E8 and 1C. RGB value is (1,232,28). Sum of RGB (Red+Green+Blue) = 1+232+28=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 232 (91.02% from 255 or 88.89% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 232 - color contains mainly: green. Hex color #01E81C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E81C is #FE17E3. Grayscale: #8C8C8C. Windows color (decimal): -16652260 or 1894401. OLE color: 1894401.
HSL color Cylindrical-coordinate representation of color #01E81C: hue angle of 127.01º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E81C is Cyan = 1.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 232 | 28 | - |
| CMYK | 1.00 | 0 | 0.88 | 0.09 |
| HSL | 127.01º | 0.99% | 0.46% | - |
| HSV(B) | 127.01º | 1% | 0.91% | - |
| XYZ | 29.08 | 57.8 | 10.72 | - |
| YUV | 139.68 | 64.97 | 29.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 232 | 28 | 1.00 | 0 | 0.88 | 0.09 | 127.01 | 0.99 | 0.46 |
| Hex | 1 | E8 | 1C | 64 | 0 | 58 | 9 | 7F | 63 | 2E |
| Octal | 1 | 350 | 34 | 144 | 0 | 130 | 11 | 177 | 143 | 56 |
| Binary | 1 | 11101000 | 11100 | 1100100 | 0 | 1011000 | 1001 | 1111111 | 1100011 | 101110 |
Color Harmonies of #01E81C
Complementary color
Monochromatic Colors of #01E81C
Black with #01E81C
Text Example
Text Example
White with #01E81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E81C; }
p { color: rgb(1,232,28); }
H1.HeaderClassName
{
color: #01E81C;
}
.AnyTagClassName
{
color: #01E81C;
}
</style>
background-color css
<style>
a { background-color: #01E81C; }
a { background-color: rgb(1,232,28); }
div.DivClassName
{
background-color: #01E81C;
}
.BgClassName
{
background-color: #01E81C;
}
</style>
border-color css
<style>
span { border-color: #01E81C; }
span { border-color: rgb(1,232,28); }
td.TdClassName
{
border-color: #01E81C;
}
.TagClassName
{
border-color: #01E81C;
}
</style>