Shades of Free Speech Green #1CF300
Tints of Free Speech Green #1CF300
RGB
CMYK
RGB Variations
Color information
#1CF300 (or 0x1CF300) is known color: Free Speech Green. HEX triplet: 1C, F3 and 00. RGB value is (28,243,0). Sum of RGB (Red+Green+Blue) = 28+243+0=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 243 (95.31% from 255 or 89.67% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 243 - color contains mainly: green. Hex color #1CF300 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF300 is #E30CFF. Grayscale: #979797. Windows color (decimal): -14880000 or 62236. OLE color: 62236.
HSL color Cylindrical-coordinate representation of color #1CF300: hue angle of 113.09º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1CF300 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 243 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.05 |
| HSL | 113.09º | 1% | 0.48% | - |
| HSV(B) | 113.09º | 1% | 0.95% | - |
| XYZ | 32.53 | 64.35 | 10.71 | - |
| YUV | 151.01 | 42.77 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 243 | 0 | 0.88 | 0 | 1 | 0.05 | 113.09 | 1 | 0.48 |
| Hex | 1C | F3 | 0 | 58 | 0 | 64 | 5 | 71 | 64 | 30 |
| Octal | 34 | 363 | 0 | 130 | 0 | 144 | 5 | 161 | 144 | 60 |
| Binary | 11100 | 11110011 | 0 | 1011000 | 0 | 1100100 | 101 | 1110001 | 1100100 | 110000 |
Color Harmonies of #1CF300
Complementary color
Monochromatic Colors of #1CF300
Black with #1CF300
Text Example
Text Example
White with #1CF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF300; }
p { color: rgb(28,243,0); }
H1.HeaderClassName
{
color: #1CF300;
}
.AnyTagClassName
{
color: #1CF300;
}
</style>
background-color css
<style>
a { background-color: #1CF300; }
a { background-color: rgb(28,243,0); }
div.DivClassName
{
background-color: #1CF300;
}
.BgClassName
{
background-color: #1CF300;
}
</style>
border-color css
<style>
span { border-color: #1CF300; }
span { border-color: rgb(28,243,0); }
td.TdClassName
{
border-color: #1CF300;
}
.TagClassName
{
border-color: #1CF300;
}
</style>