Shades of Free Speech Green #1CF001
Tints of Free Speech Green #1CF001
RGB
CMYK
RGB Variations
Color information
#1CF001 (or 0x1CF001) is known color: Free Speech Green. HEX triplet: 1C, F0 and 01. RGB value is (28,240,1). Sum of RGB (Red+Green+Blue) = 28+240+1=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 240 (94.14% from 255 or 89.22% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF001 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF001 is #E30FFE. Grayscale: #969696. Windows color (decimal): -14880767 or 127004. OLE color: 127004.
HSL color Cylindrical-coordinate representation of color #1CF001: hue angle of 113.22º 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 #1CF001 is Cyan = 0.88, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 240 | 1 | - |
| CMYK | 0.88 | 0 | 1.00 | 0.06 |
| HSL | 113.22º | 0.99% | 0.47% | - |
| HSV(B) | 113.22º | 1% | 0.94% | - |
| XYZ | 31.64 | 62.57 | 10.44 | - |
| YUV | 149.37 | 44.26 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 240 | 1 | 0.88 | 0 | 1.00 | 0.06 | 113.22 | 0.99 | 0.47 |
| Hex | 1C | F0 | 1 | 58 | 0 | 64 | 6 | 71 | 63 | 2F |
| Octal | 34 | 360 | 1 | 130 | 0 | 144 | 6 | 161 | 143 | 57 |
| Binary | 11100 | 11110000 | 1 | 1011000 | 0 | 1100100 | 110 | 1110001 | 1100011 | 101111 |
Color Harmonies of #1CF001
Complementary color
Monochromatic Colors of #1CF001
Black with #1CF001
Text Example
Text Example
White with #1CF001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF001; }
p { color: rgb(28,240,1); }
H1.HeaderClassName
{
color: #1CF001;
}
.AnyTagClassName
{
color: #1CF001;
}
</style>
background-color css
<style>
a { background-color: #1CF001; }
a { background-color: rgb(28,240,1); }
div.DivClassName
{
background-color: #1CF001;
}
.BgClassName
{
background-color: #1CF001;
}
</style>
border-color css
<style>
span { border-color: #1CF001; }
span { border-color: rgb(28,240,1); }
td.TdClassName
{
border-color: #1CF001;
}
.TagClassName
{
border-color: #1CF001;
}
</style>