Shades of Free Speech Green #0BFC08
Tints of Free Speech Green #0BFC08
RGB
CMYK
RGB Variations
Color information
#0BFC08 (or 0x0BFC08) is known color: Free Speech Green. HEX triplet: 0B, FC and 08. RGB value is (11,252,8). Sum of RGB (Red+Green+Blue) = 11+252+8=271 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.06% from 271); Green value is 252 (98.83% from 255 or 92.99% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFC08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFC08 is #F403F7. Grayscale: #989898. Windows color (decimal): -15991800 or 588811. OLE color: 588811.
HSL color Cylindrical-coordinate representation of color #0BFC08: hue angle of 119.26º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BFC08 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 252 | 8 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.01 |
| HSL | 119.26º | 0.98% | 0.51% | - |
| HSV(B) | 119.26º | 0.97% | 0.99% | - |
| XYZ | 34.99 | 69.71 | 11.84 | - |
| YUV | 152.13 | 46.66 | 27.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 252 | 8 | 0.96 | 0 | 0.97 | 0.01 | 119.26 | 0.98 | 0.51 |
| Hex | B | FC | 8 | 60 | 0 | 61 | 1 | 77 | 62 | 33 |
| Octal | 13 | 374 | 10 | 140 | 0 | 141 | 1 | 167 | 142 | 63 |
| Binary | 1011 | 11111100 | 1000 | 1100000 | 0 | 1100001 | 1 | 1110111 | 1100010 | 110011 |
Color Harmonies of #0BFC08
Complementary color
Monochromatic Colors of #0BFC08
Black with #0BFC08
Text Example
Text Example
White with #0BFC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFC08; }
p { color: rgb(11,252,8); }
H1.HeaderClassName
{
color: #0BFC08;
}
.AnyTagClassName
{
color: #0BFC08;
}
</style>
background-color css
<style>
a { background-color: #0BFC08; }
a { background-color: rgb(11,252,8); }
div.DivClassName
{
background-color: #0BFC08;
}
.BgClassName
{
background-color: #0BFC08;
}
</style>
border-color css
<style>
span { border-color: #0BFC08; }
span { border-color: rgb(11,252,8); }
td.TdClassName
{
border-color: #0BFC08;
}
.TagClassName
{
border-color: #0BFC08;
}
</style>