Shades of Free Speech Green #1FFB12
Tints of Free Speech Green #1FFB12
RGB
CMYK
RGB Variations
Color information
#1FFB12 (or 0x1FFB12) is known color: Free Speech Green. HEX triplet: 1F, FB and 12. RGB value is (31,251,18). Sum of RGB (Red+Green+Blue) = 31+251+18=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 251 (98.44% from 255 or 83.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 251 - color contains mainly: green. Hex color #1FFB12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFB12 is #E004ED. Grayscale: #9F9F9F. Windows color (decimal): -14681326 or 1243935. OLE color: 1243935.
HSL color Cylindrical-coordinate representation of color #1FFB12: hue angle of 116.65º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FFB12 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 251 | 18 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.02 |
| HSL | 116.65º | 0.97% | 0.53% | - |
| HSV(B) | 116.65º | 0.93% | 0.98% | - |
| XYZ | 35.17 | 69.33 | 12.1 | - |
| YUV | 158.66 | 48.61 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 251 | 18 | 0.88 | 0 | 0.93 | 0.02 | 116.65 | 0.97 | 0.53 |
| Hex | 1F | FB | 12 | 58 | 0 | 5D | 2 | 75 | 61 | 35 |
| Octal | 37 | 373 | 22 | 130 | 0 | 135 | 2 | 165 | 141 | 65 |
| Binary | 11111 | 11111011 | 10010 | 1011000 | 0 | 1011101 | 10 | 1110101 | 1100001 | 110101 |
Color Harmonies of #1FFB12
Complementary color
Monochromatic Colors of #1FFB12
Black with #1FFB12
Text Example
Text Example
White with #1FFB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFB12; }
p { color: rgb(31,251,18); }
H1.HeaderClassName
{
color: #1FFB12;
}
.AnyTagClassName
{
color: #1FFB12;
}
</style>
background-color css
<style>
a { background-color: #1FFB12; }
a { background-color: rgb(31,251,18); }
div.DivClassName
{
background-color: #1FFB12;
}
.BgClassName
{
background-color: #1FFB12;
}
</style>
border-color css
<style>
span { border-color: #1FFB12; }
span { border-color: rgb(31,251,18); }
td.TdClassName
{
border-color: #1FFB12;
}
.TagClassName
{
border-color: #1FFB12;
}
</style>