Shades of Free Speech Green #0EDD02
Tints of Free Speech Green #0EDD02
RGB
CMYK
RGB Variations
Color information
#0EDD02 (or 0x0EDD02) is known color: Free Speech Green. HEX triplet: 0E, DD and 02. RGB value is (14,221,2). Sum of RGB (Red+Green+Blue) = 14+221+2=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 221 (86.72% from 255 or 93.25% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDD02 is #F122FD. Grayscale: #868686. Windows color (decimal): -15803134 or 187662. OLE color: 187662.
HSL color Cylindrical-coordinate representation of color #0EDD02: hue angle of 116.71º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EDD02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.13 |
| HSL | 116.71º | 0.98% | 0.44% | - |
| HSV(B) | 116.71º | 0.99% | 0.87% | - |
| XYZ | 26.05 | 51.81 | 8.68 | - |
| YUV | 134.14 | 53.42 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 2 | 0.94 | 0 | 0.99 | 0.13 | 116.71 | 0.98 | 0.44 |
| Hex | E | DD | 2 | 5E | 0 | 63 | D | 75 | 62 | 2C |
| Octal | 16 | 335 | 2 | 136 | 0 | 143 | 15 | 165 | 142 | 54 |
| Binary | 1110 | 11011101 | 10 | 1011110 | 0 | 1100011 | 1101 | 1110101 | 1100010 | 101100 |
Color Harmonies of #0EDD02
Complementary color
Monochromatic Colors of #0EDD02
Black with #0EDD02
Text Example
Text Example
White with #0EDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDD02; }
p { color: rgb(14,221,2); }
H1.HeaderClassName
{
color: #0EDD02;
}
.AnyTagClassName
{
color: #0EDD02;
}
</style>
background-color css
<style>
a { background-color: #0EDD02; }
a { background-color: rgb(14,221,2); }
div.DivClassName
{
background-color: #0EDD02;
}
.BgClassName
{
background-color: #0EDD02;
}
</style>
border-color css
<style>
span { border-color: #0EDD02; }
span { border-color: rgb(14,221,2); }
td.TdClassName
{
border-color: #0EDD02;
}
.TagClassName
{
border-color: #0EDD02;
}
</style>