Shades of Free Speech Green #01E521
Tints of Free Speech Green #01E521
RGB
CMYK
RGB Variations
Color information
#01E521 (or 0x01E521) is known color: Free Speech Green. HEX triplet: 01, E5 and 21. RGB value is (1,229,33). Sum of RGB (Red+Green+Blue) = 1+229+33=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 229 (89.84% from 255 or 87.07% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 229 - color contains mainly: green. Hex color #01E521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E521 is #FE1ADE. Grayscale: #8B8B8B. Windows color (decimal): -16653023 or 2221313. OLE color: 2221313.
HSL color Cylindrical-coordinate representation of color #01E521: hue angle of 128.42º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E521 is Cyan = 1.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 229 | 33 | - |
| CMYK | 1.00 | 0 | 0.86 | 0.10 |
| HSL | 128.42º | 0.99% | 0.45% | - |
| HSV(B) | 128.42º | 1% | 0.9% | - |
| XYZ | 28.31 | 56.15 | 10.79 | - |
| YUV | 138.48 | 68.46 | 29.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 229 | 33 | 1.00 | 0 | 0.86 | 0.10 | 128.42 | 0.99 | 0.45 |
| Hex | 1 | E5 | 21 | 64 | 0 | 56 | A | 80 | 63 | 2D |
| Octal | 1 | 345 | 41 | 144 | 0 | 126 | 12 | 200 | 143 | 55 |
| Binary | 1 | 11100101 | 100001 | 1100100 | 0 | 1010110 | 1010 | 10000000 | 1100011 | 101101 |
Color Harmonies of #01E521
Complementary color
Monochromatic Colors of #01E521
Black with #01E521
Text Example
Text Example
White with #01E521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E521; }
p { color: rgb(1,229,33); }
H1.HeaderClassName
{
color: #01E521;
}
.AnyTagClassName
{
color: #01E521;
}
</style>
background-color css
<style>
a { background-color: #01E521; }
a { background-color: rgb(1,229,33); }
div.DivClassName
{
background-color: #01E521;
}
.BgClassName
{
background-color: #01E521;
}
</style>
border-color css
<style>
span { border-color: #01E521; }
span { border-color: rgb(1,229,33); }
td.TdClassName
{
border-color: #01E521;
}
.TagClassName
{
border-color: #01E521;
}
</style>