Shades of Free Speech Green #01EF1E
Tints of Free Speech Green #01EF1E
RGB
CMYK
RGB Variations
Color information
#01EF1E (or 0x01EF1E) is known color: Free Speech Green. HEX triplet: 01, EF and 1E. RGB value is (1,239,30). Sum of RGB (Red+Green+Blue) = 1+239+30=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 239 (93.75% from 255 or 88.52% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EF1E is #FE10E1. Grayscale: #909090. Windows color (decimal): -16650466 or 2027265. OLE color: 2027265.
HSL color Cylindrical-coordinate representation of color #01EF1E: hue angle of 127.31º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EF1E is Cyan = 1.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 239 | 30 | - |
| CMYK | 1.00 | 0 | 0.87 | 0.06 |
| HSL | 127.31º | 0.99% | 0.47% | - |
| HSV(B) | 127.31º | 1% | 0.94% | - |
| XYZ | 31.11 | 61.83 | 11.52 | - |
| YUV | 144.01 | 63.65 | 25.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 30 | 1.00 | 0 | 0.87 | 0.06 | 127.31 | 0.99 | 0.47 |
| Hex | 1 | EF | 1E | 64 | 0 | 57 | 6 | 7F | 63 | 2F |
| Octal | 1 | 357 | 36 | 144 | 0 | 127 | 6 | 177 | 143 | 57 |
| Binary | 1 | 11101111 | 11110 | 1100100 | 0 | 1010111 | 110 | 1111111 | 1100011 | 101111 |
Color Harmonies of #01EF1E
Complementary color
Monochromatic Colors of #01EF1E
Black with #01EF1E
Text Example
Text Example
White with #01EF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EF1E; }
p { color: rgb(1,239,30); }
H1.HeaderClassName
{
color: #01EF1E;
}
.AnyTagClassName
{
color: #01EF1E;
}
</style>
background-color css
<style>
a { background-color: #01EF1E; }
a { background-color: rgb(1,239,30); }
div.DivClassName
{
background-color: #01EF1E;
}
.BgClassName
{
background-color: #01EF1E;
}
</style>
border-color css
<style>
span { border-color: #01EF1E; }
span { border-color: rgb(1,239,30); }
td.TdClassName
{
border-color: #01EF1E;
}
.TagClassName
{
border-color: #01EF1E;
}
</style>