Shades of Free Speech Green #1FF010
Tints of Free Speech Green #1FF010
RGB
CMYK
RGB Variations
Color information
#1FF010 (or 0x1FF010) is known color: Free Speech Green. HEX triplet: 1F, F0 and 10. RGB value is (31,240,16). Sum of RGB (Red+Green+Blue) = 31+240+16=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 240 (94.14% from 255 or 83.62% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 240 - color contains mainly: green. Hex color #1FF010 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FF010 is #E00FEF. Grayscale: #989898. Windows color (decimal): -14684144 or 1110047. OLE color: 1110047.
HSL color Cylindrical-coordinate representation of color #1FF010: hue angle of 115.98º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FF010 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 240 | 16 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.06 |
| HSL | 115.98º | 0.88% | 0.5% | - |
| HSV(B) | 115.98º | 0.93% | 0.94% | - |
| XYZ | 31.82 | 62.65 | 10.91 | - |
| YUV | 151.97 | 51.26 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 240 | 16 | 0.87 | 0 | 0.93 | 0.06 | 115.98 | 0.88 | 0.5 |
| Hex | 1F | F0 | 10 | 57 | 0 | 5D | 6 | 74 | 58 | 32 |
| Octal | 37 | 360 | 20 | 127 | 0 | 135 | 6 | 164 | 130 | 62 |
| Binary | 11111 | 11110000 | 10000 | 1010111 | 0 | 1011101 | 110 | 1110100 | 1011000 | 110010 |
Color Harmonies of #1FF010
Complementary color
Monochromatic Colors of #1FF010
Black with #1FF010
Text Example
Text Example
White with #1FF010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF010; }
p { color: rgb(31,240,16); }
H1.HeaderClassName
{
color: #1FF010;
}
.AnyTagClassName
{
color: #1FF010;
}
</style>
background-color css
<style>
a { background-color: #1FF010; }
a { background-color: rgb(31,240,16); }
div.DivClassName
{
background-color: #1FF010;
}
.BgClassName
{
background-color: #1FF010;
}
</style>
border-color css
<style>
span { border-color: #1FF010; }
span { border-color: rgb(31,240,16); }
td.TdClassName
{
border-color: #1FF010;
}
.TagClassName
{
border-color: #1FF010;
}
</style>