Shades of Free Speech Green #01FF3A
Tints of Free Speech Green #01FF3A
RGB
CMYK
RGB Variations
Color information
#01FF3A (or 0x01FF3A) is known color: Free Speech Green. HEX triplet: 01, FF and 3A. RGB value is (1,255,58). Sum of RGB (Red+Green+Blue) = 1+255+58=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 255 (100% from 255 or 81.21% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FF3A is #FE00C5. Grayscale: #9D9D9D. Windows color (decimal): -16646342 or 3866369. OLE color: 3866369.
HSL color Cylindrical-coordinate representation of color #01FF3A: hue angle of 133.46º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FF3A is Cyan = 1.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 58 | - |
| CMYK | 1.00 | 0 | 0.77 | 0 |
| HSL | 133.46º | 1% | 0.5% | - |
| HSV(B) | 133.46º | 1% | 1% | - |
| XYZ | 36.54 | 71.83 | 15.94 | - |
| YUV | 156.6 | 72.35 | 17.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 58 | 1.00 | 0 | 0.77 | 0 | 133.46 | 1 | 0.5 |
| Hex | 1 | FF | 3A | 64 | 0 | 4D | 0 | 85 | 64 | 32 |
| Octal | 1 | 377 | 72 | 144 | 0 | 115 | 0 | 205 | 144 | 62 |
| Binary | 1 | 11111111 | 111010 | 1100100 | 0 | 1001101 | 0 | 10000101 | 1100100 | 110010 |
Color Harmonies of #01FF3A
Complementary color
Monochromatic Colors of #01FF3A
Black with #01FF3A
Text Example
Text Example
White with #01FF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF3A; }
p { color: rgb(1,255,58); }
H1.HeaderClassName
{
color: #01FF3A;
}
.AnyTagClassName
{
color: #01FF3A;
}
</style>
background-color css
<style>
a { background-color: #01FF3A; }
a { background-color: rgb(1,255,58); }
div.DivClassName
{
background-color: #01FF3A;
}
.BgClassName
{
background-color: #01FF3A;
}
</style>
border-color css
<style>
span { border-color: #01FF3A; }
span { border-color: rgb(1,255,58); }
td.TdClassName
{
border-color: #01FF3A;
}
.TagClassName
{
border-color: #01FF3A;
}
</style>