Shades of Free Speech Green #01E529
Tints of Free Speech Green #01E529
RGB
CMYK
RGB Variations
Color information
#01E529 (or 0x01E529) is known color: Free Speech Green. HEX triplet: 01, E5 and 29. RGB value is (1,229,41). Sum of RGB (Red+Green+Blue) = 1+229+41=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 229 (89.84% from 255 or 84.50% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 229 - color contains mainly: green. Hex color #01E529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E529 is #FE1AD6. Grayscale: #8B8B8B. Windows color (decimal): -16653015 or 2745601. OLE color: 2745601.
HSL color Cylindrical-coordinate representation of color #01E529: hue angle of 130.53º 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 #01E529 is Cyan = 1.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 229 | 41 | - |
| CMYK | 1.00 | 0 | 0.82 | 0.10 |
| HSL | 130.53º | 0.99% | 0.45% | - |
| HSV(B) | 130.53º | 1% | 0.9% | - |
| XYZ | 28.43 | 56.21 | 11.45 | - |
| YUV | 139.4 | 72.46 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 229 | 41 | 1.00 | 0 | 0.82 | 0.10 | 130.53 | 0.99 | 0.45 |
| Hex | 1 | E5 | 29 | 64 | 0 | 52 | A | 83 | 63 | 2D |
| Octal | 1 | 345 | 51 | 144 | 0 | 122 | 12 | 203 | 143 | 55 |
| Binary | 1 | 11100101 | 101001 | 1100100 | 0 | 1010010 | 1010 | 10000011 | 1100011 | 101101 |
Color Harmonies of #01E529
Complementary color
Monochromatic Colors of #01E529
Black with #01E529
Text Example
Text Example
White with #01E529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E529; }
p { color: rgb(1,229,41); }
H1.HeaderClassName
{
color: #01E529;
}
.AnyTagClassName
{
color: #01E529;
}
</style>
background-color css
<style>
a { background-color: #01E529; }
a { background-color: rgb(1,229,41); }
div.DivClassName
{
background-color: #01E529;
}
.BgClassName
{
background-color: #01E529;
}
</style>
border-color css
<style>
span { border-color: #01E529; }
span { border-color: rgb(1,229,41); }
td.TdClassName
{
border-color: #01E529;
}
.TagClassName
{
border-color: #01E529;
}
</style>