Shades of Free Speech Green #1CF101
Tints of Free Speech Green #1CF101
RGB
CMYK
RGB Variations
Color information
#1CF101 (or 0x1CF101) is known color: Free Speech Green. HEX triplet: 1C, F1 and 01. RGB value is (28,241,1). Sum of RGB (Red+Green+Blue) = 28+241+1=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 241 (94.53% from 255 or 89.26% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 241 - color contains mainly: green. Hex color #1CF101 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF101 is #E30EFE. Grayscale: #969696. Windows color (decimal): -14880511 or 127260. OLE color: 127260.
HSL color Cylindrical-coordinate representation of color #1CF101: hue angle of 113.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1CF101 is Cyan = 0.88, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 241 | 1 | - |
| CMYK | 0.88 | 0 | 1.00 | 0.05 |
| HSL | 113.25º | 0.99% | 0.47% | - |
| HSV(B) | 113.25º | 1% | 0.95% | - |
| XYZ | 31.94 | 63.16 | 10.54 | - |
| YUV | 149.95 | 43.93 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 241 | 1 | 0.88 | 0 | 1.00 | 0.05 | 113.25 | 0.99 | 0.47 |
| Hex | 1C | F1 | 1 | 58 | 0 | 64 | 5 | 71 | 63 | 2F |
| Octal | 34 | 361 | 1 | 130 | 0 | 144 | 5 | 161 | 143 | 57 |
| Binary | 11100 | 11110001 | 1 | 1011000 | 0 | 1100100 | 101 | 1110001 | 1100011 | 101111 |
Color Harmonies of #1CF101
Complementary color
Monochromatic Colors of #1CF101
Black with #1CF101
Text Example
Text Example
White with #1CF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF101; }
p { color: rgb(28,241,1); }
H1.HeaderClassName
{
color: #1CF101;
}
.AnyTagClassName
{
color: #1CF101;
}
</style>
background-color css
<style>
a { background-color: #1CF101; }
a { background-color: rgb(28,241,1); }
div.DivClassName
{
background-color: #1CF101;
}
.BgClassName
{
background-color: #1CF101;
}
</style>
border-color css
<style>
span { border-color: #1CF101; }
span { border-color: rgb(28,241,1); }
td.TdClassName
{
border-color: #1CF101;
}
.TagClassName
{
border-color: #1CF101;
}
</style>