Shades of Free Speech Green #0EFF1B
Tints of Free Speech Green #0EFF1B
RGB
CMYK
RGB Variations
Color information
#0EFF1B (or 0x0EFF1B) is known color: Free Speech Green. HEX triplet: 0E, FF and 1B. RGB value is (14,255,27). Sum of RGB (Red+Green+Blue) = 14+255+27=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 255 (100% from 255 or 86.15% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF1B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFF1B is #F100E4. Grayscale: #9D9D9D. Windows color (decimal): -15794405 or 1834766. OLE color: 1834766.
HSL color Cylindrical-coordinate representation of color #0EFF1B: hue angle of 123.24º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF1B is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 27 | - |
| CMYK | 0.95 | 0 | 0.89 | 0 |
| HSL | 123.24º | 1% | 0.53% | - |
| HSV(B) | 123.24º | 0.95% | 1% | - |
| XYZ | 36.14 | 71.69 | 12.97 | - |
| YUV | 156.95 | 54.66 | 26.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 27 | 0.95 | 0 | 0.89 | 0 | 123.24 | 1 | 0.53 |
| Hex | E | FF | 1B | 5F | 0 | 59 | 0 | 7B | 64 | 35 |
| Octal | 16 | 377 | 33 | 137 | 0 | 131 | 0 | 173 | 144 | 65 |
| Binary | 1110 | 11111111 | 11011 | 1011111 | 0 | 1011001 | 0 | 1111011 | 1100100 | 110101 |
Color Harmonies of #0EFF1B
Complementary color
Monochromatic Colors of #0EFF1B
Black with #0EFF1B
Text Example
Text Example
White with #0EFF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF1B; }
p { color: rgb(14,255,27); }
H1.HeaderClassName
{
color: #0EFF1B;
}
.AnyTagClassName
{
color: #0EFF1B;
}
</style>
background-color css
<style>
a { background-color: #0EFF1B; }
a { background-color: rgb(14,255,27); }
div.DivClassName
{
background-color: #0EFF1B;
}
.BgClassName
{
background-color: #0EFF1B;
}
</style>
border-color css
<style>
span { border-color: #0EFF1B; }
span { border-color: rgb(14,255,27); }
td.TdClassName
{
border-color: #0EFF1B;
}
.TagClassName
{
border-color: #0EFF1B;
}
</style>