Shades of Free Speech Green #1EF62D
Tints of Free Speech Green #1EF62D
RGB
CMYK
RGB Variations
Color information
#1EF62D (or 0x1EF62D) is known color: Free Speech Green. HEX triplet: 1E, F6 and 2D. RGB value is (30,246,45). Sum of RGB (Red+Green+Blue) = 30+246+45=321 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.35% from 321); Green value is 246 (96.48% from 255 or 76.64% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF62D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF62D is #E109D2. Grayscale: #9F9F9F. Windows color (decimal): -14748115 or 3012126. OLE color: 3012126.
HSL color Cylindrical-coordinate representation of color #1EF62D: hue angle of 124.17º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF62D is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 246 | 45 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.04 |
| HSL | 124.17º | 0.92% | 0.54% | - |
| HSV(B) | 124.17º | 0.88% | 0.96% | - |
| XYZ | 33.96 | 66.38 | 13.5 | - |
| YUV | 158.5 | 63.94 | 36.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 246 | 45 | 0.88 | 0 | 0.82 | 0.04 | 124.17 | 0.92 | 0.54 |
| Hex | 1E | F6 | 2D | 58 | 0 | 52 | 4 | 7C | 5C | 36 |
| Octal | 36 | 366 | 55 | 130 | 0 | 122 | 4 | 174 | 134 | 66 |
| Binary | 11110 | 11110110 | 101101 | 1011000 | 0 | 1010010 | 100 | 1111100 | 1011100 | 110110 |
Color Harmonies of #1EF62D
Complementary color
Monochromatic Colors of #1EF62D
Black with #1EF62D
Text Example
Text Example
White with #1EF62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF62D; }
p { color: rgb(30,246,45); }
H1.HeaderClassName
{
color: #1EF62D;
}
.AnyTagClassName
{
color: #1EF62D;
}
</style>
background-color css
<style>
a { background-color: #1EF62D; }
a { background-color: rgb(30,246,45); }
div.DivClassName
{
background-color: #1EF62D;
}
.BgClassName
{
background-color: #1EF62D;
}
</style>
border-color css
<style>
span { border-color: #1EF62D; }
span { border-color: rgb(30,246,45); }
td.TdClassName
{
border-color: #1EF62D;
}
.TagClassName
{
border-color: #1EF62D;
}
</style>