Shades of Free Speech Green #1FE518
Tints of Free Speech Green #1FE518
RGB
CMYK
RGB Variations
Color information
#1FE518 (or 0x1FE518) is known color: Free Speech Green. HEX triplet: 1F, E5 and 18. RGB value is (31,229,24). Sum of RGB (Red+Green+Blue) = 31+229+24=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 229 (89.84% from 255 or 80.63% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE518 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FE518 is #E01AE7. Grayscale: #939393. Windows color (decimal): -14686952 or 1631519. OLE color: 1631519.
HSL color Cylindrical-coordinate representation of color #1FE518: hue angle of 117.95º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FE518 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 229 | 24 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.10 |
| HSL | 117.95º | 0.81% | 0.5% | - |
| HSV(B) | 117.95º | 0.9% | 0.9% | - |
| XYZ | 28.75 | 56.4 | 10.23 | - |
| YUV | 146.43 | 58.9 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 229 | 24 | 0.86 | 0 | 0.90 | 0.10 | 117.95 | 0.81 | 0.5 |
| Hex | 1F | E5 | 18 | 56 | 0 | 5A | A | 76 | 51 | 32 |
| Octal | 37 | 345 | 30 | 126 | 0 | 132 | 12 | 166 | 121 | 62 |
| Binary | 11111 | 11100101 | 11000 | 1010110 | 0 | 1011010 | 1010 | 1110110 | 1010001 | 110010 |
Color Harmonies of #1FE518
Complementary color
Monochromatic Colors of #1FE518
Black with #1FE518
Text Example
Text Example
White with #1FE518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE518; }
p { color: rgb(31,229,24); }
H1.HeaderClassName
{
color: #1FE518;
}
.AnyTagClassName
{
color: #1FE518;
}
</style>
background-color css
<style>
a { background-color: #1FE518; }
a { background-color: rgb(31,229,24); }
div.DivClassName
{
background-color: #1FE518;
}
.BgClassName
{
background-color: #1FE518;
}
</style>
border-color css
<style>
span { border-color: #1FE518; }
span { border-color: rgb(31,229,24); }
td.TdClassName
{
border-color: #1FE518;
}
.TagClassName
{
border-color: #1FE518;
}
</style>