Shades of Free Speech Green #0BDD03
Tints of Free Speech Green #0BDD03
RGB
CMYK
RGB Variations
Color information
#0BDD03 (or 0x0BDD03) is known color: Free Speech Green. HEX triplet: 0B, DD and 03. RGB value is (11,221,3). Sum of RGB (Red+Green+Blue) = 11+221+3=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 221 (86.72% from 255 or 94.04% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDD03 is #F422FC. Grayscale: #868686. Windows color (decimal): -15999741 or 253195. OLE color: 253195.
HSL color Cylindrical-coordinate representation of color #0BDD03: hue angle of 117.8º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BDD03 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.13 |
| HSL | 117.8º | 0.97% | 0.44% | - |
| HSV(B) | 117.8º | 0.99% | 0.87% | - |
| XYZ | 26.01 | 51.79 | 8.71 | - |
| YUV | 133.36 | 54.43 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 3 | 0.95 | 0 | 0.99 | 0.13 | 117.8 | 0.97 | 0.44 |
| Hex | B | DD | 3 | 5F | 0 | 63 | D | 76 | 61 | 2C |
| Octal | 13 | 335 | 3 | 137 | 0 | 143 | 15 | 166 | 141 | 54 |
| Binary | 1011 | 11011101 | 11 | 1011111 | 0 | 1100011 | 1101 | 1110110 | 1100001 | 101100 |
Color Harmonies of #0BDD03
Complementary color
Monochromatic Colors of #0BDD03
Black with #0BDD03
Text Example
Text Example
White with #0BDD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD03; }
p { color: rgb(11,221,3); }
H1.HeaderClassName
{
color: #0BDD03;
}
.AnyTagClassName
{
color: #0BDD03;
}
</style>
background-color css
<style>
a { background-color: #0BDD03; }
a { background-color: rgb(11,221,3); }
div.DivClassName
{
background-color: #0BDD03;
}
.BgClassName
{
background-color: #0BDD03;
}
</style>
border-color css
<style>
span { border-color: #0BDD03; }
span { border-color: rgb(11,221,3); }
td.TdClassName
{
border-color: #0BDD03;
}
.TagClassName
{
border-color: #0BDD03;
}
</style>