Shades of Free Speech Green #0BF118
Tints of Free Speech Green #0BF118
RGB
CMYK
RGB Variations
Color information
#0BF118 (or 0x0BF118) is known color: Free Speech Green. HEX triplet: 0B, F1 and 18. RGB value is (11,241,24). Sum of RGB (Red+Green+Blue) = 11+241+24=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 241 (94.53% from 255 or 87.32% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF118 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF118 is #F40EE7. Grayscale: #949494. Windows color (decimal): -15994600 or 1634571. OLE color: 1634571.
HSL color Cylindrical-coordinate representation of color #0BF118: hue angle of 123.39º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF118 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 24 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.05 |
| HSL | 123.39º | 0.91% | 0.49% | - |
| HSV(B) | 123.39º | 0.95% | 0.95% | - |
| XYZ | 31.76 | 63.05 | 11.36 | - |
| YUV | 147.49 | 58.3 | 30.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 24 | 0.95 | 0 | 0.90 | 0.05 | 123.39 | 0.91 | 0.49 |
| Hex | B | F1 | 18 | 5F | 0 | 5A | 5 | 7B | 5B | 31 |
| Octal | 13 | 361 | 30 | 137 | 0 | 132 | 5 | 173 | 133 | 61 |
| Binary | 1011 | 11110001 | 11000 | 1011111 | 0 | 1011010 | 101 | 1111011 | 1011011 | 110001 |
Color Harmonies of #0BF118
Complementary color
Monochromatic Colors of #0BF118
Black with #0BF118
Text Example
Text Example
White with #0BF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF118; }
p { color: rgb(11,241,24); }
H1.HeaderClassName
{
color: #0BF118;
}
.AnyTagClassName
{
color: #0BF118;
}
</style>
background-color css
<style>
a { background-color: #0BF118; }
a { background-color: rgb(11,241,24); }
div.DivClassName
{
background-color: #0BF118;
}
.BgClassName
{
background-color: #0BF118;
}
</style>
border-color css
<style>
span { border-color: #0BF118; }
span { border-color: rgb(11,241,24); }
td.TdClassName
{
border-color: #0BF118;
}
.TagClassName
{
border-color: #0BF118;
}
</style>