Shades of Free Speech Green #1CF311
Tints of Free Speech Green #1CF311
RGB
CMYK
RGB Variations
Color information
#1CF311 (or 0x1CF311) is known color: Free Speech Green. HEX triplet: 1C, F3 and 11. RGB value is (28,243,17). Sum of RGB (Red+Green+Blue) = 28+243+17=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 243 (95.31% from 255 or 84.38% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 243 - color contains mainly: green. Hex color #1CF311 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF311 is #E30CEE. Grayscale: #999999. Windows color (decimal): -14879983 or 1176348. OLE color: 1176348.
HSL color Cylindrical-coordinate representation of color #1CF311: hue angle of 117.08º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1CF311 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 243 | 17 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.05 |
| HSL | 117.08º | 0.9% | 0.51% | - |
| HSV(B) | 117.08º | 0.93% | 0.95% | - |
| XYZ | 32.63 | 64.39 | 11.24 | - |
| YUV | 152.95 | 51.27 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 243 | 17 | 0.88 | 0 | 0.93 | 0.05 | 117.08 | 0.9 | 0.51 |
| Hex | 1C | F3 | 11 | 58 | 0 | 5D | 5 | 75 | 5A | 33 |
| Octal | 34 | 363 | 21 | 130 | 0 | 135 | 5 | 165 | 132 | 63 |
| Binary | 11100 | 11110011 | 10001 | 1011000 | 0 | 1011101 | 101 | 1110101 | 1011010 | 110011 |
Color Harmonies of #1CF311
Complementary color
Monochromatic Colors of #1CF311
Black with #1CF311
Text Example
Text Example
White with #1CF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF311; }
p { color: rgb(28,243,17); }
H1.HeaderClassName
{
color: #1CF311;
}
.AnyTagClassName
{
color: #1CF311;
}
</style>
background-color css
<style>
a { background-color: #1CF311; }
a { background-color: rgb(28,243,17); }
div.DivClassName
{
background-color: #1CF311;
}
.BgClassName
{
background-color: #1CF311;
}
</style>
border-color css
<style>
span { border-color: #1CF311; }
span { border-color: rgb(28,243,17); }
td.TdClassName
{
border-color: #1CF311;
}
.TagClassName
{
border-color: #1CF311;
}
</style>