Shades of Free Speech Green #0BE313
Tints of Free Speech Green #0BE313
RGB
CMYK
RGB Variations
Color information
#0BE313 (or 0x0BE313) is known color: Free Speech Green. HEX triplet: 0B, E3 and 13. RGB value is (11,227,19). Sum of RGB (Red+Green+Blue) = 11+227+19=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 227 (89.06% from 255 or 88.33% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BE313 is #F41CEC. Grayscale: #8B8B8B. Windows color (decimal): -15998189 or 1303307. OLE color: 1303307.
HSL color Cylindrical-coordinate representation of color #0BE313: hue angle of 122.22º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE313 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 19 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.11 |
| HSL | 122.22º | 0.91% | 0.47% | - |
| HSV(B) | 122.22º | 0.95% | 0.89% | - |
| XYZ | 27.72 | 55.06 | 9.78 | - |
| YUV | 138.7 | 60.44 | 36.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 19 | 0.95 | 0 | 0.92 | 0.11 | 122.22 | 0.91 | 0.47 |
| Hex | B | E3 | 13 | 5F | 0 | 5C | B | 7A | 5B | 2F |
| Octal | 13 | 343 | 23 | 137 | 0 | 134 | 13 | 172 | 133 | 57 |
| Binary | 1011 | 11100011 | 10011 | 1011111 | 0 | 1011100 | 1011 | 1111010 | 1011011 | 101111 |
Color Harmonies of #0BE313
Complementary color
Monochromatic Colors of #0BE313
Black with #0BE313
Text Example
Text Example
White with #0BE313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE313; }
p { color: rgb(11,227,19); }
H1.HeaderClassName
{
color: #0BE313;
}
.AnyTagClassName
{
color: #0BE313;
}
</style>
background-color css
<style>
a { background-color: #0BE313; }
a { background-color: rgb(11,227,19); }
div.DivClassName
{
background-color: #0BE313;
}
.BgClassName
{
background-color: #0BE313;
}
</style>
border-color css
<style>
span { border-color: #0BE313; }
span { border-color: rgb(11,227,19); }
td.TdClassName
{
border-color: #0BE313;
}
.TagClassName
{
border-color: #0BE313;
}
</style>