Shades of Free Speech Green #1FF119
Tints of Free Speech Green #1FF119
RGB
CMYK
RGB Variations
Color information
#1FF119 (or 0x1FF119) is known color: Free Speech Green. HEX triplet: 1F, F1 and 19. RGB value is (31,241,25). Sum of RGB (Red+Green+Blue) = 31+241+25=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 241 (94.53% from 255 or 81.14% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 241 - color contains mainly: green. Hex color #1FF119 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FF119 is #E00EE6. Grayscale: #9A9A9A. Windows color (decimal): -14683879 or 1700127. OLE color: 1700127.
HSL color Cylindrical-coordinate representation of color #1FF119: hue angle of 118.33º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FF119 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 241 | 25 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.05 |
| HSL | 118.33º | 0.89% | 0.52% | - |
| HSV(B) | 118.33º | 0.9% | 0.95% | - |
| XYZ | 32.2 | 63.27 | 11.44 | - |
| YUV | 153.59 | 55.43 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 241 | 25 | 0.87 | 0 | 0.90 | 0.05 | 118.33 | 0.89 | 0.52 |
| Hex | 1F | F1 | 19 | 57 | 0 | 5A | 5 | 76 | 59 | 34 |
| Octal | 37 | 361 | 31 | 127 | 0 | 132 | 5 | 166 | 131 | 64 |
| Binary | 11111 | 11110001 | 11001 | 1010111 | 0 | 1011010 | 101 | 1110110 | 1011001 | 110100 |
Color Harmonies of #1FF119
Complementary color
Monochromatic Colors of #1FF119
Black with #1FF119
Text Example
Text Example
White with #1FF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF119; }
p { color: rgb(31,241,25); }
H1.HeaderClassName
{
color: #1FF119;
}
.AnyTagClassName
{
color: #1FF119;
}
</style>
background-color css
<style>
a { background-color: #1FF119; }
a { background-color: rgb(31,241,25); }
div.DivClassName
{
background-color: #1FF119;
}
.BgClassName
{
background-color: #1FF119;
}
</style>
border-color css
<style>
span { border-color: #1FF119; }
span { border-color: rgb(31,241,25); }
td.TdClassName
{
border-color: #1FF119;
}
.TagClassName
{
border-color: #1FF119;
}
</style>