Shades of Free Speech Green #1CF701
Tints of Free Speech Green #1CF701
RGB
CMYK
RGB Variations
Color information
#1CF701 (or 0x1CF701) is known color: Free Speech Green. HEX triplet: 1C, F7 and 01. RGB value is (28,247,1). Sum of RGB (Red+Green+Blue) = 28+247+1=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 247 (96.88% from 255 or 89.49% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF701 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF701 is #E308FE. Grayscale: #9A9A9A. Windows color (decimal): -14878975 or 128796. OLE color: 128796.
HSL color Cylindrical-coordinate representation of color #1CF701: hue angle of 113.41º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1CF701 is Cyan = 0.89, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 247 | 1 | - |
| CMYK | 0.89 | 0 | 1.00 | 0.03 |
| HSL | 113.41º | 0.99% | 0.49% | - |
| HSV(B) | 113.41º | 1% | 0.97% | - |
| XYZ | 33.75 | 66.77 | 11.14 | - |
| YUV | 153.48 | 41.95 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 247 | 1 | 0.89 | 0 | 1.00 | 0.03 | 113.41 | 0.99 | 0.49 |
| Hex | 1C | F7 | 1 | 59 | 0 | 64 | 3 | 71 | 63 | 31 |
| Octal | 34 | 367 | 1 | 131 | 0 | 144 | 3 | 161 | 143 | 61 |
| Binary | 11100 | 11110111 | 1 | 1011001 | 0 | 1100100 | 11 | 1110001 | 1100011 | 110001 |
Color Harmonies of #1CF701
Complementary color
Monochromatic Colors of #1CF701
Black with #1CF701
Text Example
Text Example
White with #1CF701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF701; }
p { color: rgb(28,247,1); }
H1.HeaderClassName
{
color: #1CF701;
}
.AnyTagClassName
{
color: #1CF701;
}
</style>
background-color css
<style>
a { background-color: #1CF701; }
a { background-color: rgb(28,247,1); }
div.DivClassName
{
background-color: #1CF701;
}
.BgClassName
{
background-color: #1CF701;
}
</style>
border-color css
<style>
span { border-color: #1CF701; }
span { border-color: rgb(28,247,1); }
td.TdClassName
{
border-color: #1CF701;
}
.TagClassName
{
border-color: #1CF701;
}
</style>