Shades of Free Speech Green #0BFB21
Tints of Free Speech Green #0BFB21
RGB
CMYK
RGB Variations
Color information
#0BFB21 (or 0x0BFB21) is known color: Free Speech Green. HEX triplet: 0B, FB and 21. RGB value is (11,251,33). Sum of RGB (Red+Green+Blue) = 11+251+33=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 251 (98.44% from 255 or 85.08% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB21 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFB21 is #F404DE. Grayscale: #9B9B9B. Windows color (decimal): -15992031 or 2226955. OLE color: 2226955.
HSL color Cylindrical-coordinate representation of color #0BFB21: hue angle of 125.5º 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 #0BFB21 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 33 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.02 |
| HSL | 125.5º | 0.97% | 0.51% | - |
| HSV(B) | 125.5º | 0.96% | 0.98% | - |
| XYZ | 34.91 | 69.18 | 12.95 | - |
| YUV | 154.39 | 59.49 | 25.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 33 | 0.96 | 0 | 0.87 | 0.02 | 125.5 | 0.97 | 0.51 |
| Hex | B | FB | 21 | 60 | 0 | 57 | 2 | 7E | 61 | 33 |
| Octal | 13 | 373 | 41 | 140 | 0 | 127 | 2 | 176 | 141 | 63 |
| Binary | 1011 | 11111011 | 100001 | 1100000 | 0 | 1010111 | 10 | 1111110 | 1100001 | 110011 |
Color Harmonies of #0BFB21
Complementary color
Monochromatic Colors of #0BFB21
Black with #0BFB21
Text Example
Text Example
White with #0BFB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFB21; }
p { color: rgb(11,251,33); }
H1.HeaderClassName
{
color: #0BFB21;
}
.AnyTagClassName
{
color: #0BFB21;
}
</style>
background-color css
<style>
a { background-color: #0BFB21; }
a { background-color: rgb(11,251,33); }
div.DivClassName
{
background-color: #0BFB21;
}
.BgClassName
{
background-color: #0BFB21;
}
</style>
border-color css
<style>
span { border-color: #0BFB21; }
span { border-color: rgb(11,251,33); }
td.TdClassName
{
border-color: #0BFB21;
}
.TagClassName
{
border-color: #0BFB21;
}
</style>