Shades of Free Speech Green #0BE323
Tints of Free Speech Green #0BE323
RGB
CMYK
RGB Variations
Color information
#0BE323 (or 0x0BE323) is known color: Free Speech Green. HEX triplet: 0B, E3 and 23. RGB value is (11,227,35). Sum of RGB (Red+Green+Blue) = 11+227+35=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 227 (89.06% from 255 or 83.15% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE323 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE323 is #F41CDC. Grayscale: #8D8D8D. Windows color (decimal): -15998173 or 2351883. OLE color: 2351883.
HSL color Cylindrical-coordinate representation of color #0BE323: hue angle of 126.67º 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 #0BE323 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 35 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.11 |
| HSL | 126.67º | 0.91% | 0.47% | - |
| HSV(B) | 126.67º | 0.95% | 0.89% | - |
| XYZ | 27.91 | 55.13 | 10.76 | - |
| YUV | 140.53 | 68.44 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 35 | 0.95 | 0 | 0.85 | 0.11 | 126.67 | 0.91 | 0.47 |
| Hex | B | E3 | 23 | 5F | 0 | 55 | B | 7F | 5B | 2F |
| Octal | 13 | 343 | 43 | 137 | 0 | 125 | 13 | 177 | 133 | 57 |
| Binary | 1011 | 11100011 | 100011 | 1011111 | 0 | 1010101 | 1011 | 1111111 | 1011011 | 101111 |
Color Harmonies of #0BE323
Complementary color
Monochromatic Colors of #0BE323
Black with #0BE323
Text Example
Text Example
White with #0BE323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE323; }
p { color: rgb(11,227,35); }
H1.HeaderClassName
{
color: #0BE323;
}
.AnyTagClassName
{
color: #0BE323;
}
</style>
background-color css
<style>
a { background-color: #0BE323; }
a { background-color: rgb(11,227,35); }
div.DivClassName
{
background-color: #0BE323;
}
.BgClassName
{
background-color: #0BE323;
}
</style>
border-color css
<style>
span { border-color: #0BE323; }
span { border-color: rgb(11,227,35); }
td.TdClassName
{
border-color: #0BE323;
}
.TagClassName
{
border-color: #0BE323;
}
</style>