Shades of Free Speech Green #1FE018
Tints of Free Speech Green #1FE018
RGB
CMYK
RGB Variations
Color information
#1FE018 (or 0x1FE018) is known color: Free Speech Green. HEX triplet: 1F, E0 and 18. RGB value is (31,224,24). Sum of RGB (Red+Green+Blue) = 31+224+24=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 224 (87.89% from 255 or 80.29% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FE018 is #E01FE7. Grayscale: #909090. Windows color (decimal): -14688232 or 1630239. OLE color: 1630239.
HSL color Cylindrical-coordinate representation of color #1FE018: hue angle of 117.9º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FE018 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 224 | 24 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.12 |
| HSL | 117.9º | 0.81% | 0.49% | - |
| HSV(B) | 117.9º | 0.89% | 0.88% | - |
| XYZ | 27.39 | 53.67 | 9.78 | - |
| YUV | 143.49 | 60.56 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 224 | 24 | 0.86 | 0 | 0.89 | 0.12 | 117.9 | 0.81 | 0.49 |
| Hex | 1F | E0 | 18 | 56 | 0 | 59 | C | 76 | 51 | 31 |
| Octal | 37 | 340 | 30 | 126 | 0 | 131 | 14 | 166 | 121 | 61 |
| Binary | 11111 | 11100000 | 11000 | 1010110 | 0 | 1011001 | 1100 | 1110110 | 1010001 | 110001 |
Color Harmonies of #1FE018
Complementary color
Monochromatic Colors of #1FE018
Black with #1FE018
Text Example
Text Example
White with #1FE018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE018; }
p { color: rgb(31,224,24); }
H1.HeaderClassName
{
color: #1FE018;
}
.AnyTagClassName
{
color: #1FE018;
}
</style>
background-color css
<style>
a { background-color: #1FE018; }
a { background-color: rgb(31,224,24); }
div.DivClassName
{
background-color: #1FE018;
}
.BgClassName
{
background-color: #1FE018;
}
</style>
border-color css
<style>
span { border-color: #1FE018; }
span { border-color: rgb(31,224,24); }
td.TdClassName
{
border-color: #1FE018;
}
.TagClassName
{
border-color: #1FE018;
}
</style>