Shades of Free Speech Green #1FF310
Tints of Free Speech Green #1FF310
RGB
CMYK
RGB Variations
Color information
#1FF310 (or 0x1FF310) is known color: Free Speech Green. HEX triplet: 1F, F3 and 10. RGB value is (31,243,16). Sum of RGB (Red+Green+Blue) = 31+243+16=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 243 (95.31% from 255 or 83.79% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 243 - color contains mainly: green. Hex color #1FF310 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FF310 is #E00CEF. Grayscale: #9A9A9A. Windows color (decimal): -14683376 or 1110815. OLE color: 1110815.
HSL color Cylindrical-coordinate representation of color #1FF310: hue angle of 116.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FF310 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 243 | 16 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.05 |
| HSL | 116.04º | 0.9% | 0.51% | - |
| HSV(B) | 116.04º | 0.93% | 0.95% | - |
| XYZ | 32.71 | 64.43 | 11.2 | - |
| YUV | 153.73 | 50.26 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 243 | 16 | 0.87 | 0 | 0.93 | 0.05 | 116.04 | 0.9 | 0.51 |
| Hex | 1F | F3 | 10 | 57 | 0 | 5D | 5 | 74 | 5A | 33 |
| Octal | 37 | 363 | 20 | 127 | 0 | 135 | 5 | 164 | 132 | 63 |
| Binary | 11111 | 11110011 | 10000 | 1010111 | 0 | 1011101 | 101 | 1110100 | 1011010 | 110011 |
Color Harmonies of #1FF310
Complementary color
Monochromatic Colors of #1FF310
Black with #1FF310
Text Example
Text Example
White with #1FF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF310; }
p { color: rgb(31,243,16); }
H1.HeaderClassName
{
color: #1FF310;
}
.AnyTagClassName
{
color: #1FF310;
}
</style>
background-color css
<style>
a { background-color: #1FF310; }
a { background-color: rgb(31,243,16); }
div.DivClassName
{
background-color: #1FF310;
}
.BgClassName
{
background-color: #1FF310;
}
</style>
border-color css
<style>
span { border-color: #1FF310; }
span { border-color: rgb(31,243,16); }
td.TdClassName
{
border-color: #1FF310;
}
.TagClassName
{
border-color: #1FF310;
}
</style>