Shades of Free Speech Green #00E60E
Tints of Free Speech Green #00E60E
RGB
CMYK
RGB Variations
Color information
#00E60E (or 0x00E60E) is known color: Free Speech Green. HEX triplet: 00, E6 and 0E. RGB value is (0,230,14). Sum of RGB (Red+Green+Blue) = 0+230+14=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 230 (90.23% from 255 or 94.26% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 230 - color contains mainly: green. Hex color #00E60E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00E60E is #FF19F1. Grayscale: #898989. Windows color (decimal): -16718322 or 976384. OLE color: 976384.
HSL color Cylindrical-coordinate representation of color #00E60E: hue angle of 123.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E60E is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 230 | 14 | - |
| CMYK | 1 | 0 | 0.94 | 0.10 |
| HSL | 123.65º | 1% | 0.45% | - |
| HSV(B) | 123.65º | 1% | 0.9% | - |
| XYZ | 28.38 | 56.63 | 9.85 | - |
| YUV | 136.61 | 58.8 | 30.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 230 | 14 | 1 | 0 | 0.94 | 0.10 | 123.65 | 1 | 0.45 |
| Hex | 0 | E6 | E | 64 | 0 | 5E | A | 7C | 64 | 2D |
| Octal | 0 | 346 | 16 | 144 | 0 | 136 | 12 | 174 | 144 | 55 |
| Binary | 0 | 11100110 | 1110 | 1100100 | 0 | 1011110 | 1010 | 1111100 | 1100100 | 101101 |
Color Harmonies of #00E60E
Complementary color
Monochromatic Colors of #00E60E
Black with #00E60E
Text Example
Text Example
White with #00E60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E60E; }
p { color: rgb(0,230,14); }
H1.HeaderClassName
{
color: #00E60E;
}
.AnyTagClassName
{
color: #00E60E;
}
</style>
background-color css
<style>
a { background-color: #00E60E; }
a { background-color: rgb(0,230,14); }
div.DivClassName
{
background-color: #00E60E;
}
.BgClassName
{
background-color: #00E60E;
}
</style>
border-color css
<style>
span { border-color: #00E60E; }
span { border-color: rgb(0,230,14); }
td.TdClassName
{
border-color: #00E60E;
}
.TagClassName
{
border-color: #00E60E;
}
</style>