Shades of Free Speech Green #1EFF0C
Tints of Free Speech Green #1EFF0C
RGB
CMYK
RGB Variations
Color information
#1EFF0C (or 0x1EFF0C) is known color: Free Speech Green. HEX triplet: 1E, FF and 0C. RGB value is (30,255,12). Sum of RGB (Red+Green+Blue) = 30+255+12=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 255 (100% from 255 or 85.86% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFF0C is #E100F3. Grayscale: #A0A0A0. Windows color (decimal): -14745844 or 851742. OLE color: 851742.
HSL color Cylindrical-coordinate representation of color #1EFF0C: hue angle of 115.56º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1EFF0C is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 12 | - |
| CMYK | 0.88 | 0 | 0.95 | 0 |
| HSL | 115.56º | 1% | 0.52% | - |
| HSV(B) | 115.56º | 0.95% | 1% | - |
| XYZ | 36.36 | 71.82 | 12.29 | - |
| YUV | 160.02 | 44.46 | 35.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 12 | 0.88 | 0 | 0.95 | 0 | 115.56 | 1 | 0.52 |
| Hex | 1E | FF | C | 58 | 0 | 5F | 0 | 74 | 64 | 34 |
| Octal | 36 | 377 | 14 | 130 | 0 | 137 | 0 | 164 | 144 | 64 |
| Binary | 11110 | 11111111 | 1100 | 1011000 | 0 | 1011111 | 0 | 1110100 | 1100100 | 110100 |
Color Harmonies of #1EFF0C
Complementary color
Monochromatic Colors of #1EFF0C
Black with #1EFF0C
Text Example
Text Example
White with #1EFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF0C; }
p { color: rgb(30,255,12); }
H1.HeaderClassName
{
color: #1EFF0C;
}
.AnyTagClassName
{
color: #1EFF0C;
}
</style>
background-color css
<style>
a { background-color: #1EFF0C; }
a { background-color: rgb(30,255,12); }
div.DivClassName
{
background-color: #1EFF0C;
}
.BgClassName
{
background-color: #1EFF0C;
}
</style>
border-color css
<style>
span { border-color: #1EFF0C; }
span { border-color: rgb(30,255,12); }
td.TdClassName
{
border-color: #1EFF0C;
}
.TagClassName
{
border-color: #1EFF0C;
}
</style>