Shades of Free Speech Green #1FEE2E
Tints of Free Speech Green #1FEE2E
RGB
CMYK
RGB Variations
Color information
#1FEE2E (or 0x1FEE2E) is known color: Free Speech Green. HEX triplet: 1F, EE and 2E. RGB value is (31,238,46). Sum of RGB (Red+Green+Blue) = 31+238+46=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 238 (93.36% from 255 or 75.56% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEE2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEE2E is #E011D1. Grayscale: #9A9A9A. Windows color (decimal): -14684626 or 3075615. OLE color: 3075615.
HSL color Cylindrical-coordinate representation of color #1FEE2E: hue angle of 124.35º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEE2E is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 46 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.07 |
| HSL | 124.35º | 0.86% | 0.53% | - |
| HSV(B) | 124.35º | 0.87% | 0.93% | - |
| XYZ | 31.63 | 61.64 | 12.81 | - |
| YUV | 154.22 | 66.92 | 40.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 46 | 0.87 | 0 | 0.81 | 0.07 | 124.35 | 0.86 | 0.53 |
| Hex | 1F | EE | 2E | 57 | 0 | 51 | 7 | 7C | 56 | 35 |
| Octal | 37 | 356 | 56 | 127 | 0 | 121 | 7 | 174 | 126 | 65 |
| Binary | 11111 | 11101110 | 101110 | 1010111 | 0 | 1010001 | 111 | 1111100 | 1010110 | 110101 |
Color Harmonies of #1FEE2E
Complementary color
Monochromatic Colors of #1FEE2E
Black with #1FEE2E
Text Example
Text Example
White with #1FEE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEE2E; }
p { color: rgb(31,238,46); }
H1.HeaderClassName
{
color: #1FEE2E;
}
.AnyTagClassName
{
color: #1FEE2E;
}
</style>
background-color css
<style>
a { background-color: #1FEE2E; }
a { background-color: rgb(31,238,46); }
div.DivClassName
{
background-color: #1FEE2E;
}
.BgClassName
{
background-color: #1FEE2E;
}
</style>
border-color css
<style>
span { border-color: #1FEE2E; }
span { border-color: rgb(31,238,46); }
td.TdClassName
{
border-color: #1FEE2E;
}
.TagClassName
{
border-color: #1FEE2E;
}
</style>