Shades of Free Speech Green #0BCD02
Tints of Free Speech Green #0BCD02
RGB
CMYK
RGB Variations
Color information
#0BCD02 (or 0x0BCD02) is known color: Free Speech Green. HEX triplet: 0B, CD and 02. RGB value is (11,205,2). Sum of RGB (Red+Green+Blue) = 11+205+2=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 205 (80.47% from 255 or 94.04% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCD02 is #F432FD. Grayscale: #7C7C7C. Windows color (decimal): -16003838 or 183563. OLE color: 183563.
HSL color Cylindrical-coordinate representation of color #0BCD02: hue angle of 117.34º degrees, saturation: 0.98, 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 #0BCD02 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 2 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.20 |
| HSL | 117.34º | 0.98% | 0.41% | - |
| HSV(B) | 117.34º | 0.99% | 0.8% | - |
| XYZ | 21.98 | 43.74 | 7.34 | - |
| YUV | 123.85 | 59.23 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 2 | 0.95 | 0 | 0.99 | 0.20 | 117.34 | 0.98 | 0.41 |
| Hex | B | CD | 2 | 5F | 0 | 63 | 14 | 75 | 62 | 29 |
| Octal | 13 | 315 | 2 | 137 | 0 | 143 | 24 | 165 | 142 | 51 |
| Binary | 1011 | 11001101 | 10 | 1011111 | 0 | 1100011 | 10100 | 1110101 | 1100010 | 101001 |
Color Harmonies of #0BCD02
Complementary color
Monochromatic Colors of #0BCD02
Black with #0BCD02
Text Example
Text Example
White with #0BCD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCD02; }
p { color: rgb(11,205,2); }
H1.HeaderClassName
{
color: #0BCD02;
}
.AnyTagClassName
{
color: #0BCD02;
}
</style>
background-color css
<style>
a { background-color: #0BCD02; }
a { background-color: rgb(11,205,2); }
div.DivClassName
{
background-color: #0BCD02;
}
.BgClassName
{
background-color: #0BCD02;
}
</style>
border-color css
<style>
span { border-color: #0BCD02; }
span { border-color: rgb(11,205,2); }
td.TdClassName
{
border-color: #0BCD02;
}
.TagClassName
{
border-color: #0BCD02;
}
</style>