Shades of Free Speech Green #1FFE0B
Tints of Free Speech Green #1FFE0B
RGB
CMYK
RGB Variations
Color information
#1FFE0B (or 0x1FFE0B) is known color: Free Speech Green. HEX triplet: 1F, FE and 0B. RGB value is (31,254,11). Sum of RGB (Red+Green+Blue) = 31+254+11=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 254 (99.61% from 255 or 85.81% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFE0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFE0B is #E001F4. Grayscale: #A0A0A0. Windows color (decimal): -14680565 or 785951. OLE color: 785951.
HSL color Cylindrical-coordinate representation of color #1FFE0B: hue angle of 115.06º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FFE0B is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 11 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.00 |
| HSL | 115.06º | 0.99% | 0.52% | - |
| HSV(B) | 115.06º | 0.96% | 1% | - |
| XYZ | 36.07 | 71.2 | 12.16 | - |
| YUV | 159.62 | 44.12 | 36.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 11 | 0.88 | 0 | 0.96 | 0.00 | 115.06 | 0.99 | 0.52 |
| Hex | 1F | FE | B | 58 | 0 | 60 | 0 | 73 | 63 | 34 |
| Octal | 37 | 376 | 13 | 130 | 0 | 140 | 0 | 163 | 143 | 64 |
| Binary | 11111 | 11111110 | 1011 | 1011000 | 0 | 1100000 | 0 | 1110011 | 1100011 | 110100 |
Color Harmonies of #1FFE0B
Complementary color
Monochromatic Colors of #1FFE0B
Black with #1FFE0B
Text Example
Text Example
White with #1FFE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFE0B; }
p { color: rgb(31,254,11); }
H1.HeaderClassName
{
color: #1FFE0B;
}
.AnyTagClassName
{
color: #1FFE0B;
}
</style>
background-color css
<style>
a { background-color: #1FFE0B; }
a { background-color: rgb(31,254,11); }
div.DivClassName
{
background-color: #1FFE0B;
}
.BgClassName
{
background-color: #1FFE0B;
}
</style>
border-color css
<style>
span { border-color: #1FFE0B; }
span { border-color: rgb(31,254,11); }
td.TdClassName
{
border-color: #1FFE0B;
}
.TagClassName
{
border-color: #1FFE0B;
}
</style>