Shades of Free Speech Green #01FF37
Tints of Free Speech Green #01FF37
RGB
CMYK
RGB Variations
Color information
#01FF37 (or 0x01FF37) is known color: Free Speech Green. HEX triplet: 01, FF and 37. RGB value is (1,255,55). Sum of RGB (Red+Green+Blue) = 1+255+55=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 255 (100% from 255 or 81.99% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF37 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FF37 is #FE00C8. Grayscale: #9C9C9C. Windows color (decimal): -16646345 or 3669761. OLE color: 3669761.
HSL color Cylindrical-coordinate representation of color #01FF37: hue angle of 132.76º 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 #01FF37 is Cyan = 1.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 55 | - |
| CMYK | 1.00 | 0 | 0.78 | 0 |
| HSL | 132.76º | 1% | 0.5% | - |
| HSV(B) | 132.76º | 1% | 1% | - |
| XYZ | 36.46 | 71.8 | 15.55 | - |
| YUV | 156.25 | 70.85 | 17.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 55 | 1.00 | 0 | 0.78 | 0 | 132.76 | 1 | 0.5 |
| Hex | 1 | FF | 37 | 64 | 0 | 4E | 0 | 85 | 64 | 32 |
| Octal | 1 | 377 | 67 | 144 | 0 | 116 | 0 | 205 | 144 | 62 |
| Binary | 1 | 11111111 | 110111 | 1100100 | 0 | 1001110 | 0 | 10000101 | 1100100 | 110010 |
Color Harmonies of #01FF37
Complementary color
Monochromatic Colors of #01FF37
Black with #01FF37
Text Example
Text Example
White with #01FF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF37; }
p { color: rgb(1,255,55); }
H1.HeaderClassName
{
color: #01FF37;
}
.AnyTagClassName
{
color: #01FF37;
}
</style>
background-color css
<style>
a { background-color: #01FF37; }
a { background-color: rgb(1,255,55); }
div.DivClassName
{
background-color: #01FF37;
}
.BgClassName
{
background-color: #01FF37;
}
</style>
border-color css
<style>
span { border-color: #01FF37; }
span { border-color: rgb(1,255,55); }
td.TdClassName
{
border-color: #01FF37;
}
.TagClassName
{
border-color: #01FF37;
}
</style>