Shades of Free Speech Green #1FE507
Tints of Free Speech Green #1FE507
RGB
CMYK
RGB Variations
Color information
#1FE507 (or 0x1FE507) is known color: Free Speech Green. HEX triplet: 1F, E5 and 07. RGB value is (31,229,7). Sum of RGB (Red+Green+Blue) = 31+229+7=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 229 (89.84% from 255 or 85.77% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FE507 is #E01AF8. Grayscale: #919191. Windows color (decimal): -14686969 or 517407. OLE color: 517407.
HSL color Cylindrical-coordinate representation of color #1FE507: hue angle of 113.51º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1FE507 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 229 | 7 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.10 |
| HSL | 113.51º | 0.94% | 0.46% | - |
| HSV(B) | 113.51º | 0.97% | 0.9% | - |
| XYZ | 28.62 | 56.35 | 9.57 | - |
| YUV | 144.49 | 50.4 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 229 | 7 | 0.86 | 0 | 0.97 | 0.10 | 113.51 | 0.94 | 0.46 |
| Hex | 1F | E5 | 7 | 56 | 0 | 61 | A | 72 | 5E | 2E |
| Octal | 37 | 345 | 7 | 126 | 0 | 141 | 12 | 162 | 136 | 56 |
| Binary | 11111 | 11100101 | 111 | 1010110 | 0 | 1100001 | 1010 | 1110010 | 1011110 | 101110 |
Color Harmonies of #1FE507
Complementary color
Monochromatic Colors of #1FE507
Black with #1FE507
Text Example
Text Example
White with #1FE507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE507; }
p { color: rgb(31,229,7); }
H1.HeaderClassName
{
color: #1FE507;
}
.AnyTagClassName
{
color: #1FE507;
}
</style>
background-color css
<style>
a { background-color: #1FE507; }
a { background-color: rgb(31,229,7); }
div.DivClassName
{
background-color: #1FE507;
}
.BgClassName
{
background-color: #1FE507;
}
</style>
border-color css
<style>
span { border-color: #1FE507; }
span { border-color: rgb(31,229,7); }
td.TdClassName
{
border-color: #1FE507;
}
.TagClassName
{
border-color: #1FE507;
}
</style>