Shades of Free Speech Green #1EF41A
Tints of Free Speech Green #1EF41A
RGB
CMYK
RGB Variations
Color information
#1EF41A (or 0x1EF41A) is known color: Free Speech Green. HEX triplet: 1E, F4 and 1A. RGB value is (30,244,26). Sum of RGB (Red+Green+Blue) = 30+244+26=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 244 (95.70% from 255 or 81.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 244 - color contains mainly: green. Hex color #1EF41A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF41A is #E10BE5. Grayscale: #9B9B9B. Windows color (decimal): -14748646 or 1766430. OLE color: 1766430.
HSL color Cylindrical-coordinate representation of color #1EF41A: hue angle of 118.9º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EF41A is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 244 | 26 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.04 |
| HSL | 118.9º | 0.91% | 0.53% | - |
| HSV(B) | 118.9º | 0.89% | 0.96% | - |
| XYZ | 33.07 | 65.05 | 11.79 | - |
| YUV | 155.16 | 55.1 | 38.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 244 | 26 | 0.88 | 0 | 0.89 | 0.04 | 118.9 | 0.91 | 0.53 |
| Hex | 1E | F4 | 1A | 58 | 0 | 59 | 4 | 77 | 5B | 35 |
| Octal | 36 | 364 | 32 | 130 | 0 | 131 | 4 | 167 | 133 | 65 |
| Binary | 11110 | 11110100 | 11010 | 1011000 | 0 | 1011001 | 100 | 1110111 | 1011011 | 110101 |
Color Harmonies of #1EF41A
Complementary color
Monochromatic Colors of #1EF41A
Black with #1EF41A
Text Example
Text Example
White with #1EF41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF41A; }
p { color: rgb(30,244,26); }
H1.HeaderClassName
{
color: #1EF41A;
}
.AnyTagClassName
{
color: #1EF41A;
}
</style>
background-color css
<style>
a { background-color: #1EF41A; }
a { background-color: rgb(30,244,26); }
div.DivClassName
{
background-color: #1EF41A;
}
.BgClassName
{
background-color: #1EF41A;
}
</style>
border-color css
<style>
span { border-color: #1EF41A; }
span { border-color: rgb(30,244,26); }
td.TdClassName
{
border-color: #1EF41A;
}
.TagClassName
{
border-color: #1EF41A;
}
</style>