Shades of Free Speech Green #01E40C
Tints of Free Speech Green #01E40C
RGB
CMYK
RGB Variations
Color information
#01E40C (or 0x01E40C) is known color: Free Speech Green. HEX triplet: 01, E4 and 0C. RGB value is (1,228,12). Sum of RGB (Red+Green+Blue) = 1+228+12=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 228 (89.45% from 255 or 94.61% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 228 - color contains mainly: green. Hex color #01E40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E40C is #FE1BF3. Grayscale: #888888. Windows color (decimal): -16653300 or 844801. OLE color: 844801.
HSL color Cylindrical-coordinate representation of color #01E40C: hue angle of 122.91º 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 #01E40C is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 228 | 12 | - |
| CMYK | 1.00 | 0 | 0.95 | 0.11 |
| HSL | 122.91º | 0.99% | 0.45% | - |
| HSV(B) | 122.91º | 1% | 0.89% | - |
| XYZ | 27.82 | 55.52 | 9.6 | - |
| YUV | 135.5 | 58.29 | 32.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 228 | 12 | 1.00 | 0 | 0.95 | 0.11 | 122.91 | 0.99 | 0.45 |
| Hex | 1 | E4 | C | 64 | 0 | 5F | B | 7B | 63 | 2D |
| Octal | 1 | 344 | 14 | 144 | 0 | 137 | 13 | 173 | 143 | 55 |
| Binary | 1 | 11100100 | 1100 | 1100100 | 0 | 1011111 | 1011 | 1111011 | 1100011 | 101101 |
Color Harmonies of #01E40C
Complementary color
Monochromatic Colors of #01E40C
Black with #01E40C
Text Example
Text Example
White with #01E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E40C; }
p { color: rgb(1,228,12); }
H1.HeaderClassName
{
color: #01E40C;
}
.AnyTagClassName
{
color: #01E40C;
}
</style>
background-color css
<style>
a { background-color: #01E40C; }
a { background-color: rgb(1,228,12); }
div.DivClassName
{
background-color: #01E40C;
}
.BgClassName
{
background-color: #01E40C;
}
</style>
border-color css
<style>
span { border-color: #01E40C; }
span { border-color: rgb(1,228,12); }
td.TdClassName
{
border-color: #01E40C;
}
.TagClassName
{
border-color: #01E40C;
}
</style>