Shades of Free Speech Green #1FF900
Tints of Free Speech Green #1FF900
RGB
CMYK
RGB Variations
Color information
#1FF900 (or 0x1FF900) is known color: Free Speech Green. HEX triplet: 1F, F9 and 00. RGB value is (31,249,0). Sum of RGB (Red+Green+Blue) = 31+249+0=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 249 (97.66% from 255 or 88.93% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 249 - color contains mainly: green. Hex color #1FF900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FF900 is #E006FF. Grayscale: #9C9C9C. Windows color (decimal): -14681856 or 63775. OLE color: 63775.
HSL color Cylindrical-coordinate representation of color #1FF900: hue angle of 112.53º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1FF900 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 249 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.02 |
| HSL | 112.53º | 1% | 0.49% | - |
| HSV(B) | 112.53º | 1% | 0.98% | - |
| XYZ | 34.44 | 68.04 | 11.32 | - |
| YUV | 155.43 | 40.28 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 249 | 0 | 0.88 | 0 | 1 | 0.02 | 112.53 | 1 | 0.49 |
| Hex | 1F | F9 | 0 | 58 | 0 | 64 | 2 | 71 | 64 | 31 |
| Octal | 37 | 371 | 0 | 130 | 0 | 144 | 2 | 161 | 144 | 61 |
| Binary | 11111 | 11111001 | 0 | 1011000 | 0 | 1100100 | 10 | 1110001 | 1100100 | 110001 |
Color Harmonies of #1FF900
Complementary color
Monochromatic Colors of #1FF900
Black with #1FF900
Text Example
Text Example
White with #1FF900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF900; }
p { color: rgb(31,249,0); }
H1.HeaderClassName
{
color: #1FF900;
}
.AnyTagClassName
{
color: #1FF900;
}
</style>
background-color css
<style>
a { background-color: #1FF900; }
a { background-color: rgb(31,249,0); }
div.DivClassName
{
background-color: #1FF900;
}
.BgClassName
{
background-color: #1FF900;
}
</style>
border-color css
<style>
span { border-color: #1FF900; }
span { border-color: rgb(31,249,0); }
td.TdClassName
{
border-color: #1FF900;
}
.TagClassName
{
border-color: #1FF900;
}
</style>