Shades of Free Speech Green #1FE918
Tints of Free Speech Green #1FE918
RGB
CMYK
RGB Variations
Color information
#1FE918 (or 0x1FE918) is known color: Free Speech Green. HEX triplet: 1F, E9 and 18. RGB value is (31,233,24). Sum of RGB (Red+Green+Blue) = 31+233+24=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 233 (91.41% from 255 or 80.90% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE918 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FE918 is #E016E7. Grayscale: #959595. Windows color (decimal): -14685928 or 1632543. OLE color: 1632543.
HSL color Cylindrical-coordinate representation of color #1FE918: hue angle of 117.99º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FE918 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 233 | 24 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.09 |
| HSL | 117.99º | 0.83% | 0.5% | - |
| HSV(B) | 117.99º | 0.9% | 0.91% | - |
| XYZ | 29.87 | 58.64 | 10.61 | - |
| YUV | 148.78 | 57.58 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 233 | 24 | 0.87 | 0 | 0.90 | 0.09 | 117.99 | 0.83 | 0.5 |
| Hex | 1F | E9 | 18 | 57 | 0 | 5A | 9 | 76 | 53 | 32 |
| Octal | 37 | 351 | 30 | 127 | 0 | 132 | 11 | 166 | 123 | 62 |
| Binary | 11111 | 11101001 | 11000 | 1010111 | 0 | 1011010 | 1001 | 1110110 | 1010011 | 110010 |
Color Harmonies of #1FE918
Complementary color
Monochromatic Colors of #1FE918
Black with #1FE918
Text Example
Text Example
White with #1FE918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE918; }
p { color: rgb(31,233,24); }
H1.HeaderClassName
{
color: #1FE918;
}
.AnyTagClassName
{
color: #1FE918;
}
</style>
background-color css
<style>
a { background-color: #1FE918; }
a { background-color: rgb(31,233,24); }
div.DivClassName
{
background-color: #1FE918;
}
.BgClassName
{
background-color: #1FE918;
}
</style>
border-color css
<style>
span { border-color: #1FE918; }
span { border-color: rgb(31,233,24); }
td.TdClassName
{
border-color: #1FE918;
}
.TagClassName
{
border-color: #1FE918;
}
</style>