Shades of Free Speech Green #01F024
Tints of Free Speech Green #01F024
RGB
CMYK
RGB Variations
Color information
#01F024 (or 0x01F024) is known color: Free Speech Green. HEX triplet: 01, F0 and 24. RGB value is (1,240,36). Sum of RGB (Red+Green+Blue) = 1+240+36=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 240 (94.14% from 255 or 86.64% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 240 - color contains mainly: green. Hex color #01F024 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F024 is #FE0FDB. Grayscale: #919191. Windows color (decimal): -16650204 or 2420737. OLE color: 2420737.
HSL color Cylindrical-coordinate representation of color #01F024: hue angle of 128.79º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F024 is Cyan = 1.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 240 | 36 | - |
| CMYK | 1.00 | 0 | 0.85 | 0.06 |
| HSL | 128.79º | 0.99% | 0.47% | - |
| HSV(B) | 128.79º | 1% | 0.94% | - |
| XYZ | 31.49 | 62.45 | 12.06 | - |
| YUV | 145.28 | 66.32 | 25.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 240 | 36 | 1.00 | 0 | 0.85 | 0.06 | 128.79 | 0.99 | 0.47 |
| Hex | 1 | F0 | 24 | 64 | 0 | 55 | 6 | 81 | 63 | 2F |
| Octal | 1 | 360 | 44 | 144 | 0 | 125 | 6 | 201 | 143 | 57 |
| Binary | 1 | 11110000 | 100100 | 1100100 | 0 | 1010101 | 110 | 10000001 | 1100011 | 101111 |
Color Harmonies of #01F024
Complementary color
Monochromatic Colors of #01F024
Black with #01F024
Text Example
Text Example
White with #01F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F024; }
p { color: rgb(1,240,36); }
H1.HeaderClassName
{
color: #01F024;
}
.AnyTagClassName
{
color: #01F024;
}
</style>
background-color css
<style>
a { background-color: #01F024; }
a { background-color: rgb(1,240,36); }
div.DivClassName
{
background-color: #01F024;
}
.BgClassName
{
background-color: #01F024;
}
</style>
border-color css
<style>
span { border-color: #01F024; }
span { border-color: rgb(1,240,36); }
td.TdClassName
{
border-color: #01F024;
}
.TagClassName
{
border-color: #01F024;
}
</style>