Shades of Free Speech Green #1EE60E
Tints of Free Speech Green #1EE60E
RGB
CMYK
RGB Variations
Color information
#1EE60E (or 0x1EE60E) is known color: Free Speech Green. HEX triplet: 1E, E6 and 0E. RGB value is (30,230,14). Sum of RGB (Red+Green+Blue) = 30+230+14=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 230 (90.23% from 255 or 83.94% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 230 - color contains mainly: green. Hex color #1EE60E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EE60E is #E119F1. Grayscale: #929292. Windows color (decimal): -14752242 or 976414. OLE color: 976414.
HSL color Cylindrical-coordinate representation of color #1EE60E: hue angle of 115.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1EE60E is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 230 | 14 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.10 |
| HSL | 115.56º | 0.89% | 0.48% | - |
| HSV(B) | 115.56º | 0.94% | 0.9% | - |
| XYZ | 28.91 | 56.9 | 9.87 | - |
| YUV | 145.58 | 53.74 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 230 | 14 | 0.87 | 0 | 0.94 | 0.10 | 115.56 | 0.89 | 0.48 |
| Hex | 1E | E6 | E | 57 | 0 | 5E | A | 74 | 59 | 30 |
| Octal | 36 | 346 | 16 | 127 | 0 | 136 | 12 | 164 | 131 | 60 |
| Binary | 11110 | 11100110 | 1110 | 1010111 | 0 | 1011110 | 1010 | 1110100 | 1011001 | 110000 |
Color Harmonies of #1EE60E
Complementary color
Monochromatic Colors of #1EE60E
Black with #1EE60E
Text Example
Text Example
White with #1EE60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE60E; }
p { color: rgb(30,230,14); }
H1.HeaderClassName
{
color: #1EE60E;
}
.AnyTagClassName
{
color: #1EE60E;
}
</style>
background-color css
<style>
a { background-color: #1EE60E; }
a { background-color: rgb(30,230,14); }
div.DivClassName
{
background-color: #1EE60E;
}
.BgClassName
{
background-color: #1EE60E;
}
</style>
border-color css
<style>
span { border-color: #1EE60E; }
span { border-color: rgb(30,230,14); }
td.TdClassName
{
border-color: #1EE60E;
}
.TagClassName
{
border-color: #1EE60E;
}
</style>