Shades of Free Speech Green #0BDB03
Tints of Free Speech Green #0BDB03
RGB
CMYK
RGB Variations
Color information
#0BDB03 (or 0x0BDB03) is known color: Free Speech Green. HEX triplet: 0B, DB and 03. RGB value is (11,219,3). Sum of RGB (Red+Green+Blue) = 11+219+3=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 219 (85.94% from 255 or 93.99% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDB03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDB03 is #F424FC. Grayscale: #848484. Windows color (decimal): -16000253 or 252683. OLE color: 252683.
HSL color Cylindrical-coordinate representation of color #0BDB03: hue angle of 117.78º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BDB03 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 219 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.14 |
| HSL | 117.78º | 0.97% | 0.44% | - |
| HSV(B) | 117.78º | 0.99% | 0.86% | - |
| XYZ | 25.49 | 50.74 | 8.54 | - |
| YUV | 132.18 | 55.09 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 219 | 3 | 0.95 | 0 | 0.99 | 0.14 | 117.78 | 0.97 | 0.44 |
| Hex | B | DB | 3 | 5F | 0 | 63 | E | 76 | 61 | 2C |
| Octal | 13 | 333 | 3 | 137 | 0 | 143 | 16 | 166 | 141 | 54 |
| Binary | 1011 | 11011011 | 11 | 1011111 | 0 | 1100011 | 1110 | 1110110 | 1100001 | 101100 |
Color Harmonies of #0BDB03
Complementary color
Monochromatic Colors of #0BDB03
Black with #0BDB03
Text Example
Text Example
White with #0BDB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDB03; }
p { color: rgb(11,219,3); }
H1.HeaderClassName
{
color: #0BDB03;
}
.AnyTagClassName
{
color: #0BDB03;
}
</style>
background-color css
<style>
a { background-color: #0BDB03; }
a { background-color: rgb(11,219,3); }
div.DivClassName
{
background-color: #0BDB03;
}
.BgClassName
{
background-color: #0BDB03;
}
</style>
border-color css
<style>
span { border-color: #0BDB03; }
span { border-color: rgb(11,219,3); }
td.TdClassName
{
border-color: #0BDB03;
}
.TagClassName
{
border-color: #0BDB03;
}
</style>