Shades of Free Speech Green #1EFB0E
Tints of Free Speech Green #1EFB0E
RGB
CMYK
RGB Variations
Color information
#1EFB0E (or 0x1EFB0E) is known color: Free Speech Green. HEX triplet: 1E, FB and 0E. RGB value is (30,251,14). Sum of RGB (Red+Green+Blue) = 30+251+14=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 251 (98.44% from 255 or 85.08% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFB0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFB0E is #E104F1. Grayscale: #9E9E9E. Windows color (decimal): -14746866 or 981790. OLE color: 981790.
HSL color Cylindrical-coordinate representation of color #1EFB0E: hue angle of 115.95º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1EFB0E is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 251 | 14 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.02 |
| HSL | 115.95º | 0.97% | 0.52% | - |
| HSV(B) | 115.95º | 0.94% | 0.98% | - |
| XYZ | 35.11 | 69.3 | 11.94 | - |
| YUV | 157.9 | 46.78 | 36.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 251 | 14 | 0.88 | 0 | 0.94 | 0.02 | 115.95 | 0.97 | 0.52 |
| Hex | 1E | FB | E | 58 | 0 | 5E | 2 | 74 | 61 | 34 |
| Octal | 36 | 373 | 16 | 130 | 0 | 136 | 2 | 164 | 141 | 64 |
| Binary | 11110 | 11111011 | 1110 | 1011000 | 0 | 1011110 | 10 | 1110100 | 1100001 | 110100 |
Color Harmonies of #1EFB0E
Complementary color
Monochromatic Colors of #1EFB0E
Black with #1EFB0E
Text Example
Text Example
White with #1EFB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFB0E; }
p { color: rgb(30,251,14); }
H1.HeaderClassName
{
color: #1EFB0E;
}
.AnyTagClassName
{
color: #1EFB0E;
}
</style>
background-color css
<style>
a { background-color: #1EFB0E; }
a { background-color: rgb(30,251,14); }
div.DivClassName
{
background-color: #1EFB0E;
}
.BgClassName
{
background-color: #1EFB0E;
}
</style>
border-color css
<style>
span { border-color: #1EFB0E; }
span { border-color: rgb(30,251,14); }
td.TdClassName
{
border-color: #1EFB0E;
}
.TagClassName
{
border-color: #1EFB0E;
}
</style>