Shades of Free Speech Green #01E81E
Tints of Free Speech Green #01E81E
RGB
CMYK
RGB Variations
Color information
#01E81E (or 0x01E81E) is known color: Free Speech Green. HEX triplet: 01, E8 and 1E. RGB value is (1,232,30). Sum of RGB (Red+Green+Blue) = 1+232+30=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 232 (91.02% from 255 or 88.21% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 232 - color contains mainly: green. Hex color #01E81E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E81E is #FE17E1. Grayscale: #8C8C8C. Windows color (decimal): -16652258 or 2025473. OLE color: 2025473.
HSL color Cylindrical-coordinate representation of color #01E81E: hue angle of 127.53º 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 #01E81E is Cyan = 1.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 232 | 30 | - |
| CMYK | 1.00 | 0 | 0.87 | 0.09 |
| HSL | 127.53º | 0.99% | 0.46% | - |
| HSV(B) | 127.53º | 1% | 0.91% | - |
| XYZ | 29.1 | 57.81 | 10.85 | - |
| YUV | 139.9 | 65.97 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 232 | 30 | 1.00 | 0 | 0.87 | 0.09 | 127.53 | 0.99 | 0.46 |
| Hex | 1 | E8 | 1E | 64 | 0 | 57 | 9 | 80 | 63 | 2E |
| Octal | 1 | 350 | 36 | 144 | 0 | 127 | 11 | 200 | 143 | 56 |
| Binary | 1 | 11101000 | 11110 | 1100100 | 0 | 1010111 | 1001 | 10000000 | 1100011 | 101110 |
Color Harmonies of #01E81E
Complementary color
Monochromatic Colors of #01E81E
Black with #01E81E
Text Example
Text Example
White with #01E81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E81E; }
p { color: rgb(1,232,30); }
H1.HeaderClassName
{
color: #01E81E;
}
.AnyTagClassName
{
color: #01E81E;
}
</style>
background-color css
<style>
a { background-color: #01E81E; }
a { background-color: rgb(1,232,30); }
div.DivClassName
{
background-color: #01E81E;
}
.BgClassName
{
background-color: #01E81E;
}
</style>
border-color css
<style>
span { border-color: #01E81E; }
span { border-color: rgb(1,232,30); }
td.TdClassName
{
border-color: #01E81E;
}
.TagClassName
{
border-color: #01E81E;
}
</style>