Shades of Free Speech Green #01E52D
Tints of Free Speech Green #01E52D
RGB
CMYK
RGB Variations
Color information
#01E52D (or 0x01E52D) is known color: Free Speech Green. HEX triplet: 01, E5 and 2D. RGB value is (1,229,45). Sum of RGB (Red+Green+Blue) = 1+229+45=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 229 (89.84% from 255 or 83.27% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 229 - color contains mainly: green. Hex color #01E52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E52D is #FE1AD2. Grayscale: #8C8C8C. Windows color (decimal): -16653011 or 3007745. OLE color: 3007745.
HSL color Cylindrical-coordinate representation of color #01E52D: hue angle of 131.58º 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 #01E52D is Cyan = 1.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 229 | 45 | - |
| CMYK | 1.00 | 0 | 0.80 | 0.10 |
| HSL | 131.58º | 0.99% | 0.45% | - |
| HSV(B) | 131.58º | 1% | 0.9% | - |
| XYZ | 28.51 | 56.23 | 11.83 | - |
| YUV | 139.85 | 74.46 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 229 | 45 | 1.00 | 0 | 0.80 | 0.10 | 131.58 | 0.99 | 0.45 |
| Hex | 1 | E5 | 2D | 64 | 0 | 50 | A | 84 | 63 | 2D |
| Octal | 1 | 345 | 55 | 144 | 0 | 120 | 12 | 204 | 143 | 55 |
| Binary | 1 | 11100101 | 101101 | 1100100 | 0 | 1010000 | 1010 | 10000100 | 1100011 | 101101 |
Color Harmonies of #01E52D
Complementary color
Monochromatic Colors of #01E52D
Black with #01E52D
Text Example
Text Example
White with #01E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E52D; }
p { color: rgb(1,229,45); }
H1.HeaderClassName
{
color: #01E52D;
}
.AnyTagClassName
{
color: #01E52D;
}
</style>
background-color css
<style>
a { background-color: #01E52D; }
a { background-color: rgb(1,229,45); }
div.DivClassName
{
background-color: #01E52D;
}
.BgClassName
{
background-color: #01E52D;
}
</style>
border-color css
<style>
span { border-color: #01E52D; }
span { border-color: rgb(1,229,45); }
td.TdClassName
{
border-color: #01E52D;
}
.TagClassName
{
border-color: #01E52D;
}
</style>