Shades of Free Speech Green #01FE2A
Tints of Free Speech Green #01FE2A
RGB
CMYK
RGB Variations
Color information
#01FE2A (or 0x01FE2A) is known color: Free Speech Green. HEX triplet: 01, FE and 2A. RGB value is (1,254,42). Sum of RGB (Red+Green+Blue) = 1+254+42=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 254 (99.61% from 255 or 85.52% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FE2A is #FE01D5. Grayscale: #9A9A9A. Windows color (decimal): -16646614 or 2817537. OLE color: 2817537.
HSL color Cylindrical-coordinate representation of color #01FE2A: hue angle of 129.72º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FE2A is Cyan = 1.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 42 | - |
| CMYK | 1.00 | 0 | 0.83 | 0.00 |
| HSL | 129.72º | 0.99% | 0.5% | - |
| HSV(B) | 129.72º | 1% | 1% | - |
| XYZ | 35.87 | 71.06 | 14.02 | - |
| YUV | 154.19 | 64.68 | 18.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 42 | 1.00 | 0 | 0.83 | 0.00 | 129.72 | 0.99 | 0.5 |
| Hex | 1 | FE | 2A | 64 | 0 | 53 | 0 | 82 | 63 | 32 |
| Octal | 1 | 376 | 52 | 144 | 0 | 123 | 0 | 202 | 143 | 62 |
| Binary | 1 | 11111110 | 101010 | 1100100 | 0 | 1010011 | 0 | 10000010 | 1100011 | 110010 |
Color Harmonies of #01FE2A
Complementary color
Monochromatic Colors of #01FE2A
Black with #01FE2A
Text Example
Text Example
White with #01FE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FE2A; }
p { color: rgb(1,254,42); }
H1.HeaderClassName
{
color: #01FE2A;
}
.AnyTagClassName
{
color: #01FE2A;
}
</style>
background-color css
<style>
a { background-color: #01FE2A; }
a { background-color: rgb(1,254,42); }
div.DivClassName
{
background-color: #01FE2A;
}
.BgClassName
{
background-color: #01FE2A;
}
</style>
border-color css
<style>
span { border-color: #01FE2A; }
span { border-color: rgb(1,254,42); }
td.TdClassName
{
border-color: #01FE2A;
}
.TagClassName
{
border-color: #01FE2A;
}
</style>