Shades of Free Speech Green #1FE616
Tints of Free Speech Green #1FE616
RGB
CMYK
RGB Variations
Color information
#1FE616 (or 0x1FE616) is known color: Free Speech Green. HEX triplet: 1F, E6 and 16. RGB value is (31,230,22). Sum of RGB (Red+Green+Blue) = 31+230+22=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 230 (90.23% from 255 or 81.27% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FE616 is #E019E9. Grayscale: #939393. Windows color (decimal): -14686698 or 1500703. OLE color: 1500703.
HSL color Cylindrical-coordinate representation of color #1FE616: hue angle of 117.4º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FE616 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 22 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.10 |
| HSL | 117.4º | 0.83% | 0.49% | - |
| HSV(B) | 117.4º | 0.9% | 0.9% | - |
| XYZ | 29.01 | 56.94 | 10.22 | - |
| YUV | 146.79 | 57.57 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 22 | 0.87 | 0 | 0.90 | 0.10 | 117.4 | 0.83 | 0.49 |
| Hex | 1F | E6 | 16 | 57 | 0 | 5A | A | 75 | 53 | 31 |
| Octal | 37 | 346 | 26 | 127 | 0 | 132 | 12 | 165 | 123 | 61 |
| Binary | 11111 | 11100110 | 10110 | 1010111 | 0 | 1011010 | 1010 | 1110101 | 1010011 | 110001 |
Color Harmonies of #1FE616
Complementary color
Monochromatic Colors of #1FE616
Black with #1FE616
Text Example
Text Example
White with #1FE616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE616; }
p { color: rgb(31,230,22); }
H1.HeaderClassName
{
color: #1FE616;
}
.AnyTagClassName
{
color: #1FE616;
}
</style>
background-color css
<style>
a { background-color: #1FE616; }
a { background-color: rgb(31,230,22); }
div.DivClassName
{
background-color: #1FE616;
}
.BgClassName
{
background-color: #1FE616;
}
</style>
border-color css
<style>
span { border-color: #1FE616; }
span { border-color: rgb(31,230,22); }
td.TdClassName
{
border-color: #1FE616;
}
.TagClassName
{
border-color: #1FE616;
}
</style>