Shades of Free Speech Green #1EFF1F
Tints of Free Speech Green #1EFF1F
RGB
CMYK
RGB Variations
Color information
#1EFF1F (or 0x1EFF1F) is known color: Free Speech Green. HEX triplet: 1E, FF and 1F. RGB value is (30,255,31). Sum of RGB (Red+Green+Blue) = 30+255+31=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 255 (100% from 255 or 80.70% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFF1F is #E100E0. Grayscale: #A2A2A2. Windows color (decimal): -14745825 or 2096926. OLE color: 2096926.
HSL color Cylindrical-coordinate representation of color #1EFF1F: hue angle of 120.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFF1F is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 31 | - |
| CMYK | 0.88 | 0 | 0.88 | 0 |
| HSL | 120.27º | 1% | 0.56% | - |
| HSV(B) | 120.27º | 0.88% | 1% | - |
| XYZ | 36.54 | 71.89 | 13.25 | - |
| YUV | 162.19 | 53.96 | 33.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 31 | 0.88 | 0 | 0.88 | 0 | 120.27 | 1 | 0.56 |
| Hex | 1E | FF | 1F | 58 | 0 | 58 | 0 | 78 | 64 | 38 |
| Octal | 36 | 377 | 37 | 130 | 0 | 130 | 0 | 170 | 144 | 70 |
| Binary | 11110 | 11111111 | 11111 | 1011000 | 0 | 1011000 | 0 | 1111000 | 1100100 | 111000 |
Color Harmonies of #1EFF1F
Complementary color
Monochromatic Colors of #1EFF1F
Black with #1EFF1F
Text Example
Text Example
White with #1EFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF1F; }
p { color: rgb(30,255,31); }
H1.HeaderClassName
{
color: #1EFF1F;
}
.AnyTagClassName
{
color: #1EFF1F;
}
</style>
background-color css
<style>
a { background-color: #1EFF1F; }
a { background-color: rgb(30,255,31); }
div.DivClassName
{
background-color: #1EFF1F;
}
.BgClassName
{
background-color: #1EFF1F;
}
</style>
border-color css
<style>
span { border-color: #1EFF1F; }
span { border-color: rgb(30,255,31); }
td.TdClassName
{
border-color: #1EFF1F;
}
.TagClassName
{
border-color: #1EFF1F;
}
</style>