Shades of Free Speech Green #1FE10D
Tints of Free Speech Green #1FE10D
RGB
CMYK
RGB Variations
Color information
#1FE10D (or 0x1FE10D) is known color: Free Speech Green. HEX triplet: 1F, E1 and 0D. RGB value is (31,225,13). Sum of RGB (Red+Green+Blue) = 31+225+13=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 225 (88.28% from 255 or 83.64% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE10D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FE10D is #E01EF2. Grayscale: #8F8F8F. Windows color (decimal): -14687987 or 909599. OLE color: 909599.
HSL color Cylindrical-coordinate representation of color #1FE10D: hue angle of 114.91º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FE10D is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 13 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.12 |
| HSL | 114.91º | 0.89% | 0.47% | - |
| HSV(B) | 114.91º | 0.94% | 0.88% | - |
| XYZ | 27.56 | 54.17 | 9.38 | - |
| YUV | 142.83 | 54.73 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 13 | 0.86 | 0 | 0.94 | 0.12 | 114.91 | 0.89 | 0.47 |
| Hex | 1F | E1 | D | 56 | 0 | 5E | C | 73 | 59 | 2F |
| Octal | 37 | 341 | 15 | 126 | 0 | 136 | 14 | 163 | 131 | 57 |
| Binary | 11111 | 11100001 | 1101 | 1010110 | 0 | 1011110 | 1100 | 1110011 | 1011001 | 101111 |
Color Harmonies of #1FE10D
Complementary color
Monochromatic Colors of #1FE10D
Black with #1FE10D
Text Example
Text Example
White with #1FE10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE10D; }
p { color: rgb(31,225,13); }
H1.HeaderClassName
{
color: #1FE10D;
}
.AnyTagClassName
{
color: #1FE10D;
}
</style>
background-color css
<style>
a { background-color: #1FE10D; }
a { background-color: rgb(31,225,13); }
div.DivClassName
{
background-color: #1FE10D;
}
.BgClassName
{
background-color: #1FE10D;
}
</style>
border-color css
<style>
span { border-color: #1FE10D; }
span { border-color: rgb(31,225,13); }
td.TdClassName
{
border-color: #1FE10D;
}
.TagClassName
{
border-color: #1FE10D;
}
</style>