Shades of Free Speech Green #01F52C
Tints of Free Speech Green #01F52C
RGB
CMYK
RGB Variations
Color information
#01F52C (or 0x01F52C) is known color: Free Speech Green. HEX triplet: 01, F5 and 2C. RGB value is (1,245,44). Sum of RGB (Red+Green+Blue) = 1+245+44=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 245 (96.09% from 255 or 84.48% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 245 - color contains mainly: green. Hex color #01F52C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F52C is #FE0AD3. Grayscale: #959595. Windows color (decimal): -16648916 or 2946305. OLE color: 2946305.
HSL color Cylindrical-coordinate representation of color #01F52C: hue angle of 130.57º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F52C is Cyan = 1.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 245 | 44 | - |
| CMYK | 1.00 | 0 | 0.82 | 0.04 |
| HSL | 130.57º | 0.99% | 0.48% | - |
| HSV(B) | 130.57º | 1% | 0.96% | - |
| XYZ | 33.12 | 65.49 | 13.28 | - |
| YUV | 149.13 | 68.66 | 22.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 245 | 44 | 1.00 | 0 | 0.82 | 0.04 | 130.57 | 0.99 | 0.48 |
| Hex | 1 | F5 | 2C | 64 | 0 | 52 | 4 | 83 | 63 | 30 |
| Octal | 1 | 365 | 54 | 144 | 0 | 122 | 4 | 203 | 143 | 60 |
| Binary | 1 | 11110101 | 101100 | 1100100 | 0 | 1010010 | 100 | 10000011 | 1100011 | 110000 |
Color Harmonies of #01F52C
Complementary color
Monochromatic Colors of #01F52C
Black with #01F52C
Text Example
Text Example
White with #01F52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F52C; }
p { color: rgb(1,245,44); }
H1.HeaderClassName
{
color: #01F52C;
}
.AnyTagClassName
{
color: #01F52C;
}
</style>
background-color css
<style>
a { background-color: #01F52C; }
a { background-color: rgb(1,245,44); }
div.DivClassName
{
background-color: #01F52C;
}
.BgClassName
{
background-color: #01F52C;
}
</style>
border-color css
<style>
span { border-color: #01F52C; }
span { border-color: rgb(1,245,44); }
td.TdClassName
{
border-color: #01F52C;
}
.TagClassName
{
border-color: #01F52C;
}
</style>