Shades of Free Speech Green #0BFA1B
Tints of Free Speech Green #0BFA1B
RGB
CMYK
RGB Variations
Color information
#0BFA1B (or 0x0BFA1B) is known color: Free Speech Green. HEX triplet: 0B, FA and 1B. RGB value is (11,250,27). Sum of RGB (Red+Green+Blue) = 11+250+27=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 250 (98.05% from 255 or 86.81% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA1B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFA1B is #F405E4. Grayscale: #999999. Windows color (decimal): -15992293 or 1833483. OLE color: 1833483.
HSL color Cylindrical-coordinate representation of color #0BFA1B: hue angle of 124.02º degrees, saturation: 0.96, 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 #0BFA1B is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 27 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.02 |
| HSL | 124.02º | 0.96% | 0.51% | - |
| HSV(B) | 124.02º | 0.96% | 0.98% | - |
| XYZ | 34.52 | 68.52 | 12.44 | - |
| YUV | 153.12 | 56.82 | 26.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 27 | 0.96 | 0 | 0.89 | 0.02 | 124.02 | 0.96 | 0.51 |
| Hex | B | FA | 1B | 60 | 0 | 59 | 2 | 7C | 60 | 33 |
| Octal | 13 | 372 | 33 | 140 | 0 | 131 | 2 | 174 | 140 | 63 |
| Binary | 1011 | 11111010 | 11011 | 1100000 | 0 | 1011001 | 10 | 1111100 | 1100000 | 110011 |
Color Harmonies of #0BFA1B
Complementary color
Monochromatic Colors of #0BFA1B
Black with #0BFA1B
Text Example
Text Example
White with #0BFA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA1B; }
p { color: rgb(11,250,27); }
H1.HeaderClassName
{
color: #0BFA1B;
}
.AnyTagClassName
{
color: #0BFA1B;
}
</style>
background-color css
<style>
a { background-color: #0BFA1B; }
a { background-color: rgb(11,250,27); }
div.DivClassName
{
background-color: #0BFA1B;
}
.BgClassName
{
background-color: #0BFA1B;
}
</style>
border-color css
<style>
span { border-color: #0BFA1B; }
span { border-color: rgb(11,250,27); }
td.TdClassName
{
border-color: #0BFA1B;
}
.TagClassName
{
border-color: #0BFA1B;
}
</style>