Shades of Free Speech Green #0BCF03
Tints of Free Speech Green #0BCF03
RGB
CMYK
RGB Variations
Color information
#0BCF03 (or 0x0BCF03) is known color: Free Speech Green. HEX triplet: 0B, CF and 03. RGB value is (11,207,3). Sum of RGB (Red+Green+Blue) = 11+207+3=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 207 (81.25% from 255 or 93.67% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCF03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCF03 is #F430FC. Grayscale: #7D7D7D. Windows color (decimal): -16003325 or 249611. OLE color: 249611.
HSL color Cylindrical-coordinate representation of color #0BCF03: hue angle of 117.65º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BCF03 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 207 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.19 |
| HSL | 117.65º | 0.97% | 0.41% | - |
| HSV(B) | 117.65º | 0.99% | 0.81% | - |
| XYZ | 22.47 | 44.7 | 7.53 | - |
| YUV | 125.14 | 59.07 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 3 | 0.95 | 0 | 0.99 | 0.19 | 117.65 | 0.97 | 0.41 |
| Hex | B | CF | 3 | 5F | 0 | 63 | 13 | 76 | 61 | 29 |
| Octal | 13 | 317 | 3 | 137 | 0 | 143 | 23 | 166 | 141 | 51 |
| Binary | 1011 | 11001111 | 11 | 1011111 | 0 | 1100011 | 10011 | 1110110 | 1100001 | 101001 |
Color Harmonies of #0BCF03
Complementary color
Monochromatic Colors of #0BCF03
Black with #0BCF03
Text Example
Text Example
White with #0BCF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCF03; }
p { color: rgb(11,207,3); }
H1.HeaderClassName
{
color: #0BCF03;
}
.AnyTagClassName
{
color: #0BCF03;
}
</style>
background-color css
<style>
a { background-color: #0BCF03; }
a { background-color: rgb(11,207,3); }
div.DivClassName
{
background-color: #0BCF03;
}
.BgClassName
{
background-color: #0BCF03;
}
</style>
border-color css
<style>
span { border-color: #0BCF03; }
span { border-color: rgb(11,207,3); }
td.TdClassName
{
border-color: #0BCF03;
}
.TagClassName
{
border-color: #0BCF03;
}
</style>