Shades of Free Speech Green #01E41C
Tints of Free Speech Green #01E41C
RGB
CMYK
RGB Variations
Color information
#01E41C (or 0x01E41C) is known color: Free Speech Green. HEX triplet: 01, E4 and 1C. RGB value is (1,228,28). Sum of RGB (Red+Green+Blue) = 1+228+28=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 228 (89.45% from 255 or 88.72% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 228 - color contains mainly: green. Hex color #01E41C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E41C is #FE1BE3. Grayscale: #898989. Windows color (decimal): -16653284 or 1893377. OLE color: 1893377.
HSL color Cylindrical-coordinate representation of color #01E41C: hue angle of 127.14º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E41C is Cyan = 1.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 228 | 28 | - |
| CMYK | 1.00 | 0 | 0.88 | 0.11 |
| HSL | 127.14º | 0.99% | 0.45% | - |
| HSV(B) | 127.14º | 1% | 0.89% | - |
| XYZ | 27.97 | 55.58 | 10.35 | - |
| YUV | 137.33 | 66.29 | 30.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 228 | 28 | 1.00 | 0 | 0.88 | 0.11 | 127.14 | 0.99 | 0.45 |
| Hex | 1 | E4 | 1C | 64 | 0 | 58 | B | 7F | 63 | 2D |
| Octal | 1 | 344 | 34 | 144 | 0 | 130 | 13 | 177 | 143 | 55 |
| Binary | 1 | 11100100 | 11100 | 1100100 | 0 | 1011000 | 1011 | 1111111 | 1100011 | 101101 |
Color Harmonies of #01E41C
Complementary color
Monochromatic Colors of #01E41C
Black with #01E41C
Text Example
Text Example
White with #01E41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E41C; }
p { color: rgb(1,228,28); }
H1.HeaderClassName
{
color: #01E41C;
}
.AnyTagClassName
{
color: #01E41C;
}
</style>
background-color css
<style>
a { background-color: #01E41C; }
a { background-color: rgb(1,228,28); }
div.DivClassName
{
background-color: #01E41C;
}
.BgClassName
{
background-color: #01E41C;
}
</style>
border-color css
<style>
span { border-color: #01E41C; }
span { border-color: rgb(1,228,28); }
td.TdClassName
{
border-color: #01E41C;
}
.TagClassName
{
border-color: #01E41C;
}
</style>