Shades of Free Speech Green #0BFF3A
Tints of Free Speech Green #0BFF3A
RGB
CMYK
RGB Variations
Color information
#0BFF3A (or 0x0BFF3A) is known color: Free Speech Green. HEX triplet: 0B, FF and 3A. RGB value is (11,255,58). Sum of RGB (Red+Green+Blue) = 11+255+58=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 255 (100% from 255 or 78.70% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFF3A is #F400C5. Grayscale: #A0A0A0. Windows color (decimal): -15990982 or 3866379. OLE color: 3866379.
HSL color Cylindrical-coordinate representation of color #0BFF3A: hue angle of 131.56º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF3A is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 58 | - |
| CMYK | 0.96 | 0 | 0.77 | 0 |
| HSL | 131.56º | 1% | 0.52% | - |
| HSV(B) | 131.56º | 0.96% | 1% | - |
| XYZ | 36.66 | 71.9 | 15.95 | - |
| YUV | 159.59 | 70.66 | 22.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 58 | 0.96 | 0 | 0.77 | 0 | 131.56 | 1 | 0.52 |
| Hex | B | FF | 3A | 60 | 0 | 4D | 0 | 84 | 64 | 34 |
| Octal | 13 | 377 | 72 | 140 | 0 | 115 | 0 | 204 | 144 | 64 |
| Binary | 1011 | 11111111 | 111010 | 1100000 | 0 | 1001101 | 0 | 10000100 | 1100100 | 110100 |
Color Harmonies of #0BFF3A
Complementary color
Monochromatic Colors of #0BFF3A
Black with #0BFF3A
Text Example
Text Example
White with #0BFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF3A; }
p { color: rgb(11,255,58); }
H1.HeaderClassName
{
color: #0BFF3A;
}
.AnyTagClassName
{
color: #0BFF3A;
}
</style>
background-color css
<style>
a { background-color: #0BFF3A; }
a { background-color: rgb(11,255,58); }
div.DivClassName
{
background-color: #0BFF3A;
}
.BgClassName
{
background-color: #0BFF3A;
}
</style>
border-color css
<style>
span { border-color: #0BFF3A; }
span { border-color: rgb(11,255,58); }
td.TdClassName
{
border-color: #0BFF3A;
}
.TagClassName
{
border-color: #0BFF3A;
}
</style>