Shades of Free Speech Green #1CF327
Tints of Free Speech Green #1CF327
RGB
CMYK
RGB Variations
Color information
#1CF327 (or 0x1CF327) is known color: Free Speech Green. HEX triplet: 1C, F3 and 27. RGB value is (28,243,39). Sum of RGB (Red+Green+Blue) = 28+243+39=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 243 (95.31% from 255 or 78.39% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 243 - color contains mainly: green. Hex color #1CF327 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF327 is #E30CD8. Grayscale: #9C9C9C. Windows color (decimal): -14879961 or 2618140. OLE color: 2618140.
HSL color Cylindrical-coordinate representation of color #1CF327: hue angle of 123.07º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF327 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 243 | 39 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.05 |
| HSL | 123.07º | 0.9% | 0.53% | - |
| HSV(B) | 123.07º | 0.88% | 0.95% | - |
| XYZ | 32.9 | 64.49 | 12.63 | - |
| YUV | 155.46 | 62.27 | 37.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 243 | 39 | 0.88 | 0 | 0.84 | 0.05 | 123.07 | 0.9 | 0.53 |
| Hex | 1C | F3 | 27 | 58 | 0 | 54 | 5 | 7B | 5A | 35 |
| Octal | 34 | 363 | 47 | 130 | 0 | 124 | 5 | 173 | 132 | 65 |
| Binary | 11100 | 11110011 | 100111 | 1011000 | 0 | 1010100 | 101 | 1111011 | 1011010 | 110101 |
Color Harmonies of #1CF327
Complementary color
Monochromatic Colors of #1CF327
Black with #1CF327
Text Example
Text Example
White with #1CF327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF327; }
p { color: rgb(28,243,39); }
H1.HeaderClassName
{
color: #1CF327;
}
.AnyTagClassName
{
color: #1CF327;
}
</style>
background-color css
<style>
a { background-color: #1CF327; }
a { background-color: rgb(28,243,39); }
div.DivClassName
{
background-color: #1CF327;
}
.BgClassName
{
background-color: #1CF327;
}
</style>
border-color css
<style>
span { border-color: #1CF327; }
span { border-color: rgb(28,243,39); }
td.TdClassName
{
border-color: #1CF327;
}
.TagClassName
{
border-color: #1CF327;
}
</style>