Shades of Free Speech Green #0BCD03
Tints of Free Speech Green #0BCD03
RGB
CMYK
RGB Variations
Color information
#0BCD03 (or 0x0BCD03) is known color: Free Speech Green. HEX triplet: 0B, CD and 03. RGB value is (11,205,3). Sum of RGB (Red+Green+Blue) = 11+205+3=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 205 (80.47% from 255 or 93.61% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCD03 is #F432FC. Grayscale: #7C7C7C. Windows color (decimal): -16003837 or 249099. OLE color: 249099.
HSL color Cylindrical-coordinate representation of color #0BCD03: hue angle of 117.62º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BCD03 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.20 |
| HSL | 117.62º | 0.97% | 0.41% | - |
| HSV(B) | 117.62º | 0.99% | 0.8% | - |
| XYZ | 21.99 | 43.74 | 7.37 | - |
| YUV | 123.97 | 59.73 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 3 | 0.95 | 0 | 0.99 | 0.20 | 117.62 | 0.97 | 0.41 |
| Hex | B | CD | 3 | 5F | 0 | 63 | 14 | 76 | 61 | 29 |
| Octal | 13 | 315 | 3 | 137 | 0 | 143 | 24 | 166 | 141 | 51 |
| Binary | 1011 | 11001101 | 11 | 1011111 | 0 | 1100011 | 10100 | 1110110 | 1100001 | 101001 |
Color Harmonies of #0BCD03
Complementary color
Monochromatic Colors of #0BCD03
Black with #0BCD03
Text Example
Text Example
White with #0BCD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCD03; }
p { color: rgb(11,205,3); }
H1.HeaderClassName
{
color: #0BCD03;
}
.AnyTagClassName
{
color: #0BCD03;
}
</style>
background-color css
<style>
a { background-color: #0BCD03; }
a { background-color: rgb(11,205,3); }
div.DivClassName
{
background-color: #0BCD03;
}
.BgClassName
{
background-color: #0BCD03;
}
</style>
border-color css
<style>
span { border-color: #0BCD03; }
span { border-color: rgb(11,205,3); }
td.TdClassName
{
border-color: #0BCD03;
}
.TagClassName
{
border-color: #0BCD03;
}
</style>