Shades of Free Speech Green #1FEF0C
Tints of Free Speech Green #1FEF0C
RGB
CMYK
RGB Variations
Color information
#1FEF0C (or 0x1FEF0C) is known color: Free Speech Green. HEX triplet: 1F, EF and 0C. RGB value is (31,239,12). Sum of RGB (Red+Green+Blue) = 31+239+12=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 239 (93.75% from 255 or 84.75% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEF0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FEF0C is #E010F3. Grayscale: #979797. Windows color (decimal): -14684404 or 847647. OLE color: 847647.
HSL color Cylindrical-coordinate representation of color #1FEF0C: hue angle of 114.98º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FEF0C is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 239 | 12 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.06 |
| HSL | 114.98º | 0.9% | 0.49% | - |
| HSV(B) | 114.98º | 0.95% | 0.94% | - |
| XYZ | 31.5 | 62.05 | 10.66 | - |
| YUV | 150.93 | 49.59 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 239 | 12 | 0.87 | 0 | 0.95 | 0.06 | 114.98 | 0.9 | 0.49 |
| Hex | 1F | EF | C | 57 | 0 | 5F | 6 | 73 | 5A | 31 |
| Octal | 37 | 357 | 14 | 127 | 0 | 137 | 6 | 163 | 132 | 61 |
| Binary | 11111 | 11101111 | 1100 | 1010111 | 0 | 1011111 | 110 | 1110011 | 1011010 | 110001 |
Color Harmonies of #1FEF0C
Complementary color
Monochromatic Colors of #1FEF0C
Black with #1FEF0C
Text Example
Text Example
White with #1FEF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEF0C; }
p { color: rgb(31,239,12); }
H1.HeaderClassName
{
color: #1FEF0C;
}
.AnyTagClassName
{
color: #1FEF0C;
}
</style>
background-color css
<style>
a { background-color: #1FEF0C; }
a { background-color: rgb(31,239,12); }
div.DivClassName
{
background-color: #1FEF0C;
}
.BgClassName
{
background-color: #1FEF0C;
}
</style>
border-color css
<style>
span { border-color: #1FEF0C; }
span { border-color: rgb(31,239,12); }
td.TdClassName
{
border-color: #1FEF0C;
}
.TagClassName
{
border-color: #1FEF0C;
}
</style>