Shades of Free Speech Green #1FFC14
Tints of Free Speech Green #1FFC14
RGB
CMYK
RGB Variations
Color information
#1FFC14 (or 0x1FFC14) is known color: Free Speech Green. HEX triplet: 1F, FC and 14. RGB value is (31,252,20). Sum of RGB (Red+Green+Blue) = 31+252+20=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 252 (98.83% from 255 or 83.17% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFC14 is #E003EB. Grayscale: #A0A0A0. Windows color (decimal): -14681068 or 1375263. OLE color: 1375263.
HSL color Cylindrical-coordinate representation of color #1FFC14: hue angle of 117.16º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FFC14 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 20 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.01 |
| HSL | 117.16º | 0.97% | 0.53% | - |
| HSV(B) | 117.16º | 0.92% | 0.99% | - |
| XYZ | 35.5 | 69.96 | 12.29 | - |
| YUV | 159.47 | 49.28 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 20 | 0.88 | 0 | 0.92 | 0.01 | 117.16 | 0.97 | 0.53 |
| Hex | 1F | FC | 14 | 58 | 0 | 5C | 1 | 75 | 61 | 35 |
| Octal | 37 | 374 | 24 | 130 | 0 | 134 | 1 | 165 | 141 | 65 |
| Binary | 11111 | 11111100 | 10100 | 1011000 | 0 | 1011100 | 1 | 1110101 | 1100001 | 110101 |
Color Harmonies of #1FFC14
Complementary color
Monochromatic Colors of #1FFC14
Black with #1FFC14
Text Example
Text Example
White with #1FFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFC14; }
p { color: rgb(31,252,20); }
H1.HeaderClassName
{
color: #1FFC14;
}
.AnyTagClassName
{
color: #1FFC14;
}
</style>
background-color css
<style>
a { background-color: #1FFC14; }
a { background-color: rgb(31,252,20); }
div.DivClassName
{
background-color: #1FFC14;
}
.BgClassName
{
background-color: #1FFC14;
}
</style>
border-color css
<style>
span { border-color: #1FFC14; }
span { border-color: rgb(31,252,20); }
td.TdClassName
{
border-color: #1FFC14;
}
.TagClassName
{
border-color: #1FFC14;
}
</style>