Shades of Free Speech Green #00E314
Tints of Free Speech Green #00E314
RGB
CMYK
RGB Variations
Color information
#00E314 (or 0x00E314) is known color: Free Speech Green. HEX triplet: 00, E3 and 14. RGB value is (0,227,20). Sum of RGB (Red+Green+Blue) = 0+227+20=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 227 (89.06% from 255 or 91.90% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 227 - color contains mainly: green. Hex color #00E314 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00E314 is #FF1CEB. Grayscale: #888888. Windows color (decimal): -16719084 or 1368832. OLE color: 1368832.
HSL color Cylindrical-coordinate representation of color #00E314: hue angle of 125.29º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E314 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 227 | 20 | - |
| CMYK | 1 | 0 | 0.91 | 0.11 |
| HSL | 125.29º | 1% | 0.45% | - |
| HSV(B) | 125.29º | 1% | 0.89% | - |
| XYZ | 27.6 | 54.99 | 9.82 | - |
| YUV | 135.53 | 62.79 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 227 | 20 | 1 | 0 | 0.91 | 0.11 | 125.29 | 1 | 0.45 |
| Hex | 0 | E3 | 14 | 64 | 0 | 5B | B | 7D | 64 | 2D |
| Octal | 0 | 343 | 24 | 144 | 0 | 133 | 13 | 175 | 144 | 55 |
| Binary | 0 | 11100011 | 10100 | 1100100 | 0 | 1011011 | 1011 | 1111101 | 1100100 | 101101 |
Color Harmonies of #00E314
Complementary color
Monochromatic Colors of #00E314
Black with #00E314
Text Example
Text Example
White with #00E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E314; }
p { color: rgb(0,227,20); }
H1.HeaderClassName
{
color: #00E314;
}
.AnyTagClassName
{
color: #00E314;
}
</style>
background-color css
<style>
a { background-color: #00E314; }
a { background-color: rgb(0,227,20); }
div.DivClassName
{
background-color: #00E314;
}
.BgClassName
{
background-color: #00E314;
}
</style>
border-color css
<style>
span { border-color: #00E314; }
span { border-color: rgb(0,227,20); }
td.TdClassName
{
border-color: #00E314;
}
.TagClassName
{
border-color: #00E314;
}
</style>