Shades of Free Speech Green #0BD315
Tints of Free Speech Green #0BD315
RGB
CMYK
RGB Variations
Color information
#0BD315 (or 0x0BD315) is known color: Free Speech Green. HEX triplet: 0B, D3 and 15. RGB value is (11,211,21). Sum of RGB (Red+Green+Blue) = 11+211+21=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 211 (82.81% from 255 or 86.83% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD315 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD315 is #F42CEA. Grayscale: #828282. Windows color (decimal): -16002283 or 1430283. OLE color: 1430283.
HSL color Cylindrical-coordinate representation of color #0BD315: hue angle of 123º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD315 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 211 | 21 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.17 |
| HSL | 123º | 0.9% | 0.44% | - |
| HSV(B) | 123º | 0.95% | 0.83% | - |
| XYZ | 23.57 | 46.71 | 8.48 | - |
| YUV | 129.54 | 66.74 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 211 | 21 | 0.95 | 0 | 0.90 | 0.17 | 123 | 0.9 | 0.44 |
| Hex | B | D3 | 15 | 5F | 0 | 5A | 11 | 7B | 5A | 2C |
| Octal | 13 | 323 | 25 | 137 | 0 | 132 | 21 | 173 | 132 | 54 |
| Binary | 1011 | 11010011 | 10101 | 1011111 | 0 | 1011010 | 10001 | 1111011 | 1011010 | 101100 |
Color Harmonies of #0BD315
Complementary color
Monochromatic Colors of #0BD315
Black with #0BD315
Text Example
Text Example
White with #0BD315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD315; }
p { color: rgb(11,211,21); }
H1.HeaderClassName
{
color: #0BD315;
}
.AnyTagClassName
{
color: #0BD315;
}
</style>
background-color css
<style>
a { background-color: #0BD315; }
a { background-color: rgb(11,211,21); }
div.DivClassName
{
background-color: #0BD315;
}
.BgClassName
{
background-color: #0BD315;
}
</style>
border-color css
<style>
span { border-color: #0BD315; }
span { border-color: rgb(11,211,21); }
td.TdClassName
{
border-color: #0BD315;
}
.TagClassName
{
border-color: #0BD315;
}
</style>