Shades of Free Speech Green #1CF407
Tints of Free Speech Green #1CF407
RGB
CMYK
RGB Variations
Color information
#1CF407 (or 0x1CF407) is known color: Free Speech Green. HEX triplet: 1C, F4 and 07. RGB value is (28,244,7). Sum of RGB (Red+Green+Blue) = 28+244+7=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 244 (95.70% from 255 or 87.46% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 244 - color contains mainly: green. Hex color #1CF407 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF407 is #E30BF8. Grayscale: #999999. Windows color (decimal): -14879737 or 521244. OLE color: 521244.
HSL color Cylindrical-coordinate representation of color #1CF407: hue angle of 114.68º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1CF407 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 244 | 7 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.04 |
| HSL | 114.68º | 0.94% | 0.49% | - |
| HSV(B) | 114.68º | 0.97% | 0.96% | - |
| XYZ | 32.87 | 64.96 | 11.01 | - |
| YUV | 152.4 | 45.94 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 244 | 7 | 0.89 | 0 | 0.97 | 0.04 | 114.68 | 0.94 | 0.49 |
| Hex | 1C | F4 | 7 | 59 | 0 | 61 | 4 | 73 | 5E | 31 |
| Octal | 34 | 364 | 7 | 131 | 0 | 141 | 4 | 163 | 136 | 61 |
| Binary | 11100 | 11110100 | 111 | 1011001 | 0 | 1100001 | 100 | 1110011 | 1011110 | 110001 |
Color Harmonies of #1CF407
Complementary color
Monochromatic Colors of #1CF407
Black with #1CF407
Text Example
Text Example
White with #1CF407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF407; }
p { color: rgb(28,244,7); }
H1.HeaderClassName
{
color: #1CF407;
}
.AnyTagClassName
{
color: #1CF407;
}
</style>
background-color css
<style>
a { background-color: #1CF407; }
a { background-color: rgb(28,244,7); }
div.DivClassName
{
background-color: #1CF407;
}
.BgClassName
{
background-color: #1CF407;
}
</style>
border-color css
<style>
span { border-color: #1CF407; }
span { border-color: rgb(28,244,7); }
td.TdClassName
{
border-color: #1CF407;
}
.TagClassName
{
border-color: #1CF407;
}
</style>