Shades of Free Speech Green #1FE40E
Tints of Free Speech Green #1FE40E
RGB
CMYK
RGB Variations
Color information
#1FE40E (or 0x1FE40E) is known color: Free Speech Green. HEX triplet: 1F, E4 and 0E. RGB value is (31,228,14). Sum of RGB (Red+Green+Blue) = 31+228+14=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 228 (89.45% from 255 or 83.52% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE40E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FE40E is #E01BF1. Grayscale: #919191. Windows color (decimal): -14687218 or 975903. OLE color: 975903.
HSL color Cylindrical-coordinate representation of color #1FE40E: hue angle of 115.23º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FE40E is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 14 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.11 |
| HSL | 115.23º | 0.88% | 0.47% | - |
| HSV(B) | 115.23º | 0.94% | 0.89% | - |
| XYZ | 28.39 | 55.81 | 9.69 | - |
| YUV | 144.7 | 54.23 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 14 | 0.86 | 0 | 0.94 | 0.11 | 115.23 | 0.88 | 0.47 |
| Hex | 1F | E4 | E | 56 | 0 | 5E | B | 73 | 58 | 2F |
| Octal | 37 | 344 | 16 | 126 | 0 | 136 | 13 | 163 | 130 | 57 |
| Binary | 11111 | 11100100 | 1110 | 1010110 | 0 | 1011110 | 1011 | 1110011 | 1011000 | 101111 |
Color Harmonies of #1FE40E
Complementary color
Monochromatic Colors of #1FE40E
Black with #1FE40E
Text Example
Text Example
White with #1FE40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE40E; }
p { color: rgb(31,228,14); }
H1.HeaderClassName
{
color: #1FE40E;
}
.AnyTagClassName
{
color: #1FE40E;
}
</style>
background-color css
<style>
a { background-color: #1FE40E; }
a { background-color: rgb(31,228,14); }
div.DivClassName
{
background-color: #1FE40E;
}
.BgClassName
{
background-color: #1FE40E;
}
</style>
border-color css
<style>
span { border-color: #1FE40E; }
span { border-color: rgb(31,228,14); }
td.TdClassName
{
border-color: #1FE40E;
}
.TagClassName
{
border-color: #1FE40E;
}
</style>