Shades of Free Speech Green #0BED2B
Tints of Free Speech Green #0BED2B
RGB
CMYK
RGB Variations
Color information
#0BED2B (or 0x0BED2B) is known color: Free Speech Green. HEX triplet: 0B, ED and 2B. RGB value is (11,237,43). Sum of RGB (Red+Green+Blue) = 11+237+43=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 237 (92.97% from 255 or 81.44% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 237 - color contains mainly: green. Hex color #0BED2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BED2B is #F412D4. Grayscale: #939393. Windows color (decimal): -15995605 or 2878731. OLE color: 2878731.
HSL color Cylindrical-coordinate representation of color #0BED2B: hue angle of 128.5º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BED2B is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 237 | 43 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.07 |
| HSL | 128.5º | 0.91% | 0.49% | - |
| HSV(B) | 128.5º | 0.95% | 0.93% | - |
| XYZ | 30.86 | 60.81 | 12.4 | - |
| YUV | 147.31 | 69.13 | 30.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 237 | 43 | 0.95 | 0 | 0.82 | 0.07 | 128.5 | 0.91 | 0.49 |
| Hex | B | ED | 2B | 5F | 0 | 52 | 7 | 80 | 5B | 31 |
| Octal | 13 | 355 | 53 | 137 | 0 | 122 | 7 | 200 | 133 | 61 |
| Binary | 1011 | 11101101 | 101011 | 1011111 | 0 | 1010010 | 111 | 10000000 | 1011011 | 110001 |
Color Harmonies of #0BED2B
Complementary color
Monochromatic Colors of #0BED2B
Black with #0BED2B
Text Example
Text Example
White with #0BED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BED2B; }
p { color: rgb(11,237,43); }
H1.HeaderClassName
{
color: #0BED2B;
}
.AnyTagClassName
{
color: #0BED2B;
}
</style>
background-color css
<style>
a { background-color: #0BED2B; }
a { background-color: rgb(11,237,43); }
div.DivClassName
{
background-color: #0BED2B;
}
.BgClassName
{
background-color: #0BED2B;
}
</style>
border-color css
<style>
span { border-color: #0BED2B; }
span { border-color: rgb(11,237,43); }
td.TdClassName
{
border-color: #0BED2B;
}
.TagClassName
{
border-color: #0BED2B;
}
</style>