Shades of Free Speech Green #1FFB0C
Tints of Free Speech Green #1FFB0C
RGB
CMYK
RGB Variations
Color information
#1FFB0C (or 0x1FFB0C) is known color: Free Speech Green. HEX triplet: 1F, FB and 0C. RGB value is (31,251,12). Sum of RGB (Red+Green+Blue) = 31+251+12=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 251 (98.44% from 255 or 85.37% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 251 - color contains mainly: green. Hex color #1FFB0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFB0C is #E004F3. Grayscale: #9E9E9E. Windows color (decimal): -14681332 or 850719. OLE color: 850719.
HSL color Cylindrical-coordinate representation of color #1FFB0C: hue angle of 115.23º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FFB0C is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 251 | 12 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.02 |
| HSL | 115.23º | 0.97% | 0.52% | - |
| HSV(B) | 115.23º | 0.95% | 0.98% | - |
| XYZ | 35.13 | 69.31 | 11.87 | - |
| YUV | 157.97 | 45.61 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 251 | 12 | 0.88 | 0 | 0.95 | 0.02 | 115.23 | 0.97 | 0.52 |
| Hex | 1F | FB | C | 58 | 0 | 5F | 2 | 73 | 61 | 34 |
| Octal | 37 | 373 | 14 | 130 | 0 | 137 | 2 | 163 | 141 | 64 |
| Binary | 11111 | 11111011 | 1100 | 1011000 | 0 | 1011111 | 10 | 1110011 | 1100001 | 110100 |
Color Harmonies of #1FFB0C
Complementary color
Monochromatic Colors of #1FFB0C
Black with #1FFB0C
Text Example
Text Example
White with #1FFB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFB0C; }
p { color: rgb(31,251,12); }
H1.HeaderClassName
{
color: #1FFB0C;
}
.AnyTagClassName
{
color: #1FFB0C;
}
</style>
background-color css
<style>
a { background-color: #1FFB0C; }
a { background-color: rgb(31,251,12); }
div.DivClassName
{
background-color: #1FFB0C;
}
.BgClassName
{
background-color: #1FFB0C;
}
</style>
border-color css
<style>
span { border-color: #1FFB0C; }
span { border-color: rgb(31,251,12); }
td.TdClassName
{
border-color: #1FFB0C;
}
.TagClassName
{
border-color: #1FFB0C;
}
</style>