Shades of Free Speech Green #1EEE2E
Tints of Free Speech Green #1EEE2E
RGB
CMYK
RGB Variations
Color information
#1EEE2E (or 0x1EEE2E) is known color: Free Speech Green. HEX triplet: 1E, EE and 2E. RGB value is (30,238,46). Sum of RGB (Red+Green+Blue) = 30+238+46=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 238 (93.36% from 255 or 75.80% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEE2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEE2E is #E111D1. Grayscale: #9A9A9A. Windows color (decimal): -14750162 or 3075614. OLE color: 3075614.
HSL color Cylindrical-coordinate representation of color #1EEE2E: hue angle of 124.62º 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 #1EEE2E is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 46 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.07 |
| HSL | 124.62º | 0.86% | 0.53% | - |
| HSV(B) | 124.62º | 0.87% | 0.93% | - |
| XYZ | 31.6 | 61.62 | 12.81 | - |
| YUV | 153.92 | 67.09 | 39.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 46 | 0.87 | 0 | 0.81 | 0.07 | 124.62 | 0.86 | 0.53 |
| Hex | 1E | EE | 2E | 57 | 0 | 51 | 7 | 7D | 56 | 35 |
| Octal | 36 | 356 | 56 | 127 | 0 | 121 | 7 | 175 | 126 | 65 |
| Binary | 11110 | 11101110 | 101110 | 1010111 | 0 | 1010001 | 111 | 1111101 | 1010110 | 110101 |
Color Harmonies of #1EEE2E
Complementary color
Monochromatic Colors of #1EEE2E
Black with #1EEE2E
Text Example
Text Example
White with #1EEE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEE2E; }
p { color: rgb(30,238,46); }
H1.HeaderClassName
{
color: #1EEE2E;
}
.AnyTagClassName
{
color: #1EEE2E;
}
</style>
background-color css
<style>
a { background-color: #1EEE2E; }
a { background-color: rgb(30,238,46); }
div.DivClassName
{
background-color: #1EEE2E;
}
.BgClassName
{
background-color: #1EEE2E;
}
</style>
border-color css
<style>
span { border-color: #1EEE2E; }
span { border-color: rgb(30,238,46); }
td.TdClassName
{
border-color: #1EEE2E;
}
.TagClassName
{
border-color: #1EEE2E;
}
</style>