Shades of Free Speech Green #00E911
Tints of Free Speech Green #00E911
RGB
CMYK
RGB Variations
Color information
#00E911 (or 0x00E911) is known color: Free Speech Green. HEX triplet: 00, E9 and 11. RGB value is (0,233,17). Sum of RGB (Red+Green+Blue) = 0+233+17=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 233 (91.41% from 255 or 93.2% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 233 - color contains mainly: green. Hex color #00E911 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00E911 is #FF16EE. Grayscale: #8B8B8B. Windows color (decimal): -16717551 or 1173760. OLE color: 1173760.
HSL color Cylindrical-coordinate representation of color #00E911: hue angle of 124.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E911 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 233 | 17 | - |
| CMYK | 1 | 0 | 0.93 | 0.09 |
| HSL | 124.38º | 1% | 0.46% | - |
| HSV(B) | 124.38º | 1% | 0.91% | - |
| XYZ | 29.24 | 58.32 | 10.25 | - |
| YUV | 138.71 | 59.31 | 29.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 233 | 17 | 1 | 0 | 0.93 | 0.09 | 124.38 | 1 | 0.46 |
| Hex | 0 | E9 | 11 | 64 | 0 | 5D | 9 | 7C | 64 | 2E |
| Octal | 0 | 351 | 21 | 144 | 0 | 135 | 11 | 174 | 144 | 56 |
| Binary | 0 | 11101001 | 10001 | 1100100 | 0 | 1011101 | 1001 | 1111100 | 1100100 | 101110 |
Color Harmonies of #00E911
Complementary color
Monochromatic Colors of #00E911
Black with #00E911
Text Example
Text Example
White with #00E911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E911; }
p { color: rgb(0,233,17); }
H1.HeaderClassName
{
color: #00E911;
}
.AnyTagClassName
{
color: #00E911;
}
</style>
background-color css
<style>
a { background-color: #00E911; }
a { background-color: rgb(0,233,17); }
div.DivClassName
{
background-color: #00E911;
}
.BgClassName
{
background-color: #00E911;
}
</style>
border-color css
<style>
span { border-color: #00E911; }
span { border-color: rgb(0,233,17); }
td.TdClassName
{
border-color: #00E911;
}
.TagClassName
{
border-color: #00E911;
}
</style>