Shades of Free Speech Green #1FF602
Tints of Free Speech Green #1FF602
RGB
CMYK
RGB Variations
Color information
#1FF602 (or 0x1FF602) is known color: Free Speech Green. HEX triplet: 1F, F6 and 02. RGB value is (31,246,2). Sum of RGB (Red+Green+Blue) = 31+246+2=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 246 (96.48% from 255 or 88.17% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 246 - color contains mainly: green. Hex color #1FF602 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FF602 is #E009FD. Grayscale: #9A9A9A. Windows color (decimal): -14682622 or 194079. OLE color: 194079.
HSL color Cylindrical-coordinate representation of color #1FF602: hue angle of 112.87º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FF602 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 31 | 246 | 2 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.04 |
| HSL | 112.87º | 0.98% | 0.49% | - |
| HSV(B) | 112.87º | 0.99% | 0.96% | - |
| XYZ | 33.53 | 66.21 | 11.07 | - |
| YUV | 153.9 | 42.27 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 246 | 2 | 0.87 | 0 | 0.99 | 0.04 | 112.87 | 0.98 | 0.49 |
| Hex | 1F | F6 | 2 | 57 | 0 | 63 | 4 | 71 | 62 | 31 |
| Octal | 37 | 366 | 2 | 127 | 0 | 143 | 4 | 161 | 142 | 61 |
| Binary | 11111 | 11110110 | 10 | 1010111 | 0 | 1100011 | 100 | 1110001 | 1100010 | 110001 |
Color Harmonies of #1FF602
Complementary color
Monochromatic Colors of #1FF602
Black with #1FF602
Text Example
Text Example
White with #1FF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF602; }
p { color: rgb(31,246,2); }
H1.HeaderClassName
{
color: #1FF602;
}
.AnyTagClassName
{
color: #1FF602;
}
</style>
background-color css
<style>
a { background-color: #1FF602; }
a { background-color: rgb(31,246,2); }
div.DivClassName
{
background-color: #1FF602;
}
.BgClassName
{
background-color: #1FF602;
}
</style>
border-color css
<style>
span { border-color: #1FF602; }
span { border-color: rgb(31,246,2); }
td.TdClassName
{
border-color: #1FF602;
}
.TagClassName
{
border-color: #1FF602;
}
</style>