Shades of Free Speech Green #1EEF31
Tints of Free Speech Green #1EEF31
RGB
CMYK
RGB Variations
Color information
#1EEF31 (or 0x1EEF31) is known color: Free Speech Green. HEX triplet: 1E, EF and 31. RGB value is (30,239,49). Sum of RGB (Red+Green+Blue) = 30+239+49=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEF31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEF31 is #E110CE. Grayscale: #9B9B9B. Windows color (decimal): -14749903 or 3272478. OLE color: 3272478.
HSL color Cylindrical-coordinate representation of color #1EEF31: hue angle of 125.45º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEF31 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 239 | 49 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.06 |
| HSL | 125.45º | 0.87% | 0.53% | - |
| HSV(B) | 125.45º | 0.87% | 0.94% | - |
| XYZ | 31.96 | 62.23 | 13.23 | - |
| YUV | 154.85 | 68.26 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 239 | 49 | 0.87 | 0 | 0.79 | 0.06 | 125.45 | 0.87 | 0.53 |
| Hex | 1E | EF | 31 | 57 | 0 | 4F | 6 | 7D | 57 | 35 |
| Octal | 36 | 357 | 61 | 127 | 0 | 117 | 6 | 175 | 127 | 65 |
| Binary | 11110 | 11101111 | 110001 | 1010111 | 0 | 1001111 | 110 | 1111101 | 1010111 | 110101 |
Color Harmonies of #1EEF31
Complementary color
Monochromatic Colors of #1EEF31
Black with #1EEF31
Text Example
Text Example
White with #1EEF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEF31; }
p { color: rgb(30,239,49); }
H1.HeaderClassName
{
color: #1EEF31;
}
.AnyTagClassName
{
color: #1EEF31;
}
</style>
background-color css
<style>
a { background-color: #1EEF31; }
a { background-color: rgb(30,239,49); }
div.DivClassName
{
background-color: #1EEF31;
}
.BgClassName
{
background-color: #1EEF31;
}
</style>
border-color css
<style>
span { border-color: #1EEF31; }
span { border-color: rgb(30,239,49); }
td.TdClassName
{
border-color: #1EEF31;
}
.TagClassName
{
border-color: #1EEF31;
}
</style>