Shades of Free Speech Green #1CF314
Tints of Free Speech Green #1CF314
RGB
CMYK
RGB Variations
Color information
#1CF314 (or 0x1CF314) is known color: Free Speech Green. HEX triplet: 1C, F3 and 14. RGB value is (28,243,20). Sum of RGB (Red+Green+Blue) = 28+243+20=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 243 (95.31% from 255 or 83.51% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 243 - color contains mainly: green. Hex color #1CF314 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF314 is #E30CEB. Grayscale: #999999. Windows color (decimal): -14879980 or 1372956. OLE color: 1372956.
HSL color Cylindrical-coordinate representation of color #1CF314: hue angle of 117.85º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1CF314 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 243 | 20 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.05 |
| HSL | 117.85º | 0.9% | 0.52% | - |
| HSV(B) | 117.85º | 0.92% | 0.95% | - |
| XYZ | 32.66 | 64.4 | 11.37 | - |
| YUV | 153.29 | 52.77 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 243 | 20 | 0.88 | 0 | 0.92 | 0.05 | 117.85 | 0.9 | 0.52 |
| Hex | 1C | F3 | 14 | 58 | 0 | 5C | 5 | 76 | 5A | 34 |
| Octal | 34 | 363 | 24 | 130 | 0 | 134 | 5 | 166 | 132 | 64 |
| Binary | 11100 | 11110011 | 10100 | 1011000 | 0 | 1011100 | 101 | 1110110 | 1011010 | 110100 |
Color Harmonies of #1CF314
Complementary color
Monochromatic Colors of #1CF314
Black with #1CF314
Text Example
Text Example
White with #1CF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF314; }
p { color: rgb(28,243,20); }
H1.HeaderClassName
{
color: #1CF314;
}
.AnyTagClassName
{
color: #1CF314;
}
</style>
background-color css
<style>
a { background-color: #1CF314; }
a { background-color: rgb(28,243,20); }
div.DivClassName
{
background-color: #1CF314;
}
.BgClassName
{
background-color: #1CF314;
}
</style>
border-color css
<style>
span { border-color: #1CF314; }
span { border-color: rgb(28,243,20); }
td.TdClassName
{
border-color: #1CF314;
}
.TagClassName
{
border-color: #1CF314;
}
</style>