Shades of Free Speech Green #1FF702
Tints of Free Speech Green #1FF702
RGB
CMYK
RGB Variations
Color information
#1FF702 (or 0x1FF702) is known color: Free Speech Green. HEX triplet: 1F, F7 and 02. RGB value is (31,247,2). Sum of RGB (Red+Green+Blue) = 31+247+2=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 247 (96.88% from 255 or 88.21% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 247 - color contains mainly: green. Hex color #1FF702 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FF702 is #E008FD. Grayscale: #9B9B9B. Windows color (decimal): -14682366 or 194335. OLE color: 194335.
HSL color Cylindrical-coordinate representation of color #1FF702: hue angle of 112.9º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FF702 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 31 | 247 | 2 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.03 |
| HSL | 112.9º | 0.98% | 0.49% | - |
| HSV(B) | 112.9º | 0.99% | 0.97% | - |
| XYZ | 33.84 | 66.82 | 11.17 | - |
| YUV | 154.49 | 41.94 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 247 | 2 | 0.87 | 0 | 0.99 | 0.03 | 112.9 | 0.98 | 0.49 |
| Hex | 1F | F7 | 2 | 57 | 0 | 63 | 3 | 71 | 62 | 31 |
| Octal | 37 | 367 | 2 | 127 | 0 | 143 | 3 | 161 | 142 | 61 |
| Binary | 11111 | 11110111 | 10 | 1010111 | 0 | 1100011 | 11 | 1110001 | 1100010 | 110001 |
Color Harmonies of #1FF702
Complementary color
Monochromatic Colors of #1FF702
Black with #1FF702
Text Example
Text Example
White with #1FF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF702; }
p { color: rgb(31,247,2); }
H1.HeaderClassName
{
color: #1FF702;
}
.AnyTagClassName
{
color: #1FF702;
}
</style>
background-color css
<style>
a { background-color: #1FF702; }
a { background-color: rgb(31,247,2); }
div.DivClassName
{
background-color: #1FF702;
}
.BgClassName
{
background-color: #1FF702;
}
</style>
border-color css
<style>
span { border-color: #1FF702; }
span { border-color: rgb(31,247,2); }
td.TdClassName
{
border-color: #1FF702;
}
.TagClassName
{
border-color: #1FF702;
}
</style>