Shades of Free Speech Green #1CF310
Tints of Free Speech Green #1CF310
RGB
CMYK
RGB Variations
Color information
#1CF310 (or 0x1CF310) is known color: Free Speech Green. HEX triplet: 1C, F3 and 10. RGB value is (28,243,16). Sum of RGB (Red+Green+Blue) = 28+243+16=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 243 (95.31% from 255 or 84.67% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 243 - color contains mainly: green. Hex color #1CF310 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF310 is #E30CEF. Grayscale: #999999. Windows color (decimal): -14879984 or 1110812. OLE color: 1110812.
HSL color Cylindrical-coordinate representation of color #1CF310: hue angle of 116.83º 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 #1CF310 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 243 | 16 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.05 |
| HSL | 116.83º | 0.9% | 0.51% | - |
| HSV(B) | 116.83º | 0.93% | 0.95% | - |
| XYZ | 32.62 | 64.39 | 11.2 | - |
| YUV | 152.84 | 50.77 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 243 | 16 | 0.88 | 0 | 0.93 | 0.05 | 116.83 | 0.9 | 0.51 |
| Hex | 1C | F3 | 10 | 58 | 0 | 5D | 5 | 75 | 5A | 33 |
| Octal | 34 | 363 | 20 | 130 | 0 | 135 | 5 | 165 | 132 | 63 |
| Binary | 11100 | 11110011 | 10000 | 1011000 | 0 | 1011101 | 101 | 1110101 | 1011010 | 110011 |
Color Harmonies of #1CF310
Complementary color
Monochromatic Colors of #1CF310
Black with #1CF310
Text Example
Text Example
White with #1CF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF310; }
p { color: rgb(28,243,16); }
H1.HeaderClassName
{
color: #1CF310;
}
.AnyTagClassName
{
color: #1CF310;
}
</style>
background-color css
<style>
a { background-color: #1CF310; }
a { background-color: rgb(28,243,16); }
div.DivClassName
{
background-color: #1CF310;
}
.BgClassName
{
background-color: #1CF310;
}
</style>
border-color css
<style>
span { border-color: #1CF310; }
span { border-color: rgb(28,243,16); }
td.TdClassName
{
border-color: #1CF310;
}
.TagClassName
{
border-color: #1CF310;
}
</style>