Shades of Free Speech Green #0ED003
Tints of Free Speech Green #0ED003
RGB
CMYK
RGB Variations
Color information
#0ED003 (or 0x0ED003) is known color: Free Speech Green. HEX triplet: 0E, D0 and 03. RGB value is (14,208,3). Sum of RGB (Red+Green+Blue) = 14+208+3=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 208 (81.64% from 255 or 92.44% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED003 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED003 is #F12FFC. Grayscale: #7F7F7F. Windows color (decimal): -15806461 or 249870. OLE color: 249870.
HSL color Cylindrical-coordinate representation of color #0ED003: hue angle of 116.78º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0ED003 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 208 | 3 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.18 |
| HSL | 116.78º | 0.97% | 0.41% | - |
| HSV(B) | 116.78º | 0.99% | 0.82% | - |
| XYZ | 22.75 | 45.21 | 7.61 | - |
| YUV | 126.62 | 58.23 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 208 | 3 | 0.93 | 0 | 0.99 | 0.18 | 116.78 | 0.97 | 0.41 |
| Hex | E | D0 | 3 | 5D | 0 | 63 | 12 | 75 | 61 | 29 |
| Octal | 16 | 320 | 3 | 135 | 0 | 143 | 22 | 165 | 141 | 51 |
| Binary | 1110 | 11010000 | 11 | 1011101 | 0 | 1100011 | 10010 | 1110101 | 1100001 | 101001 |
Color Harmonies of #0ED003
Complementary color
Monochromatic Colors of #0ED003
Black with #0ED003
Text Example
Text Example
White with #0ED003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED003; }
p { color: rgb(14,208,3); }
H1.HeaderClassName
{
color: #0ED003;
}
.AnyTagClassName
{
color: #0ED003;
}
</style>
background-color css
<style>
a { background-color: #0ED003; }
a { background-color: rgb(14,208,3); }
div.DivClassName
{
background-color: #0ED003;
}
.BgClassName
{
background-color: #0ED003;
}
</style>
border-color css
<style>
span { border-color: #0ED003; }
span { border-color: rgb(14,208,3); }
td.TdClassName
{
border-color: #0ED003;
}
.TagClassName
{
border-color: #0ED003;
}
</style>