Shades of Free Speech Green #0BF024
Tints of Free Speech Green #0BF024
RGB
CMYK
RGB Variations
Color information
#0BF024 (or 0x0BF024) is known color: Free Speech Green. HEX triplet: 0B, F0 and 24. RGB value is (11,240,36). Sum of RGB (Red+Green+Blue) = 11+240+36=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 240 (94.14% from 255 or 83.62% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 240 - color contains mainly: green. Hex color #0BF024 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF024 is #F40FDB. Grayscale: #949494. Windows color (decimal): -15994844 or 2420747. OLE color: 2420747.
HSL color Cylindrical-coordinate representation of color #0BF024: hue angle of 126.55º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF024 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 240 | 36 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.06 |
| HSL | 126.55º | 0.91% | 0.49% | - |
| HSV(B) | 126.55º | 0.95% | 0.94% | - |
| XYZ | 31.62 | 62.52 | 12.07 | - |
| YUV | 148.27 | 64.63 | 30.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 240 | 36 | 0.95 | 0 | 0.85 | 0.06 | 126.55 | 0.91 | 0.49 |
| Hex | B | F0 | 24 | 5F | 0 | 55 | 6 | 7F | 5B | 31 |
| Octal | 13 | 360 | 44 | 137 | 0 | 125 | 6 | 177 | 133 | 61 |
| Binary | 1011 | 11110000 | 100100 | 1011111 | 0 | 1010101 | 110 | 1111111 | 1011011 | 110001 |
Color Harmonies of #0BF024
Complementary color
Monochromatic Colors of #0BF024
Black with #0BF024
Text Example
Text Example
White with #0BF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF024; }
p { color: rgb(11,240,36); }
H1.HeaderClassName
{
color: #0BF024;
}
.AnyTagClassName
{
color: #0BF024;
}
</style>
background-color css
<style>
a { background-color: #0BF024; }
a { background-color: rgb(11,240,36); }
div.DivClassName
{
background-color: #0BF024;
}
.BgClassName
{
background-color: #0BF024;
}
</style>
border-color css
<style>
span { border-color: #0BF024; }
span { border-color: rgb(11,240,36); }
td.TdClassName
{
border-color: #0BF024;
}
.TagClassName
{
border-color: #0BF024;
}
</style>