Shades of Free Speech Green #0BD002
Tints of Free Speech Green #0BD002
RGB
CMYK
RGB Variations
Color information
#0BD002 (or 0x0BD002) is known color: Free Speech Green. HEX triplet: 0B, D0 and 02. RGB value is (11,208,2). Sum of RGB (Red+Green+Blue) = 11+208+2=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 208 (81.64% from 255 or 94.12% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 208 - color contains mainly: green. Hex color #0BD002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD002 is #F42FFD. Grayscale: #7E7E7E. Windows color (decimal): -16003070 or 184331. OLE color: 184331.
HSL color Cylindrical-coordinate representation of color #0BD002: hue angle of 117.38º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BD002 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 208 | 2 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.18 |
| HSL | 117.38º | 0.98% | 0.41% | - |
| HSV(B) | 117.38º | 0.99% | 0.82% | - |
| XYZ | 22.7 | 45.19 | 7.58 | - |
| YUV | 125.61 | 58.23 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 208 | 2 | 0.95 | 0 | 0.99 | 0.18 | 117.38 | 0.98 | 0.41 |
| Hex | B | D0 | 2 | 5F | 0 | 63 | 12 | 75 | 62 | 29 |
| Octal | 13 | 320 | 2 | 137 | 0 | 143 | 22 | 165 | 142 | 51 |
| Binary | 1011 | 11010000 | 10 | 1011111 | 0 | 1100011 | 10010 | 1110101 | 1100010 | 101001 |
Color Harmonies of #0BD002
Complementary color
Monochromatic Colors of #0BD002
Black with #0BD002
Text Example
Text Example
White with #0BD002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD002; }
p { color: rgb(11,208,2); }
H1.HeaderClassName
{
color: #0BD002;
}
.AnyTagClassName
{
color: #0BD002;
}
</style>
background-color css
<style>
a { background-color: #0BD002; }
a { background-color: rgb(11,208,2); }
div.DivClassName
{
background-color: #0BD002;
}
.BgClassName
{
background-color: #0BD002;
}
</style>
border-color css
<style>
span { border-color: #0BD002; }
span { border-color: rgb(11,208,2); }
td.TdClassName
{
border-color: #0BD002;
}
.TagClassName
{
border-color: #0BD002;
}
</style>