Shades of Free Speech Green #01FE37
Tints of Free Speech Green #01FE37
RGB
CMYK
RGB Variations
Color information
#01FE37 (or 0x01FE37) is known color: Free Speech Green. HEX triplet: 01, FE and 37. RGB value is (1,254,55). Sum of RGB (Red+Green+Blue) = 1+254+55=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 254 (99.61% from 255 or 81.94% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE37 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FE37 is #FE01C8. Grayscale: #9C9C9C. Windows color (decimal): -16646601 or 3669505. OLE color: 3669505.
HSL color Cylindrical-coordinate representation of color #01FE37: hue angle of 132.81º 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 #01FE37 is Cyan = 1.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 55 | - |
| CMYK | 1.00 | 0 | 0.78 | 0.00 |
| HSL | 132.81º | 0.99% | 0.5% | - |
| HSV(B) | 132.81º | 1% | 1% | - |
| XYZ | 36.14 | 71.17 | 15.45 | - |
| YUV | 155.67 | 71.18 | 17.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 55 | 1.00 | 0 | 0.78 | 0.00 | 132.81 | 0.99 | 0.5 |
| Hex | 1 | FE | 37 | 64 | 0 | 4E | 0 | 85 | 63 | 32 |
| Octal | 1 | 376 | 67 | 144 | 0 | 116 | 0 | 205 | 143 | 62 |
| Binary | 1 | 11111110 | 110111 | 1100100 | 0 | 1001110 | 0 | 10000101 | 1100011 | 110010 |
Color Harmonies of #01FE37
Complementary color
Monochromatic Colors of #01FE37
Black with #01FE37
Text Example
Text Example
White with #01FE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FE37; }
p { color: rgb(1,254,55); }
H1.HeaderClassName
{
color: #01FE37;
}
.AnyTagClassName
{
color: #01FE37;
}
</style>
background-color css
<style>
a { background-color: #01FE37; }
a { background-color: rgb(1,254,55); }
div.DivClassName
{
background-color: #01FE37;
}
.BgClassName
{
background-color: #01FE37;
}
</style>
border-color css
<style>
span { border-color: #01FE37; }
span { border-color: rgb(1,254,55); }
td.TdClassName
{
border-color: #01FE37;
}
.TagClassName
{
border-color: #01FE37;
}
</style>