Shades of Free Speech Green #1CFD01
Tints of Free Speech Green #1CFD01
RGB
CMYK
RGB Variations
Color information
#1CFD01 (or 0x1CFD01) is known color: Free Speech Green. HEX triplet: 1C, FD and 01. RGB value is (28,253,1). Sum of RGB (Red+Green+Blue) = 28+253+1=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 253 (99.22% from 255 or 89.72% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 253 - color contains mainly: green. Hex color #1CFD01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CFD01 is #E302FE. Grayscale: #9D9D9D. Windows color (decimal): -14877439 or 130332. OLE color: 130332.
HSL color Cylindrical-coordinate representation of color #1CFD01: hue angle of 113.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1CFD01 is Cyan = 0.89, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 253 | 1 | - |
| CMYK | 0.89 | 0 | 1.00 | 0.01 |
| HSL | 113.57º | 0.99% | 0.5% | - |
| HSV(B) | 113.57º | 1% | 0.99% | - |
| XYZ | 35.61 | 70.5 | 11.76 | - |
| YUV | 157 | 39.96 | 35.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 253 | 1 | 0.89 | 0 | 1.00 | 0.01 | 113.57 | 0.99 | 0.5 |
| Hex | 1C | FD | 1 | 59 | 0 | 64 | 1 | 72 | 63 | 32 |
| Octal | 34 | 375 | 1 | 131 | 0 | 144 | 1 | 162 | 143 | 62 |
| Binary | 11100 | 11111101 | 1 | 1011001 | 0 | 1100100 | 1 | 1110010 | 1100011 | 110010 |
Color Harmonies of #1CFD01
Complementary color
Monochromatic Colors of #1CFD01
Black with #1CFD01
Text Example
Text Example
White with #1CFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFD01; }
p { color: rgb(28,253,1); }
H1.HeaderClassName
{
color: #1CFD01;
}
.AnyTagClassName
{
color: #1CFD01;
}
</style>
background-color css
<style>
a { background-color: #1CFD01; }
a { background-color: rgb(28,253,1); }
div.DivClassName
{
background-color: #1CFD01;
}
.BgClassName
{
background-color: #1CFD01;
}
</style>
border-color css
<style>
span { border-color: #1CFD01; }
span { border-color: rgb(28,253,1); }
td.TdClassName
{
border-color: #1CFD01;
}
.TagClassName
{
border-color: #1CFD01;
}
</style>