Shades of Free Speech Green #1CF825
Tints of Free Speech Green #1CF825
RGB
CMYK
RGB Variations
Color information
#1CF825 (or 0x1CF825) is known color: Free Speech Green. HEX triplet: 1C, F8 and 25. RGB value is (28,248,37). Sum of RGB (Red+Green+Blue) = 28+248+37=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 248 (97.27% from 255 or 79.23% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 248 - color contains mainly: green. Hex color #1CF825 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF825 is #E307DA. Grayscale: #9E9E9E. Windows color (decimal): -14878683 or 2488348. OLE color: 2488348.
HSL color Cylindrical-coordinate representation of color #1CF825: hue angle of 122.45º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF825 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 248 | 37 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.03 |
| HSL | 122.45º | 0.94% | 0.54% | - |
| HSV(B) | 122.45º | 0.89% | 0.97% | - |
| XYZ | 34.38 | 67.52 | 12.97 | - |
| YUV | 158.17 | 59.61 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 248 | 37 | 0.89 | 0 | 0.85 | 0.03 | 122.45 | 0.94 | 0.54 |
| Hex | 1C | F8 | 25 | 59 | 0 | 55 | 3 | 7A | 5E | 36 |
| Octal | 34 | 370 | 45 | 131 | 0 | 125 | 3 | 172 | 136 | 66 |
| Binary | 11100 | 11111000 | 100101 | 1011001 | 0 | 1010101 | 11 | 1111010 | 1011110 | 110110 |
Color Harmonies of #1CF825
Complementary color
Monochromatic Colors of #1CF825
Black with #1CF825
Text Example
Text Example
White with #1CF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF825; }
p { color: rgb(28,248,37); }
H1.HeaderClassName
{
color: #1CF825;
}
.AnyTagClassName
{
color: #1CF825;
}
</style>
background-color css
<style>
a { background-color: #1CF825; }
a { background-color: rgb(28,248,37); }
div.DivClassName
{
background-color: #1CF825;
}
.BgClassName
{
background-color: #1CF825;
}
</style>
border-color css
<style>
span { border-color: #1CF825; }
span { border-color: rgb(28,248,37); }
td.TdClassName
{
border-color: #1CF825;
}
.TagClassName
{
border-color: #1CF825;
}
</style>