Shades of Free Speech Green #0BF81B
Tints of Free Speech Green #0BF81B
RGB
CMYK
RGB Variations
Color information
#0BF81B (or 0x0BF81B) is known color: Free Speech Green. HEX triplet: 0B, F8 and 1B. RGB value is (11,248,27). Sum of RGB (Red+Green+Blue) = 11+248+27=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 248 (97.27% from 255 or 86.71% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 248 - color contains mainly: green. Hex color #0BF81B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF81B is #F407E4. Grayscale: #989898. Windows color (decimal): -15992805 or 1832971. OLE color: 1832971.
HSL color Cylindrical-coordinate representation of color #0BF81B: hue angle of 124.05º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF81B is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 248 | 27 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.03 |
| HSL | 124.05º | 0.94% | 0.51% | - |
| HSV(B) | 124.05º | 0.96% | 0.97% | - |
| XYZ | 33.9 | 67.29 | 12.24 | - |
| YUV | 151.94 | 57.48 | 27.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 248 | 27 | 0.96 | 0 | 0.89 | 0.03 | 124.05 | 0.94 | 0.51 |
| Hex | B | F8 | 1B | 60 | 0 | 59 | 3 | 7C | 5E | 33 |
| Octal | 13 | 370 | 33 | 140 | 0 | 131 | 3 | 174 | 136 | 63 |
| Binary | 1011 | 11111000 | 11011 | 1100000 | 0 | 1011001 | 11 | 1111100 | 1011110 | 110011 |
Color Harmonies of #0BF81B
Complementary color
Monochromatic Colors of #0BF81B
Black with #0BF81B
Text Example
Text Example
White with #0BF81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF81B; }
p { color: rgb(11,248,27); }
H1.HeaderClassName
{
color: #0BF81B;
}
.AnyTagClassName
{
color: #0BF81B;
}
</style>
background-color css
<style>
a { background-color: #0BF81B; }
a { background-color: rgb(11,248,27); }
div.DivClassName
{
background-color: #0BF81B;
}
.BgClassName
{
background-color: #0BF81B;
}
</style>
border-color css
<style>
span { border-color: #0BF81B; }
span { border-color: rgb(11,248,27); }
td.TdClassName
{
border-color: #0BF81B;
}
.TagClassName
{
border-color: #0BF81B;
}
</style>