Shades of Free Speech Green #1FEC0D
Tints of Free Speech Green #1FEC0D
RGB
CMYK
RGB Variations
Color information
#1FEC0D (or 0x1FEC0D) is known color: Free Speech Green. HEX triplet: 1F, EC and 0D. RGB value is (31,236,13). Sum of RGB (Red+Green+Blue) = 31+236+13=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 236 (92.58% from 255 or 84.29% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 236 - color contains mainly: green. Hex color #1FEC0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FEC0D is #E013F2. Grayscale: #959595. Windows color (decimal): -14685171 or 912415. OLE color: 912415.
HSL color Cylindrical-coordinate representation of color #1FEC0D: hue angle of 115.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FEC0D is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 13 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.07 |
| HSL | 115.16º | 0.9% | 0.49% | - |
| HSV(B) | 115.16º | 0.94% | 0.93% | - |
| XYZ | 30.63 | 60.31 | 10.41 | - |
| YUV | 149.28 | 51.08 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 13 | 0.87 | 0 | 0.94 | 0.07 | 115.16 | 0.9 | 0.49 |
| Hex | 1F | EC | D | 57 | 0 | 5E | 7 | 73 | 5A | 31 |
| Octal | 37 | 354 | 15 | 127 | 0 | 136 | 7 | 163 | 132 | 61 |
| Binary | 11111 | 11101100 | 1101 | 1010111 | 0 | 1011110 | 111 | 1110011 | 1011010 | 110001 |
Color Harmonies of #1FEC0D
Complementary color
Monochromatic Colors of #1FEC0D
Black with #1FEC0D
Text Example
Text Example
White with #1FEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEC0D; }
p { color: rgb(31,236,13); }
H1.HeaderClassName
{
color: #1FEC0D;
}
.AnyTagClassName
{
color: #1FEC0D;
}
</style>
background-color css
<style>
a { background-color: #1FEC0D; }
a { background-color: rgb(31,236,13); }
div.DivClassName
{
background-color: #1FEC0D;
}
.BgClassName
{
background-color: #1FEC0D;
}
</style>
border-color css
<style>
span { border-color: #1FEC0D; }
span { border-color: rgb(31,236,13); }
td.TdClassName
{
border-color: #1FEC0D;
}
.TagClassName
{
border-color: #1FEC0D;
}
</style>