Shades of Free Speech Green #1FE11C
Tints of Free Speech Green #1FE11C
RGB
CMYK
RGB Variations
Color information
#1FE11C (or 0x1FE11C) is known color: Free Speech Green. HEX triplet: 1F, E1 and 1C. RGB value is (31,225,28). Sum of RGB (Red+Green+Blue) = 31+225+28=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 225 (88.28% from 255 or 79.23% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE11C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE11C is #E01EE3. Grayscale: #919191. Windows color (decimal): -14687972 or 1892639. OLE color: 1892639.
HSL color Cylindrical-coordinate representation of color #1FE11C: hue angle of 119.09º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FE11C is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 28 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.12 |
| HSL | 119.09º | 0.78% | 0.5% | - |
| HSV(B) | 119.09º | 0.88% | 0.88% | - |
| XYZ | 27.7 | 54.23 | 10.11 | - |
| YUV | 144.54 | 62.23 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 28 | 0.86 | 0 | 0.88 | 0.12 | 119.09 | 0.78 | 0.5 |
| Hex | 1F | E1 | 1C | 56 | 0 | 58 | C | 77 | 4E | 32 |
| Octal | 37 | 341 | 34 | 126 | 0 | 130 | 14 | 167 | 116 | 62 |
| Binary | 11111 | 11100001 | 11100 | 1010110 | 0 | 1011000 | 1100 | 1110111 | 1001110 | 110010 |
Color Harmonies of #1FE11C
Complementary color
Monochromatic Colors of #1FE11C
Black with #1FE11C
Text Example
Text Example
White with #1FE11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE11C; }
p { color: rgb(31,225,28); }
H1.HeaderClassName
{
color: #1FE11C;
}
.AnyTagClassName
{
color: #1FE11C;
}
</style>
background-color css
<style>
a { background-color: #1FE11C; }
a { background-color: rgb(31,225,28); }
div.DivClassName
{
background-color: #1FE11C;
}
.BgClassName
{
background-color: #1FE11C;
}
</style>
border-color css
<style>
span { border-color: #1FE11C; }
span { border-color: rgb(31,225,28); }
td.TdClassName
{
border-color: #1FE11C;
}
.TagClassName
{
border-color: #1FE11C;
}
</style>