Shades of Free Speech Green #1CF221
Tints of Free Speech Green #1CF221
RGB
CMYK
RGB Variations
Color information
#1CF221 (or 0x1CF221) is known color: Free Speech Green. HEX triplet: 1C, F2 and 21. RGB value is (28,242,33). Sum of RGB (Red+Green+Blue) = 28+242+33=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 242 (94.92% from 255 or 79.87% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF221 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF221 is #E30DDE. Grayscale: #9A9A9A. Windows color (decimal): -14880223 or 2224668. OLE color: 2224668.
HSL color Cylindrical-coordinate representation of color #1CF221: hue angle of 121.4º degrees, saturation: 0.89, 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 #1CF221 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 242 | 33 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.05 |
| HSL | 121.4º | 0.89% | 0.53% | - |
| HSV(B) | 121.4º | 0.88% | 0.95% | - |
| XYZ | 32.51 | 63.86 | 12.05 | - |
| YUV | 154.19 | 59.6 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 242 | 33 | 0.88 | 0 | 0.86 | 0.05 | 121.4 | 0.89 | 0.53 |
| Hex | 1C | F2 | 21 | 58 | 0 | 56 | 5 | 79 | 59 | 35 |
| Octal | 34 | 362 | 41 | 130 | 0 | 126 | 5 | 171 | 131 | 65 |
| Binary | 11100 | 11110010 | 100001 | 1011000 | 0 | 1010110 | 101 | 1111001 | 1011001 | 110101 |
Color Harmonies of #1CF221
Complementary color
Monochromatic Colors of #1CF221
Black with #1CF221
Text Example
Text Example
White with #1CF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF221; }
p { color: rgb(28,242,33); }
H1.HeaderClassName
{
color: #1CF221;
}
.AnyTagClassName
{
color: #1CF221;
}
</style>
background-color css
<style>
a { background-color: #1CF221; }
a { background-color: rgb(28,242,33); }
div.DivClassName
{
background-color: #1CF221;
}
.BgClassName
{
background-color: #1CF221;
}
</style>
border-color css
<style>
span { border-color: #1CF221; }
span { border-color: rgb(28,242,33); }
td.TdClassName
{
border-color: #1CF221;
}
.TagClassName
{
border-color: #1CF221;
}
</style>