Shades of Free Speech Green #1EFA0A
Tints of Free Speech Green #1EFA0A
RGB
CMYK
RGB Variations
Color information
#1EFA0A (or 0x1EFA0A) is known color: Free Speech Green. HEX triplet: 1E, FA and 0A. RGB value is (30,250,10). Sum of RGB (Red+Green+Blue) = 30+250+10=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 250 (98.05% from 255 or 86.21% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFA0A is #E105F5. Grayscale: #9D9D9D. Windows color (decimal): -14747126 or 719390. OLE color: 719390.
HSL color Cylindrical-coordinate representation of color #1EFA0A: hue angle of 115º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1EFA0A is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 10 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.02 |
| HSL | 115º | 0.96% | 0.51% | - |
| HSV(B) | 115º | 0.96% | 0.98% | - |
| XYZ | 34.78 | 68.67 | 11.71 | - |
| YUV | 156.86 | 45.11 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 10 | 0.88 | 0 | 0.96 | 0.02 | 115 | 0.96 | 0.51 |
| Hex | 1E | FA | A | 58 | 0 | 60 | 2 | 73 | 60 | 33 |
| Octal | 36 | 372 | 12 | 130 | 0 | 140 | 2 | 163 | 140 | 63 |
| Binary | 11110 | 11111010 | 1010 | 1011000 | 0 | 1100000 | 10 | 1110011 | 1100000 | 110011 |
Color Harmonies of #1EFA0A
Complementary color
Monochromatic Colors of #1EFA0A
Black with #1EFA0A
Text Example
Text Example
White with #1EFA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFA0A; }
p { color: rgb(30,250,10); }
H1.HeaderClassName
{
color: #1EFA0A;
}
.AnyTagClassName
{
color: #1EFA0A;
}
</style>
background-color css
<style>
a { background-color: #1EFA0A; }
a { background-color: rgb(30,250,10); }
div.DivClassName
{
background-color: #1EFA0A;
}
.BgClassName
{
background-color: #1EFA0A;
}
</style>
border-color css
<style>
span { border-color: #1EFA0A; }
span { border-color: rgb(30,250,10); }
td.TdClassName
{
border-color: #1EFA0A;
}
.TagClassName
{
border-color: #1EFA0A;
}
</style>