Shades of Free Speech Green #1FFE1B
Tints of Free Speech Green #1FFE1B
RGB
CMYK
RGB Variations
Color information
#1FFE1B (or 0x1FFE1B) is known color: Free Speech Green. HEX triplet: 1F, FE and 1B. RGB value is (31,254,27). Sum of RGB (Red+Green+Blue) = 31+254+27=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 254 (99.61% from 255 or 81.41% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFE1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFE1B is #E001E4. Grayscale: #A2A2A2. Windows color (decimal): -14680549 or 1834527. OLE color: 1834527.
HSL color Cylindrical-coordinate representation of color #1FFE1B: hue angle of 118.94º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FFE1B is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 27 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.00 |
| HSL | 118.94º | 0.99% | 0.55% | - |
| HSV(B) | 118.94º | 0.89% | 1% | - |
| XYZ | 36.2 | 71.25 | 12.88 | - |
| YUV | 161.45 | 52.12 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 27 | 0.88 | 0 | 0.89 | 0.00 | 118.94 | 0.99 | 0.55 |
| Hex | 1F | FE | 1B | 58 | 0 | 59 | 0 | 77 | 63 | 37 |
| Octal | 37 | 376 | 33 | 130 | 0 | 131 | 0 | 167 | 143 | 67 |
| Binary | 11111 | 11111110 | 11011 | 1011000 | 0 | 1011001 | 0 | 1110111 | 1100011 | 110111 |
Color Harmonies of #1FFE1B
Complementary color
Monochromatic Colors of #1FFE1B
Black with #1FFE1B
Text Example
Text Example
White with #1FFE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFE1B; }
p { color: rgb(31,254,27); }
H1.HeaderClassName
{
color: #1FFE1B;
}
.AnyTagClassName
{
color: #1FFE1B;
}
</style>
background-color css
<style>
a { background-color: #1FFE1B; }
a { background-color: rgb(31,254,27); }
div.DivClassName
{
background-color: #1FFE1B;
}
.BgClassName
{
background-color: #1FFE1B;
}
</style>
border-color css
<style>
span { border-color: #1FFE1B; }
span { border-color: rgb(31,254,27); }
td.TdClassName
{
border-color: #1FFE1B;
}
.TagClassName
{
border-color: #1FFE1B;
}
</style>