Shades of Free Speech Green #01EE0B
Tints of Free Speech Green #01EE0B
RGB
CMYK
RGB Variations
Color information
#01EE0B (or 0x01EE0B) is known color: Free Speech Green. HEX triplet: 01, EE and 0B. RGB value is (1,238,11). Sum of RGB (Red+Green+Blue) = 1+238+11=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 238 (93.36% from 255 or 95.2% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 238 - color contains mainly: green. Hex color #01EE0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01EE0B is #FE11F4. Grayscale: #8D8D8D. Windows color (decimal): -16650741 or 781825. OLE color: 781825.
HSL color Cylindrical-coordinate representation of color #01EE0B: hue angle of 122.53º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EE0B is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 238 | 11 | - |
| CMYK | 1.00 | 0 | 0.95 | 0.07 |
| HSL | 122.53º | 0.99% | 0.47% | - |
| HSV(B) | 122.53º | 1% | 0.93% | - |
| XYZ | 30.65 | 61.18 | 10.51 | - |
| YUV | 141.26 | 54.48 | 27.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 238 | 11 | 1.00 | 0 | 0.95 | 0.07 | 122.53 | 0.99 | 0.47 |
| Hex | 1 | EE | B | 64 | 0 | 5F | 7 | 7B | 63 | 2F |
| Octal | 1 | 356 | 13 | 144 | 0 | 137 | 7 | 173 | 143 | 57 |
| Binary | 1 | 11101110 | 1011 | 1100100 | 0 | 1011111 | 111 | 1111011 | 1100011 | 101111 |
Color Harmonies of #01EE0B
Complementary color
Monochromatic Colors of #01EE0B
Black with #01EE0B
Text Example
Text Example
White with #01EE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EE0B; }
p { color: rgb(1,238,11); }
H1.HeaderClassName
{
color: #01EE0B;
}
.AnyTagClassName
{
color: #01EE0B;
}
</style>
background-color css
<style>
a { background-color: #01EE0B; }
a { background-color: rgb(1,238,11); }
div.DivClassName
{
background-color: #01EE0B;
}
.BgClassName
{
background-color: #01EE0B;
}
</style>
border-color css
<style>
span { border-color: #01EE0B; }
span { border-color: rgb(1,238,11); }
td.TdClassName
{
border-color: #01EE0B;
}
.TagClassName
{
border-color: #01EE0B;
}
</style>