Shades of Free Speech Green #0BDF2B
Tints of Free Speech Green #0BDF2B
RGB
CMYK
RGB Variations
Color information
#0BDF2B (or 0x0BDF2B) is known color: Free Speech Green. HEX triplet: 0B, DF and 2B. RGB value is (11,223,43). Sum of RGB (Red+Green+Blue) = 11+223+43=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 223 (87.5% from 255 or 80.51% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDF2B is #F420D4. Grayscale: #8B8B8B. Windows color (decimal): -15999189 or 2875147. OLE color: 2875147.
HSL color Cylindrical-coordinate representation of color #0BDF2B: hue angle of 129.06º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDF2B is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 43 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.13 |
| HSL | 129.06º | 0.91% | 0.46% | - |
| HSV(B) | 129.06º | 0.95% | 0.87% | - |
| XYZ | 26.96 | 53.02 | 11.1 | - |
| YUV | 139.09 | 73.76 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 43 | 0.95 | 0 | 0.81 | 0.13 | 129.06 | 0.91 | 0.46 |
| Hex | B | DF | 2B | 5F | 0 | 51 | D | 81 | 5B | 2E |
| Octal | 13 | 337 | 53 | 137 | 0 | 121 | 15 | 201 | 133 | 56 |
| Binary | 1011 | 11011111 | 101011 | 1011111 | 0 | 1010001 | 1101 | 10000001 | 1011011 | 101110 |
Color Harmonies of #0BDF2B
Complementary color
Monochromatic Colors of #0BDF2B
Black with #0BDF2B
Text Example
Text Example
White with #0BDF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDF2B; }
p { color: rgb(11,223,43); }
H1.HeaderClassName
{
color: #0BDF2B;
}
.AnyTagClassName
{
color: #0BDF2B;
}
</style>
background-color css
<style>
a { background-color: #0BDF2B; }
a { background-color: rgb(11,223,43); }
div.DivClassName
{
background-color: #0BDF2B;
}
.BgClassName
{
background-color: #0BDF2B;
}
</style>
border-color css
<style>
span { border-color: #0BDF2B; }
span { border-color: rgb(11,223,43); }
td.TdClassName
{
border-color: #0BDF2B;
}
.TagClassName
{
border-color: #0BDF2B;
}
</style>