Shades of Free Speech Green #0EE500
Tints of Free Speech Green #0EE500
RGB
CMYK
RGB Variations
Color information
#0EE500 (or 0x0EE500) is known color: Free Speech Green. HEX triplet: 0E, E5 and 00. RGB value is (14,229,0). Sum of RGB (Red+Green+Blue) = 14+229+0=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 229 (89.84% from 255 or 94.24% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 229 - color contains mainly: green. Hex color #0EE500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE500 is #F11AFF. Grayscale: #8B8B8B. Windows color (decimal): -15801088 or 58638. OLE color: 58638.
HSL color Cylindrical-coordinate representation of color #0EE500: hue angle of 116.33º 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 #0EE500 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 229 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.10 |
| HSL | 116.33º | 1% | 0.45% | - |
| HSV(B) | 116.33º | 1% | 0.9% | - |
| XYZ | 28.2 | 56.13 | 9.35 | - |
| YUV | 138.61 | 49.77 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 229 | 0 | 0.94 | 0 | 1 | 0.10 | 116.33 | 1 | 0.45 |
| Hex | E | E5 | 0 | 5E | 0 | 64 | A | 74 | 64 | 2D |
| Octal | 16 | 345 | 0 | 136 | 0 | 144 | 12 | 164 | 144 | 55 |
| Binary | 1110 | 11100101 | 0 | 1011110 | 0 | 1100100 | 1010 | 1110100 | 1100100 | 101101 |
Color Harmonies of #0EE500
Complementary color
Monochromatic Colors of #0EE500
Black with #0EE500
Text Example
Text Example
White with #0EE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE500; }
p { color: rgb(14,229,0); }
H1.HeaderClassName
{
color: #0EE500;
}
.AnyTagClassName
{
color: #0EE500;
}
</style>
background-color css
<style>
a { background-color: #0EE500; }
a { background-color: rgb(14,229,0); }
div.DivClassName
{
background-color: #0EE500;
}
.BgClassName
{
background-color: #0EE500;
}
</style>
border-color css
<style>
span { border-color: #0EE500; }
span { border-color: rgb(14,229,0); }
td.TdClassName
{
border-color: #0EE500;
}
.TagClassName
{
border-color: #0EE500;
}
</style>