Shades of Free Speech Green #0BF62F
Tints of Free Speech Green #0BF62F
RGB
CMYK
RGB Variations
Color information
#0BF62F (or 0x0BF62F) is known color: Free Speech Green. HEX triplet: 0B, F6 and 2F. RGB value is (11,246,47). Sum of RGB (Red+Green+Blue) = 11+246+47=304 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.62% from 304); Green value is 246 (96.48% from 255 or 80.92% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF62F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF62F is #F409D0. Grayscale: #999999. Windows color (decimal): -15993297 or 3143179. OLE color: 3143179.
HSL color Cylindrical-coordinate representation of color #0BF62F: hue angle of 129.19º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF62F is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 246 | 47 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.04 |
| HSL | 129.19º | 0.93% | 0.5% | - |
| HSV(B) | 129.19º | 0.96% | 0.96% | - |
| XYZ | 33.61 | 66.19 | 13.69 | - |
| YUV | 153.05 | 68.14 | 26.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 246 | 47 | 0.96 | 0 | 0.81 | 0.04 | 129.19 | 0.93 | 0.5 |
| Hex | B | F6 | 2F | 60 | 0 | 51 | 4 | 81 | 5D | 32 |
| Octal | 13 | 366 | 57 | 140 | 0 | 121 | 4 | 201 | 135 | 62 |
| Binary | 1011 | 11110110 | 101111 | 1100000 | 0 | 1010001 | 100 | 10000001 | 1011101 | 110010 |
Color Harmonies of #0BF62F
Complementary color
Monochromatic Colors of #0BF62F
Black with #0BF62F
Text Example
Text Example
White with #0BF62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF62F; }
p { color: rgb(11,246,47); }
H1.HeaderClassName
{
color: #0BF62F;
}
.AnyTagClassName
{
color: #0BF62F;
}
</style>
background-color css
<style>
a { background-color: #0BF62F; }
a { background-color: rgb(11,246,47); }
div.DivClassName
{
background-color: #0BF62F;
}
.BgClassName
{
background-color: #0BF62F;
}
</style>
border-color css
<style>
span { border-color: #0BF62F; }
span { border-color: rgb(11,246,47); }
td.TdClassName
{
border-color: #0BF62F;
}
.TagClassName
{
border-color: #0BF62F;
}
</style>