Shades of Free Speech Green #0BFB0E
Tints of Free Speech Green #0BFB0E
RGB
CMYK
RGB Variations
Color information
#0BFB0E (or 0x0BFB0E) is known color: Free Speech Green. HEX triplet: 0B, FB and 0E. RGB value is (11,251,14). Sum of RGB (Red+Green+Blue) = 11+251+14=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 251 (98.44% from 255 or 90.94% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB0E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFB0E is #F404F1. Grayscale: #989898. Windows color (decimal): -15992050 or 981771. OLE color: 981771.
HSL color Cylindrical-coordinate representation of color #0BFB0E: hue angle of 120.75º degrees, saturation: 0.97, 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 #0BFB0E is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 14 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.02 |
| HSL | 120.75º | 0.97% | 0.51% | - |
| HSV(B) | 120.75º | 0.96% | 0.98% | - |
| XYZ | 34.71 | 69.1 | 11.92 | - |
| YUV | 152.22 | 49.99 | 27.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 14 | 0.96 | 0 | 0.94 | 0.02 | 120.75 | 0.97 | 0.51 |
| Hex | B | FB | E | 60 | 0 | 5E | 2 | 79 | 61 | 33 |
| Octal | 13 | 373 | 16 | 140 | 0 | 136 | 2 | 171 | 141 | 63 |
| Binary | 1011 | 11111011 | 1110 | 1100000 | 0 | 1011110 | 10 | 1111001 | 1100001 | 110011 |
Color Harmonies of #0BFB0E
Complementary color
Monochromatic Colors of #0BFB0E
Black with #0BFB0E
Text Example
Text Example
White with #0BFB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFB0E; }
p { color: rgb(11,251,14); }
H1.HeaderClassName
{
color: #0BFB0E;
}
.AnyTagClassName
{
color: #0BFB0E;
}
</style>
background-color css
<style>
a { background-color: #0BFB0E; }
a { background-color: rgb(11,251,14); }
div.DivClassName
{
background-color: #0BFB0E;
}
.BgClassName
{
background-color: #0BFB0E;
}
</style>
border-color css
<style>
span { border-color: #0BFB0E; }
span { border-color: rgb(11,251,14); }
td.TdClassName
{
border-color: #0BFB0E;
}
.TagClassName
{
border-color: #0BFB0E;
}
</style>