Shades of Free Speech Green #1CFF01
Tints of Free Speech Green #1CFF01
RGB
CMYK
RGB Variations
Color information
#1CFF01 (or 0x1CFF01) is known color: Free Speech Green. HEX triplet: 1C, FF and 01. RGB value is (28,255,1). Sum of RGB (Red+Green+Blue) = 28+255+1=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 255 (100% from 255 or 89.79% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CFF01 is #E300FE. Grayscale: #9E9E9E. Windows color (decimal): -14876927 or 130844. OLE color: 130844.
HSL color Cylindrical-coordinate representation of color #1CFF01: hue angle of 113.62º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1CFF01 is Cyan = 0.89, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 1 | - |
| CMYK | 0.89 | 0 | 1.00 | 0 |
| HSL | 113.62º | 1% | 0.5% | - |
| HSV(B) | 113.62º | 1% | 1% | - |
| XYZ | 36.24 | 71.77 | 11.97 | - |
| YUV | 158.17 | 39.29 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 1 | 0.89 | 0 | 1.00 | 0 | 113.62 | 1 | 0.5 |
| Hex | 1C | FF | 1 | 59 | 0 | 64 | 0 | 72 | 64 | 32 |
| Octal | 34 | 377 | 1 | 131 | 0 | 144 | 0 | 162 | 144 | 62 |
| Binary | 11100 | 11111111 | 1 | 1011001 | 0 | 1100100 | 0 | 1110010 | 1100100 | 110010 |
Color Harmonies of #1CFF01
Complementary color
Monochromatic Colors of #1CFF01
Black with #1CFF01
Text Example
Text Example
White with #1CFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFF01; }
p { color: rgb(28,255,1); }
H1.HeaderClassName
{
color: #1CFF01;
}
.AnyTagClassName
{
color: #1CFF01;
}
</style>
background-color css
<style>
a { background-color: #1CFF01; }
a { background-color: rgb(28,255,1); }
div.DivClassName
{
background-color: #1CFF01;
}
.BgClassName
{
background-color: #1CFF01;
}
</style>
border-color css
<style>
span { border-color: #1CFF01; }
span { border-color: rgb(28,255,1); }
td.TdClassName
{
border-color: #1CFF01;
}
.TagClassName
{
border-color: #1CFF01;
}
</style>