Shades of Free Speech Green #1EFA0B
Tints of Free Speech Green #1EFA0B
RGB
CMYK
RGB Variations
Color information
#1EFA0B (or 0x1EFA0B) is known color: Free Speech Green. HEX triplet: 1E, FA and 0B. RGB value is (30,250,11). Sum of RGB (Red+Green+Blue) = 30+250+11=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 250 (98.05% from 255 or 85.91% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFA0B is #E105F4. Grayscale: #9D9D9D. Windows color (decimal): -14747125 or 784926. OLE color: 784926.
HSL color Cylindrical-coordinate representation of color #1EFA0B: hue angle of 115.23º 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 #1EFA0B is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 11 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.02 |
| HSL | 115.23º | 0.96% | 0.51% | - |
| HSV(B) | 115.23º | 0.96% | 0.98% | - |
| XYZ | 34.78 | 68.67 | 11.74 | - |
| YUV | 156.97 | 45.61 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 11 | 0.88 | 0 | 0.96 | 0.02 | 115.23 | 0.96 | 0.51 |
| Hex | 1E | FA | B | 58 | 0 | 60 | 2 | 73 | 60 | 33 |
| Octal | 36 | 372 | 13 | 130 | 0 | 140 | 2 | 163 | 140 | 63 |
| Binary | 11110 | 11111010 | 1011 | 1011000 | 0 | 1100000 | 10 | 1110011 | 1100000 | 110011 |
Color Harmonies of #1EFA0B
Complementary color
Monochromatic Colors of #1EFA0B
Black with #1EFA0B
Text Example
Text Example
White with #1EFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFA0B; }
p { color: rgb(30,250,11); }
H1.HeaderClassName
{
color: #1EFA0B;
}
.AnyTagClassName
{
color: #1EFA0B;
}
</style>
background-color css
<style>
a { background-color: #1EFA0B; }
a { background-color: rgb(30,250,11); }
div.DivClassName
{
background-color: #1EFA0B;
}
.BgClassName
{
background-color: #1EFA0B;
}
</style>
border-color css
<style>
span { border-color: #1EFA0B; }
span { border-color: rgb(30,250,11); }
td.TdClassName
{
border-color: #1EFA0B;
}
.TagClassName
{
border-color: #1EFA0B;
}
</style>