Shades of Free Speech Green #1CF800
Tints of Free Speech Green #1CF800
RGB
CMYK
RGB Variations
Color information
#1CF800 (or 0x1CF800) is known color: Free Speech Green. HEX triplet: 1C, F8 and 00. RGB value is (28,248,0). Sum of RGB (Red+Green+Blue) = 28+248+0=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 248 (97.27% from 255 or 89.86% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 248 - color contains mainly: green. Hex color #1CF800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF800 is #E307FF. Grayscale: #9A9A9A. Windows color (decimal): -14878720 or 63516. OLE color: 63516.
HSL color Cylindrical-coordinate representation of color #1CF800: hue angle of 113.23º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1CF800 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 248 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.03 |
| HSL | 113.23º | 1% | 0.49% | - |
| HSV(B) | 113.23º | 1% | 0.97% | - |
| XYZ | 34.05 | 67.38 | 11.21 | - |
| YUV | 153.95 | 41.11 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 248 | 0 | 0.89 | 0 | 1 | 0.03 | 113.23 | 1 | 0.49 |
| Hex | 1C | F8 | 0 | 59 | 0 | 64 | 3 | 71 | 64 | 31 |
| Octal | 34 | 370 | 0 | 131 | 0 | 144 | 3 | 161 | 144 | 61 |
| Binary | 11100 | 11111000 | 0 | 1011001 | 0 | 1100100 | 11 | 1110001 | 1100100 | 110001 |
Color Harmonies of #1CF800
Complementary color
Monochromatic Colors of #1CF800
Black with #1CF800
Text Example
Text Example
White with #1CF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF800; }
p { color: rgb(28,248,0); }
H1.HeaderClassName
{
color: #1CF800;
}
.AnyTagClassName
{
color: #1CF800;
}
</style>
background-color css
<style>
a { background-color: #1CF800; }
a { background-color: rgb(28,248,0); }
div.DivClassName
{
background-color: #1CF800;
}
.BgClassName
{
background-color: #1CF800;
}
</style>
border-color css
<style>
span { border-color: #1CF800; }
span { border-color: rgb(28,248,0); }
td.TdClassName
{
border-color: #1CF800;
}
.TagClassName
{
border-color: #1CF800;
}
</style>