Shades of Free Speech Green #1CFC00
Tints of Free Speech Green #1CFC00
RGB
CMYK
RGB Variations
Color information
#1CFC00 (or 0x1CFC00) is known color: Free Speech Green. HEX triplet: 1C, FC and 00. RGB value is (28,252,0). Sum of RGB (Red+Green+Blue) = 28+252+0=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 252 (98.83% from 255 or 90% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CFC00 is #E303FF. Grayscale: #9D9D9D. Windows color (decimal): -14877696 or 64540. OLE color: 64540.
HSL color Cylindrical-coordinate representation of color #1CFC00: hue angle of 113.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1CFC00 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 252 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.01 |
| HSL | 113.33º | 1% | 0.49% | - |
| HSV(B) | 113.33º | 1% | 0.99% | - |
| XYZ | 35.29 | 69.87 | 11.63 | - |
| YUV | 156.3 | 39.79 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 252 | 0 | 0.89 | 0 | 1 | 0.01 | 113.33 | 1 | 0.49 |
| Hex | 1C | FC | 0 | 59 | 0 | 64 | 1 | 71 | 64 | 31 |
| Octal | 34 | 374 | 0 | 131 | 0 | 144 | 1 | 161 | 144 | 61 |
| Binary | 11100 | 11111100 | 0 | 1011001 | 0 | 1100100 | 1 | 1110001 | 1100100 | 110001 |
Color Harmonies of #1CFC00
Complementary color
Monochromatic Colors of #1CFC00
Black with #1CFC00
Text Example
Text Example
White with #1CFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFC00; }
p { color: rgb(28,252,0); }
H1.HeaderClassName
{
color: #1CFC00;
}
.AnyTagClassName
{
color: #1CFC00;
}
</style>
background-color css
<style>
a { background-color: #1CFC00; }
a { background-color: rgb(28,252,0); }
div.DivClassName
{
background-color: #1CFC00;
}
.BgClassName
{
background-color: #1CFC00;
}
</style>
border-color css
<style>
span { border-color: #1CFC00; }
span { border-color: rgb(28,252,0); }
td.TdClassName
{
border-color: #1CFC00;
}
.TagClassName
{
border-color: #1CFC00;
}
</style>