Shades of Free Speech Green #00ED28
Tints of Free Speech Green #00ED28
RGB
CMYK
RGB Variations
Color information
#00ED28 (or 0x00ED28) is known color: Free Speech Green. HEX triplet: 00, ED and 28. RGB value is (0,237,40). Sum of RGB (Red+Green+Blue) = 0+237+40=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 237 (92.97% from 255 or 85.56% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00ED28 is #FF12D7. Grayscale: #909090. Windows color (decimal): -16716504 or 2682112. OLE color: 2682112.
HSL color Cylindrical-coordinate representation of color #00ED28: hue angle of 130.13º 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 #00ED28 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 40 | - |
| CMYK | 1 | 0 | 0.83 | 0.07 |
| HSL | 130.13º | 1% | 0.46% | - |
| HSV(B) | 130.13º | 1% | 0.93% | - |
| XYZ | 30.67 | 60.72 | 12.11 | - |
| YUV | 143.68 | 69.48 | 25.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 40 | 1 | 0 | 0.83 | 0.07 | 130.13 | 1 | 0.46 |
| Hex | 0 | ED | 28 | 64 | 0 | 53 | 7 | 82 | 64 | 2E |
| Octal | 0 | 355 | 50 | 144 | 0 | 123 | 7 | 202 | 144 | 56 |
| Binary | 0 | 11101101 | 101000 | 1100100 | 0 | 1010011 | 111 | 10000010 | 1100100 | 101110 |
Color Harmonies of #00ED28
Complementary color
Monochromatic Colors of #00ED28
Black with #00ED28
Text Example
Text Example
White with #00ED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ED28; }
p { color: rgb(0,237,40); }
H1.HeaderClassName
{
color: #00ED28;
}
.AnyTagClassName
{
color: #00ED28;
}
</style>
background-color css
<style>
a { background-color: #00ED28; }
a { background-color: rgb(0,237,40); }
div.DivClassName
{
background-color: #00ED28;
}
.BgClassName
{
background-color: #00ED28;
}
</style>
border-color css
<style>
span { border-color: #00ED28; }
span { border-color: rgb(0,237,40); }
td.TdClassName
{
border-color: #00ED28;
}
.TagClassName
{
border-color: #00ED28;
}
</style>