Shades of Free Speech Green #0BEC28
Tints of Free Speech Green #0BEC28
RGB
CMYK
RGB Variations
Color information
#0BEC28 (or 0x0BEC28) is known color: Free Speech Green. HEX triplet: 0B, EC and 28. RGB value is (11,236,40). Sum of RGB (Red+Green+Blue) = 11+236+40=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 236 (92.58% from 255 or 82.23% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 236 - color contains mainly: green. Hex color #0BEC28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEC28 is #F413D7. Grayscale: #929292. Windows color (decimal): -15995864 or 2681867. OLE color: 2681867.
HSL color Cylindrical-coordinate representation of color #0BEC28: hue angle of 127.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEC28 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 236 | 40 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.07 |
| HSL | 127.73º | 0.91% | 0.48% | - |
| HSV(B) | 127.73º | 0.95% | 0.93% | - |
| XYZ | 30.52 | 60.22 | 12.02 | - |
| YUV | 146.38 | 67.96 | 31.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 236 | 40 | 0.95 | 0 | 0.83 | 0.07 | 127.73 | 0.91 | 0.48 |
| Hex | B | EC | 28 | 5F | 0 | 53 | 7 | 80 | 5B | 30 |
| Octal | 13 | 354 | 50 | 137 | 0 | 123 | 7 | 200 | 133 | 60 |
| Binary | 1011 | 11101100 | 101000 | 1011111 | 0 | 1010011 | 111 | 10000000 | 1011011 | 110000 |
Color Harmonies of #0BEC28
Complementary color
Monochromatic Colors of #0BEC28
Black with #0BEC28
Text Example
Text Example
White with #0BEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEC28; }
p { color: rgb(11,236,40); }
H1.HeaderClassName
{
color: #0BEC28;
}
.AnyTagClassName
{
color: #0BEC28;
}
</style>
background-color css
<style>
a { background-color: #0BEC28; }
a { background-color: rgb(11,236,40); }
div.DivClassName
{
background-color: #0BEC28;
}
.BgClassName
{
background-color: #0BEC28;
}
</style>
border-color css
<style>
span { border-color: #0BEC28; }
span { border-color: rgb(11,236,40); }
td.TdClassName
{
border-color: #0BEC28;
}
.TagClassName
{
border-color: #0BEC28;
}
</style>