Shades of Free Speech Green #1EE71A
Tints of Free Speech Green #1EE71A
RGB
CMYK
RGB Variations
Color information
#1EE71A (or 0x1EE71A) is known color: Free Speech Green. HEX triplet: 1E, E7 and 1A. RGB value is (30,231,26). Sum of RGB (Red+Green+Blue) = 30+231+26=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 231 (90.62% from 255 or 80.49% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 231 - color contains mainly: green. Hex color #1EE71A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EE71A is #E118E5. Grayscale: #949494. Windows color (decimal): -14751974 or 1763102. OLE color: 1763102.
HSL color Cylindrical-coordinate representation of color #1EE71A: hue angle of 118.83º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EE71A is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 231 | 26 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.09 |
| HSL | 118.83º | 0.81% | 0.5% | - |
| HSV(B) | 118.83º | 0.89% | 0.91% | - |
| XYZ | 29.3 | 57.5 | 10.53 | - |
| YUV | 147.53 | 59.41 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 231 | 26 | 0.87 | 0 | 0.89 | 0.09 | 118.83 | 0.81 | 0.5 |
| Hex | 1E | E7 | 1A | 57 | 0 | 59 | 9 | 77 | 51 | 32 |
| Octal | 36 | 347 | 32 | 127 | 0 | 131 | 11 | 167 | 121 | 62 |
| Binary | 11110 | 11100111 | 11010 | 1010111 | 0 | 1011001 | 1001 | 1110111 | 1010001 | 110010 |
Color Harmonies of #1EE71A
Complementary color
Monochromatic Colors of #1EE71A
Black with #1EE71A
Text Example
Text Example
White with #1EE71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE71A; }
p { color: rgb(30,231,26); }
H1.HeaderClassName
{
color: #1EE71A;
}
.AnyTagClassName
{
color: #1EE71A;
}
</style>
background-color css
<style>
a { background-color: #1EE71A; }
a { background-color: rgb(30,231,26); }
div.DivClassName
{
background-color: #1EE71A;
}
.BgClassName
{
background-color: #1EE71A;
}
</style>
border-color css
<style>
span { border-color: #1EE71A; }
span { border-color: rgb(30,231,26); }
td.TdClassName
{
border-color: #1EE71A;
}
.TagClassName
{
border-color: #1EE71A;
}
</style>