Shades of Free Speech Green #0ED300
Tints of Free Speech Green #0ED300
RGB
CMYK
RGB Variations
Color information
#0ED300 (or 0x0ED300) is known color: Free Speech Green. HEX triplet: 0E, D3 and 00. RGB value is (14,211,0). Sum of RGB (Red+Green+Blue) = 14+211+0=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 211 (82.81% from 255 or 93.78% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED300 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED300 is #F12CFF. Grayscale: #808080. Windows color (decimal): -15805696 or 54030. OLE color: 54030.
HSL color Cylindrical-coordinate representation of color #0ED300: hue angle of 116.02º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0ED300 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 211 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.17 |
| HSL | 116.02º | 1% | 0.41% | - |
| HSV(B) | 116.02º | 1% | 0.83% | - |
| XYZ | 23.48 | 46.68 | 7.77 | - |
| YUV | 128.04 | 55.73 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 211 | 0 | 0.93 | 0 | 1 | 0.17 | 116.02 | 1 | 0.41 |
| Hex | E | D3 | 0 | 5D | 0 | 64 | 11 | 74 | 64 | 29 |
| Octal | 16 | 323 | 0 | 135 | 0 | 144 | 21 | 164 | 144 | 51 |
| Binary | 1110 | 11010011 | 0 | 1011101 | 0 | 1100100 | 10001 | 1110100 | 1100100 | 101001 |
Color Harmonies of #0ED300
Complementary color
Monochromatic Colors of #0ED300
Black with #0ED300
Text Example
Text Example
White with #0ED300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED300; }
p { color: rgb(14,211,0); }
H1.HeaderClassName
{
color: #0ED300;
}
.AnyTagClassName
{
color: #0ED300;
}
</style>
background-color css
<style>
a { background-color: #0ED300; }
a { background-color: rgb(14,211,0); }
div.DivClassName
{
background-color: #0ED300;
}
.BgClassName
{
background-color: #0ED300;
}
</style>
border-color css
<style>
span { border-color: #0ED300; }
span { border-color: rgb(14,211,0); }
td.TdClassName
{
border-color: #0ED300;
}
.TagClassName
{
border-color: #0ED300;
}
</style>