Shades of Free Speech Green #1FEC2A
Tints of Free Speech Green #1FEC2A
RGB
CMYK
RGB Variations
Color information
#1FEC2A (or 0x1FEC2A) is known color: Free Speech Green. HEX triplet: 1F, EC and 2A. RGB value is (31,236,42). Sum of RGB (Red+Green+Blue) = 31+236+42=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 236 (92.58% from 255 or 76.38% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 236 - color contains mainly: green. Hex color #1FEC2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEC2A is #E013D5. Grayscale: #999999. Windows color (decimal): -14685142 or 2812959. OLE color: 2812959.
HSL color Cylindrical-coordinate representation of color #1FEC2A: hue angle of 123.22º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEC2A is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 42 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.07 |
| HSL | 123.22º | 0.84% | 0.52% | - |
| HSV(B) | 123.22º | 0.87% | 0.93% | - |
| XYZ | 30.98 | 60.45 | 12.23 | - |
| YUV | 152.59 | 65.58 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 42 | 0.87 | 0 | 0.82 | 0.07 | 123.22 | 0.84 | 0.52 |
| Hex | 1F | EC | 2A | 57 | 0 | 52 | 7 | 7B | 54 | 34 |
| Octal | 37 | 354 | 52 | 127 | 0 | 122 | 7 | 173 | 124 | 64 |
| Binary | 11111 | 11101100 | 101010 | 1010111 | 0 | 1010010 | 111 | 1111011 | 1010100 | 110100 |
Color Harmonies of #1FEC2A
Complementary color
Monochromatic Colors of #1FEC2A
Black with #1FEC2A
Text Example
Text Example
White with #1FEC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEC2A; }
p { color: rgb(31,236,42); }
H1.HeaderClassName
{
color: #1FEC2A;
}
.AnyTagClassName
{
color: #1FEC2A;
}
</style>
background-color css
<style>
a { background-color: #1FEC2A; }
a { background-color: rgb(31,236,42); }
div.DivClassName
{
background-color: #1FEC2A;
}
.BgClassName
{
background-color: #1FEC2A;
}
</style>
border-color css
<style>
span { border-color: #1FEC2A; }
span { border-color: rgb(31,236,42); }
td.TdClassName
{
border-color: #1FEC2A;
}
.TagClassName
{
border-color: #1FEC2A;
}
</style>