Shades of Free Speech Green #1EFC3A
Tints of Free Speech Green #1EFC3A
RGB
CMYK
RGB Variations
Color information
#1EFC3A (or 0x1EFC3A) is known color: Free Speech Green. HEX triplet: 1E, FC and 3A. RGB value is (30,252,58). Sum of RGB (Red+Green+Blue) = 30+252+58=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 252 (98.83% from 255 or 74.12% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFC3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFC3A is #E103C5. Grayscale: #A4A4A4. Windows color (decimal): -14746566 or 3865630. OLE color: 3865630.
HSL color Cylindrical-coordinate representation of color #1EFC3A: hue angle of 127.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFC3A is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 252 | 58 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.01 |
| HSL | 127.57º | 0.97% | 0.55% | - |
| HSV(B) | 127.57º | 0.88% | 0.99% | - |
| XYZ | 36.11 | 70.2 | 15.65 | - |
| YUV | 163.51 | 68.45 | 32.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 252 | 58 | 0.88 | 0 | 0.77 | 0.01 | 127.57 | 0.97 | 0.55 |
| Hex | 1E | FC | 3A | 58 | 0 | 4D | 1 | 80 | 61 | 37 |
| Octal | 36 | 374 | 72 | 130 | 0 | 115 | 1 | 200 | 141 | 67 |
| Binary | 11110 | 11111100 | 111010 | 1011000 | 0 | 1001101 | 1 | 10000000 | 1100001 | 110111 |
Color Harmonies of #1EFC3A
Complementary color
Monochromatic Colors of #1EFC3A
Black with #1EFC3A
Text Example
Text Example
White with #1EFC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFC3A; }
p { color: rgb(30,252,58); }
H1.HeaderClassName
{
color: #1EFC3A;
}
.AnyTagClassName
{
color: #1EFC3A;
}
</style>
background-color css
<style>
a { background-color: #1EFC3A; }
a { background-color: rgb(30,252,58); }
div.DivClassName
{
background-color: #1EFC3A;
}
.BgClassName
{
background-color: #1EFC3A;
}
</style>
border-color css
<style>
span { border-color: #1EFC3A; }
span { border-color: rgb(30,252,58); }
td.TdClassName
{
border-color: #1EFC3A;
}
.TagClassName
{
border-color: #1EFC3A;
}
</style>