Shades of Free Speech Green #0BED28
Tints of Free Speech Green #0BED28
RGB
CMYK
RGB Variations
Color information
#0BED28 (or 0x0BED28) is known color: Free Speech Green. HEX triplet: 0B, ED and 28. RGB value is (11,237,40). Sum of RGB (Red+Green+Blue) = 11+237+40=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 237 (92.97% from 255 or 82.29% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 237 - color contains mainly: green. Hex color #0BED28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BED28 is #F412D7. Grayscale: #939393. Windows color (decimal): -15995608 or 2682123. OLE color: 2682123.
HSL color Cylindrical-coordinate representation of color #0BED28: hue angle of 127.7º 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 #0BED28 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 237 | 40 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.07 |
| HSL | 127.7º | 0.91% | 0.49% | - |
| HSV(B) | 127.7º | 0.95% | 0.93% | - |
| XYZ | 30.81 | 60.79 | 12.12 | - |
| YUV | 146.97 | 67.63 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 237 | 40 | 0.95 | 0 | 0.83 | 0.07 | 127.7 | 0.91 | 0.49 |
| Hex | B | ED | 28 | 5F | 0 | 53 | 7 | 80 | 5B | 31 |
| Octal | 13 | 355 | 50 | 137 | 0 | 123 | 7 | 200 | 133 | 61 |
| Binary | 1011 | 11101101 | 101000 | 1011111 | 0 | 1010011 | 111 | 10000000 | 1011011 | 110001 |
Color Harmonies of #0BED28
Complementary color
Monochromatic Colors of #0BED28
Black with #0BED28
Text Example
Text Example
White with #0BED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BED28; }
p { color: rgb(11,237,40); }
H1.HeaderClassName
{
color: #0BED28;
}
.AnyTagClassName
{
color: #0BED28;
}
</style>
background-color css
<style>
a { background-color: #0BED28; }
a { background-color: rgb(11,237,40); }
div.DivClassName
{
background-color: #0BED28;
}
.BgClassName
{
background-color: #0BED28;
}
</style>
border-color css
<style>
span { border-color: #0BED28; }
span { border-color: rgb(11,237,40); }
td.TdClassName
{
border-color: #0BED28;
}
.TagClassName
{
border-color: #0BED28;
}
</style>