Shades of Free Speech Green #1FEA1B
Tints of Free Speech Green #1FEA1B
RGB
CMYK
RGB Variations
Color information
#1FEA1B (or 0x1FEA1B) is known color: Free Speech Green. HEX triplet: 1F, EA and 1B. RGB value is (31,234,27). Sum of RGB (Red+Green+Blue) = 31+234+27=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 234 (91.80% from 255 or 80.14% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 234 - color contains mainly: green. Hex color #1FEA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEA1B is #E015E4. Grayscale: #969696. Windows color (decimal): -14685669 or 1829407. OLE color: 1829407.
HSL color Cylindrical-coordinate representation of color #1FEA1B: hue angle of 118.84º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FEA1B is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 234 | 27 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.08 |
| HSL | 118.84º | 0.83% | 0.51% | - |
| HSV(B) | 118.84º | 0.88% | 0.92% | - |
| XYZ | 30.19 | 59.22 | 10.88 | - |
| YUV | 149.71 | 58.75 | 43.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 234 | 27 | 0.87 | 0 | 0.88 | 0.08 | 118.84 | 0.83 | 0.51 |
| Hex | 1F | EA | 1B | 57 | 0 | 58 | 8 | 77 | 53 | 33 |
| Octal | 37 | 352 | 33 | 127 | 0 | 130 | 10 | 167 | 123 | 63 |
| Binary | 11111 | 11101010 | 11011 | 1010111 | 0 | 1011000 | 1000 | 1110111 | 1010011 | 110011 |
Color Harmonies of #1FEA1B
Complementary color
Monochromatic Colors of #1FEA1B
Black with #1FEA1B
Text Example
Text Example
White with #1FEA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEA1B; }
p { color: rgb(31,234,27); }
H1.HeaderClassName
{
color: #1FEA1B;
}
.AnyTagClassName
{
color: #1FEA1B;
}
</style>
background-color css
<style>
a { background-color: #1FEA1B; }
a { background-color: rgb(31,234,27); }
div.DivClassName
{
background-color: #1FEA1B;
}
.BgClassName
{
background-color: #1FEA1B;
}
</style>
border-color css
<style>
span { border-color: #1FEA1B; }
span { border-color: rgb(31,234,27); }
td.TdClassName
{
border-color: #1FEA1B;
}
.TagClassName
{
border-color: #1FEA1B;
}
</style>