Shades of Free Speech Green #01E52B
Tints of Free Speech Green #01E52B
RGB
CMYK
RGB Variations
Color information
#01E52B (or 0x01E52B) is known color: Free Speech Green. HEX triplet: 01, E5 and 2B. RGB value is (1,229,43). Sum of RGB (Red+Green+Blue) = 1+229+43=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 229 (89.84% from 255 or 83.88% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 229 - color contains mainly: green. Hex color #01E52B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E52B is #FE1AD4. Grayscale: #8C8C8C. Windows color (decimal): -16653013 or 2876673. OLE color: 2876673.
HSL color Cylindrical-coordinate representation of color #01E52B: hue angle of 131.05º 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 #01E52B is Cyan = 1.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 229 | 43 | - |
| CMYK | 1.00 | 0 | 0.81 | 0.10 |
| HSL | 131.05º | 0.99% | 0.45% | - |
| HSV(B) | 131.05º | 1% | 0.9% | - |
| XYZ | 28.47 | 56.22 | 11.64 | - |
| YUV | 139.62 | 73.46 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 229 | 43 | 1.00 | 0 | 0.81 | 0.10 | 131.05 | 0.99 | 0.45 |
| Hex | 1 | E5 | 2B | 64 | 0 | 51 | A | 83 | 63 | 2D |
| Octal | 1 | 345 | 53 | 144 | 0 | 121 | 12 | 203 | 143 | 55 |
| Binary | 1 | 11100101 | 101011 | 1100100 | 0 | 1010001 | 1010 | 10000011 | 1100011 | 101101 |
Color Harmonies of #01E52B
Complementary color
Monochromatic Colors of #01E52B
Black with #01E52B
Text Example
Text Example
White with #01E52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E52B; }
p { color: rgb(1,229,43); }
H1.HeaderClassName
{
color: #01E52B;
}
.AnyTagClassName
{
color: #01E52B;
}
</style>
background-color css
<style>
a { background-color: #01E52B; }
a { background-color: rgb(1,229,43); }
div.DivClassName
{
background-color: #01E52B;
}
.BgClassName
{
background-color: #01E52B;
}
</style>
border-color css
<style>
span { border-color: #01E52B; }
span { border-color: rgb(1,229,43); }
td.TdClassName
{
border-color: #01E52B;
}
.TagClassName
{
border-color: #01E52B;
}
</style>