Shades of Free Speech Green #00ED2E
Tints of Free Speech Green #00ED2E
RGB
CMYK
RGB Variations
Color information
#00ED2E (or 0x00ED2E) is known color: Free Speech Green. HEX triplet: 00, ED and 2E. RGB value is (0,237,46). Sum of RGB (Red+Green+Blue) = 0+237+46=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 237 (92.97% from 255 or 83.75% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED2E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00ED2E is #FF12D1. Grayscale: #909090. Windows color (decimal): -16716498 or 3075328. OLE color: 3075328.
HSL color Cylindrical-coordinate representation of color #00ED2E: hue angle of 131.65º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ED2E is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 46 | - |
| CMYK | 1 | 0 | 0.81 | 0.07 |
| HSL | 131.65º | 1% | 0.46% | - |
| HSV(B) | 131.65º | 1% | 0.93% | - |
| XYZ | 30.78 | 60.77 | 12.69 | - |
| YUV | 144.36 | 72.48 | 25.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 46 | 1 | 0 | 0.81 | 0.07 | 131.65 | 1 | 0.46 |
| Hex | 0 | ED | 2E | 64 | 0 | 51 | 7 | 84 | 64 | 2E |
| Octal | 0 | 355 | 56 | 144 | 0 | 121 | 7 | 204 | 144 | 56 |
| Binary | 0 | 11101101 | 101110 | 1100100 | 0 | 1010001 | 111 | 10000100 | 1100100 | 101110 |
Color Harmonies of #00ED2E
Complementary color
Monochromatic Colors of #00ED2E
Black with #00ED2E
Text Example
Text Example
White with #00ED2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ED2E; }
p { color: rgb(0,237,46); }
H1.HeaderClassName
{
color: #00ED2E;
}
.AnyTagClassName
{
color: #00ED2E;
}
</style>
background-color css
<style>
a { background-color: #00ED2E; }
a { background-color: rgb(0,237,46); }
div.DivClassName
{
background-color: #00ED2E;
}
.BgClassName
{
background-color: #00ED2E;
}
</style>
border-color css
<style>
span { border-color: #00ED2E; }
span { border-color: rgb(0,237,46); }
td.TdClassName
{
border-color: #00ED2E;
}
.TagClassName
{
border-color: #00ED2E;
}
</style>