Shades of Free Speech Green #00ED31
Tints of Free Speech Green #00ED31
RGB
CMYK
RGB Variations
Color information
#00ED31 (or 0x00ED31) is known color: Free Speech Green. HEX triplet: 00, ED and 31. RGB value is (0,237,49). Sum of RGB (Red+Green+Blue) = 0+237+49=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 237 (92.97% from 255 or 82.87% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00ED31 is #FF12CE. Grayscale: #919191. Windows color (decimal): -16716495 or 3271936. OLE color: 3271936.
HSL color Cylindrical-coordinate representation of color #00ED31: hue angle of 132.41º 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 #00ED31 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 49 | - |
| CMYK | 1 | 0 | 0.79 | 0.07 |
| HSL | 132.41º | 1% | 0.46% | - |
| HSV(B) | 132.41º | 1% | 0.93% | - |
| XYZ | 30.84 | 60.79 | 13.01 | - |
| YUV | 144.71 | 73.98 | 24.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 49 | 1 | 0 | 0.79 | 0.07 | 132.41 | 1 | 0.46 |
| Hex | 0 | ED | 31 | 64 | 0 | 4F | 7 | 84 | 64 | 2E |
| Octal | 0 | 355 | 61 | 144 | 0 | 117 | 7 | 204 | 144 | 56 |
| Binary | 0 | 11101101 | 110001 | 1100100 | 0 | 1001111 | 111 | 10000100 | 1100100 | 101110 |
Color Harmonies of #00ED31
Complementary color
Monochromatic Colors of #00ED31
Black with #00ED31
Text Example
Text Example
White with #00ED31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ED31; }
p { color: rgb(0,237,49); }
H1.HeaderClassName
{
color: #00ED31;
}
.AnyTagClassName
{
color: #00ED31;
}
</style>
background-color css
<style>
a { background-color: #00ED31; }
a { background-color: rgb(0,237,49); }
div.DivClassName
{
background-color: #00ED31;
}
.BgClassName
{
background-color: #00ED31;
}
</style>
border-color css
<style>
span { border-color: #00ED31; }
span { border-color: rgb(0,237,49); }
td.TdClassName
{
border-color: #00ED31;
}
.TagClassName
{
border-color: #00ED31;
}
</style>