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