Shades of Free Speech Green #1FFC00
Tints of Free Speech Green #1FFC00
RGB
CMYK
RGB Variations
Color information
#1FFC00 (or 0x1FFC00) is known color: Free Speech Green. HEX triplet: 1F, FC and 00. RGB value is (31,252,0). Sum of RGB (Red+Green+Blue) = 31+252+0=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 252 (98.83% from 255 or 89.05% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFC00 is #E003FF. Grayscale: #9D9D9D. Windows color (decimal): -14681088 or 64543. OLE color: 64543.
HSL color Cylindrical-coordinate representation of color #1FFC00: hue angle of 112.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1FFC00 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.01 |
| HSL | 112.62º | 1% | 0.49% | - |
| HSV(B) | 112.62º | 1% | 0.99% | - |
| XYZ | 35.38 | 69.91 | 11.63 | - |
| YUV | 157.19 | 39.28 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 0 | 0.88 | 0 | 1 | 0.01 | 112.62 | 1 | 0.49 |
| Hex | 1F | FC | 0 | 58 | 0 | 64 | 1 | 71 | 64 | 31 |
| Octal | 37 | 374 | 0 | 130 | 0 | 144 | 1 | 161 | 144 | 61 |
| Binary | 11111 | 11111100 | 0 | 1011000 | 0 | 1100100 | 1 | 1110001 | 1100100 | 110001 |
Color Harmonies of #1FFC00
Complementary color
Monochromatic Colors of #1FFC00
Black with #1FFC00
Text Example
Text Example
White with #1FFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFC00; }
p { color: rgb(31,252,0); }
H1.HeaderClassName
{
color: #1FFC00;
}
.AnyTagClassName
{
color: #1FFC00;
}
</style>
background-color css
<style>
a { background-color: #1FFC00; }
a { background-color: rgb(31,252,0); }
div.DivClassName
{
background-color: #1FFC00;
}
.BgClassName
{
background-color: #1FFC00;
}
</style>
border-color css
<style>
span { border-color: #1FFC00; }
span { border-color: rgb(31,252,0); }
td.TdClassName
{
border-color: #1FFC00;
}
.TagClassName
{
border-color: #1FFC00;
}
</style>