Shades of Free Speech Green #1EE920
Tints of Free Speech Green #1EE920
RGB
CMYK
RGB Variations
Color information
#1EE920 (or 0x1EE920) is known color: Free Speech Green. HEX triplet: 1E, E9 and 20. RGB value is (30,233,32). Sum of RGB (Red+Green+Blue) = 30+233+32=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 233 (91.41% from 255 or 78.98% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 233 - color contains mainly: green. Hex color #1EE920 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EE920 is #E116DF. Grayscale: #959595. Windows color (decimal): -14751456 or 2156830. OLE color: 2156830.
HSL color Cylindrical-coordinate representation of color #1EE920: hue angle of 120.59º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE920 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 233 | 32 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.09 |
| HSL | 120.59º | 0.82% | 0.52% | - |
| HSV(B) | 120.59º | 0.87% | 0.91% | - |
| XYZ | 29.94 | 58.66 | 11.11 | - |
| YUV | 149.39 | 61.75 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 233 | 32 | 0.87 | 0 | 0.86 | 0.09 | 120.59 | 0.82 | 0.52 |
| Hex | 1E | E9 | 20 | 57 | 0 | 56 | 9 | 79 | 52 | 34 |
| Octal | 36 | 351 | 40 | 127 | 0 | 126 | 11 | 171 | 122 | 64 |
| Binary | 11110 | 11101001 | 100000 | 1010111 | 0 | 1010110 | 1001 | 1111001 | 1010010 | 110100 |
Color Harmonies of #1EE920
Complementary color
Monochromatic Colors of #1EE920
Black with #1EE920
Text Example
Text Example
White with #1EE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE920; }
p { color: rgb(30,233,32); }
H1.HeaderClassName
{
color: #1EE920;
}
.AnyTagClassName
{
color: #1EE920;
}
</style>
background-color css
<style>
a { background-color: #1EE920; }
a { background-color: rgb(30,233,32); }
div.DivClassName
{
background-color: #1EE920;
}
.BgClassName
{
background-color: #1EE920;
}
</style>
border-color css
<style>
span { border-color: #1EE920; }
span { border-color: rgb(30,233,32); }
td.TdClassName
{
border-color: #1EE920;
}
.TagClassName
{
border-color: #1EE920;
}
</style>