Shades of Free Speech Green #1CF625
Tints of Free Speech Green #1CF625
RGB
CMYK
RGB Variations
Color information
#1CF625 (or 0x1CF625) is known color: Free Speech Green. HEX triplet: 1C, F6 and 25. RGB value is (28,246,37). Sum of RGB (Red+Green+Blue) = 28+246+37=311 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.00% from 311); Green value is 246 (96.48% from 255 or 79.10% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 246 - color contains mainly: green. Hex color #1CF625 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF625 is #E309DA. Grayscale: #9D9D9D. Windows color (decimal): -14879195 or 2487836. OLE color: 2487836.
HSL color Cylindrical-coordinate representation of color #1CF625: hue angle of 122.48º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF625 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 246 | 37 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.04 |
| HSL | 122.48º | 0.92% | 0.54% | - |
| HSV(B) | 122.48º | 0.89% | 0.96% | - |
| XYZ | 33.77 | 66.29 | 12.77 | - |
| YUV | 156.99 | 60.28 | 35.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 246 | 37 | 0.89 | 0 | 0.85 | 0.04 | 122.48 | 0.92 | 0.54 |
| Hex | 1C | F6 | 25 | 59 | 0 | 55 | 4 | 7A | 5C | 36 |
| Octal | 34 | 366 | 45 | 131 | 0 | 125 | 4 | 172 | 134 | 66 |
| Binary | 11100 | 11110110 | 100101 | 1011001 | 0 | 1010101 | 100 | 1111010 | 1011100 | 110110 |
Color Harmonies of #1CF625
Complementary color
Monochromatic Colors of #1CF625
Black with #1CF625
Text Example
Text Example
White with #1CF625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF625; }
p { color: rgb(28,246,37); }
H1.HeaderClassName
{
color: #1CF625;
}
.AnyTagClassName
{
color: #1CF625;
}
</style>
background-color css
<style>
a { background-color: #1CF625; }
a { background-color: rgb(28,246,37); }
div.DivClassName
{
background-color: #1CF625;
}
.BgClassName
{
background-color: #1CF625;
}
</style>
border-color css
<style>
span { border-color: #1CF625; }
span { border-color: rgb(28,246,37); }
td.TdClassName
{
border-color: #1CF625;
}
.TagClassName
{
border-color: #1CF625;
}
</style>