Shades of Free Speech Green #00E521
Tints of Free Speech Green #00E521
RGB
CMYK
RGB Variations
Color information
#00E521 (or 0x00E521) is known color: Free Speech Green. HEX triplet: 00, E5 and 21. RGB value is (0,229,33). Sum of RGB (Red+Green+Blue) = 0+229+33=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 229 (89.84% from 255 or 87.40% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 229 - color contains mainly: green. Hex color #00E521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00E521 is #FF1ADE. Grayscale: #8A8A8A. Windows color (decimal): -16718559 or 2221312. OLE color: 2221312.
HSL color Cylindrical-coordinate representation of color #00E521: hue angle of 128.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E521 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 229 | 33 | - |
| CMYK | 1 | 0 | 0.86 | 0.10 |
| HSL | 128.65º | 1% | 0.45% | - |
| HSV(B) | 128.65º | 1% | 0.9% | - |
| XYZ | 28.29 | 56.15 | 10.79 | - |
| YUV | 138.19 | 68.63 | 29.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 229 | 33 | 1 | 0 | 0.86 | 0.10 | 128.65 | 1 | 0.45 |
| Hex | 0 | E5 | 21 | 64 | 0 | 56 | A | 81 | 64 | 2D |
| Octal | 0 | 345 | 41 | 144 | 0 | 126 | 12 | 201 | 144 | 55 |
| Binary | 0 | 11100101 | 100001 | 1100100 | 0 | 1010110 | 1010 | 10000001 | 1100100 | 101101 |
Color Harmonies of #00E521
Complementary color
Monochromatic Colors of #00E521
Black with #00E521
Text Example
Text Example
White with #00E521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E521; }
p { color: rgb(0,229,33); }
H1.HeaderClassName
{
color: #00E521;
}
.AnyTagClassName
{
color: #00E521;
}
</style>
background-color css
<style>
a { background-color: #00E521; }
a { background-color: rgb(0,229,33); }
div.DivClassName
{
background-color: #00E521;
}
.BgClassName
{
background-color: #00E521;
}
</style>
border-color css
<style>
span { border-color: #00E521; }
span { border-color: rgb(0,229,33); }
td.TdClassName
{
border-color: #00E521;
}
.TagClassName
{
border-color: #00E521;
}
</style>