Shades of Free Speech Green #0BFB2B
Tints of Free Speech Green #0BFB2B
RGB
CMYK
RGB Variations
Color information
#0BFB2B (or 0x0BFB2B) is known color: Free Speech Green. HEX triplet: 0B, FB and 2B. RGB value is (11,251,43). Sum of RGB (Red+Green+Blue) = 11+251+43=305 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.61% from 305); Green value is 251 (98.44% from 255 or 82.30% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFB2B is #F404D4. Grayscale: #9C9C9C. Windows color (decimal): -15992021 or 2882315. OLE color: 2882315.
HSL color Cylindrical-coordinate representation of color #0BFB2B: hue angle of 128º 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 #0BFB2B is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 43 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.02 |
| HSL | 128º | 0.97% | 0.51% | - |
| HSV(B) | 128º | 0.96% | 0.98% | - |
| XYZ | 35.07 | 69.24 | 13.8 | - |
| YUV | 155.53 | 64.49 | 24.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 43 | 0.96 | 0 | 0.83 | 0.02 | 128 | 0.97 | 0.51 |
| Hex | B | FB | 2B | 60 | 0 | 53 | 2 | 80 | 61 | 33 |
| Octal | 13 | 373 | 53 | 140 | 0 | 123 | 2 | 200 | 141 | 63 |
| Binary | 1011 | 11111011 | 101011 | 1100000 | 0 | 1010011 | 10 | 10000000 | 1100001 | 110011 |
Color Harmonies of #0BFB2B
Complementary color
Monochromatic Colors of #0BFB2B
Black with #0BFB2B
Text Example
Text Example
White with #0BFB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFB2B; }
p { color: rgb(11,251,43); }
H1.HeaderClassName
{
color: #0BFB2B;
}
.AnyTagClassName
{
color: #0BFB2B;
}
</style>
background-color css
<style>
a { background-color: #0BFB2B; }
a { background-color: rgb(11,251,43); }
div.DivClassName
{
background-color: #0BFB2B;
}
.BgClassName
{
background-color: #0BFB2B;
}
</style>
border-color css
<style>
span { border-color: #0BFB2B; }
span { border-color: rgb(11,251,43); }
td.TdClassName
{
border-color: #0BFB2B;
}
.TagClassName
{
border-color: #0BFB2B;
}
</style>