Shades of Free Speech Green #0BFA2F
Tints of Free Speech Green #0BFA2F
RGB
CMYK
RGB Variations
Color information
#0BFA2F (or 0x0BFA2F) is known color: Free Speech Green. HEX triplet: 0B, FA and 2F. RGB value is (11,250,47). Sum of RGB (Red+Green+Blue) = 11+250+47=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 250 (98.05% from 255 or 81.17% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFA2F is #F405D0. Grayscale: #9B9B9B. Windows color (decimal): -15992273 or 3144203. OLE color: 3144203.
HSL color Cylindrical-coordinate representation of color #0BFA2F: hue angle of 129.04º 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 #0BFA2F is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 47 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.02 |
| HSL | 129.04º | 0.96% | 0.51% | - |
| HSV(B) | 129.04º | 0.96% | 0.98% | - |
| XYZ | 34.84 | 68.65 | 14.1 | - |
| YUV | 155.4 | 66.82 | 25.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 47 | 0.96 | 0 | 0.81 | 0.02 | 129.04 | 0.96 | 0.51 |
| Hex | B | FA | 2F | 60 | 0 | 51 | 2 | 81 | 60 | 33 |
| Octal | 13 | 372 | 57 | 140 | 0 | 121 | 2 | 201 | 140 | 63 |
| Binary | 1011 | 11111010 | 101111 | 1100000 | 0 | 1010001 | 10 | 10000001 | 1100000 | 110011 |
Color Harmonies of #0BFA2F
Complementary color
Monochromatic Colors of #0BFA2F
Black with #0BFA2F
Text Example
Text Example
White with #0BFA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA2F; }
p { color: rgb(11,250,47); }
H1.HeaderClassName
{
color: #0BFA2F;
}
.AnyTagClassName
{
color: #0BFA2F;
}
</style>
background-color css
<style>
a { background-color: #0BFA2F; }
a { background-color: rgb(11,250,47); }
div.DivClassName
{
background-color: #0BFA2F;
}
.BgClassName
{
background-color: #0BFA2F;
}
</style>
border-color css
<style>
span { border-color: #0BFA2F; }
span { border-color: rgb(11,250,47); }
td.TdClassName
{
border-color: #0BFA2F;
}
.TagClassName
{
border-color: #0BFA2F;
}
</style>