Shades of Free Speech Green #0BFB2C
Tints of Free Speech Green #0BFB2C
RGB
CMYK
RGB Variations
Color information
#0BFB2C (or 0x0BFB2C) is known color: Free Speech Green. HEX triplet: 0B, FB and 2C. RGB value is (11,251,44). Sum of RGB (Red+Green+Blue) = 11+251+44=306 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.59% from 306); Green value is 251 (98.44% from 255 or 82.03% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFB2C is #F404D3. Grayscale: #9C9C9C. Windows color (decimal): -15992020 or 2947851. OLE color: 2947851.
HSL color Cylindrical-coordinate representation of color #0BFB2C: hue angle of 128.25º 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 #0BFB2C is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 44 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.02 |
| HSL | 128.25º | 0.97% | 0.51% | - |
| HSV(B) | 128.25º | 0.96% | 0.98% | - |
| XYZ | 35.09 | 69.25 | 13.9 | - |
| YUV | 155.64 | 64.99 | 24.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 44 | 0.96 | 0 | 0.82 | 0.02 | 128.25 | 0.97 | 0.51 |
| Hex | B | FB | 2C | 60 | 0 | 52 | 2 | 80 | 61 | 33 |
| Octal | 13 | 373 | 54 | 140 | 0 | 122 | 2 | 200 | 141 | 63 |
| Binary | 1011 | 11111011 | 101100 | 1100000 | 0 | 1010010 | 10 | 10000000 | 1100001 | 110011 |
Color Harmonies of #0BFB2C
Complementary color
Monochromatic Colors of #0BFB2C
Black with #0BFB2C
Text Example
Text Example
White with #0BFB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFB2C; }
p { color: rgb(11,251,44); }
H1.HeaderClassName
{
color: #0BFB2C;
}
.AnyTagClassName
{
color: #0BFB2C;
}
</style>
background-color css
<style>
a { background-color: #0BFB2C; }
a { background-color: rgb(11,251,44); }
div.DivClassName
{
background-color: #0BFB2C;
}
.BgClassName
{
background-color: #0BFB2C;
}
</style>
border-color css
<style>
span { border-color: #0BFB2C; }
span { border-color: rgb(11,251,44); }
td.TdClassName
{
border-color: #0BFB2C;
}
.TagClassName
{
border-color: #0BFB2C;
}
</style>