Shades of Free Speech Green #01FE34
Tints of Free Speech Green #01FE34
RGB
CMYK
RGB Variations
Color information
#01FE34 (or 0x01FE34) is known color: Free Speech Green. HEX triplet: 01, FE and 34. RGB value is (1,254,52). Sum of RGB (Red+Green+Blue) = 1+254+52=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 254 (99.61% from 255 or 82.74% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FE34 is #FE01CB. Grayscale: #9B9B9B. Windows color (decimal): -16646604 or 3472897. OLE color: 3472897.
HSL color Cylindrical-coordinate representation of color #01FE34: hue angle of 132.09º 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 #01FE34 is Cyan = 1.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 52 | - |
| CMYK | 1.00 | 0 | 0.80 | 0.00 |
| HSL | 132.09º | 0.99% | 0.5% | - |
| HSV(B) | 132.09º | 1% | 1% | - |
| XYZ | 36.07 | 71.14 | 15.08 | - |
| YUV | 155.33 | 69.68 | 17.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 52 | 1.00 | 0 | 0.80 | 0.00 | 132.09 | 0.99 | 0.5 |
| Hex | 1 | FE | 34 | 64 | 0 | 50 | 0 | 84 | 63 | 32 |
| Octal | 1 | 376 | 64 | 144 | 0 | 120 | 0 | 204 | 143 | 62 |
| Binary | 1 | 11111110 | 110100 | 1100100 | 0 | 1010000 | 0 | 10000100 | 1100011 | 110010 |
Color Harmonies of #01FE34
Complementary color
Monochromatic Colors of #01FE34
Black with #01FE34
Text Example
Text Example
White with #01FE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FE34; }
p { color: rgb(1,254,52); }
H1.HeaderClassName
{
color: #01FE34;
}
.AnyTagClassName
{
color: #01FE34;
}
</style>
background-color css
<style>
a { background-color: #01FE34; }
a { background-color: rgb(1,254,52); }
div.DivClassName
{
background-color: #01FE34;
}
.BgClassName
{
background-color: #01FE34;
}
</style>
border-color css
<style>
span { border-color: #01FE34; }
span { border-color: rgb(1,254,52); }
td.TdClassName
{
border-color: #01FE34;
}
.TagClassName
{
border-color: #01FE34;
}
</style>