Shades of Free Speech Green #01E528
Tints of Free Speech Green #01E528
RGB
CMYK
RGB Variations
Color information
#01E528 (or 0x01E528) is known color: Free Speech Green. HEX triplet: 01, E5 and 28. RGB value is (1,229,40). Sum of RGB (Red+Green+Blue) = 1+229+40=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 229 (89.84% from 255 or 84.81% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 229 - color contains mainly: green. Hex color #01E528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E528 is #FE1AD7. Grayscale: #8B8B8B. Windows color (decimal): -16653016 or 2680065. OLE color: 2680065.
HSL color Cylindrical-coordinate representation of color #01E528: hue angle of 130.26º 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 #01E528 is Cyan = 1.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 229 | 40 | - |
| CMYK | 1.00 | 0 | 0.83 | 0.10 |
| HSL | 130.26º | 0.99% | 0.45% | - |
| HSV(B) | 130.26º | 1% | 0.9% | - |
| XYZ | 28.41 | 56.2 | 11.36 | - |
| YUV | 139.28 | 71.96 | 29.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 229 | 40 | 1.00 | 0 | 0.83 | 0.10 | 130.26 | 0.99 | 0.45 |
| Hex | 1 | E5 | 28 | 64 | 0 | 53 | A | 82 | 63 | 2D |
| Octal | 1 | 345 | 50 | 144 | 0 | 123 | 12 | 202 | 143 | 55 |
| Binary | 1 | 11100101 | 101000 | 1100100 | 0 | 1010011 | 1010 | 10000010 | 1100011 | 101101 |
Color Harmonies of #01E528
Complementary color
Monochromatic Colors of #01E528
Black with #01E528
Text Example
Text Example
White with #01E528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E528; }
p { color: rgb(1,229,40); }
H1.HeaderClassName
{
color: #01E528;
}
.AnyTagClassName
{
color: #01E528;
}
</style>
background-color css
<style>
a { background-color: #01E528; }
a { background-color: rgb(1,229,40); }
div.DivClassName
{
background-color: #01E528;
}
.BgClassName
{
background-color: #01E528;
}
</style>
border-color css
<style>
span { border-color: #01E528; }
span { border-color: rgb(1,229,40); }
td.TdClassName
{
border-color: #01E528;
}
.TagClassName
{
border-color: #01E528;
}
</style>