Shades of Free Speech Green #0BE321
Tints of Free Speech Green #0BE321
RGB
CMYK
RGB Variations
Color information
#0BE321 (or 0x0BE321) is known color: Free Speech Green. HEX triplet: 0B, E3 and 21. RGB value is (11,227,33). Sum of RGB (Red+Green+Blue) = 11+227+33=271 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.06% from 271); Green value is 227 (89.06% from 255 or 83.76% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE321 is #F41CDE. Grayscale: #8C8C8C. Windows color (decimal): -15998175 or 2220811. OLE color: 2220811.
HSL color Cylindrical-coordinate representation of color #0BE321: hue angle of 126.11º 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 #0BE321 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 33 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.11 |
| HSL | 126.11º | 0.91% | 0.47% | - |
| HSV(B) | 126.11º | 0.95% | 0.89% | - |
| XYZ | 27.88 | 55.12 | 10.61 | - |
| YUV | 140.3 | 67.44 | 35.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 33 | 0.95 | 0 | 0.85 | 0.11 | 126.11 | 0.91 | 0.47 |
| Hex | B | E3 | 21 | 5F | 0 | 55 | B | 7E | 5B | 2F |
| Octal | 13 | 343 | 41 | 137 | 0 | 125 | 13 | 176 | 133 | 57 |
| Binary | 1011 | 11100011 | 100001 | 1011111 | 0 | 1010101 | 1011 | 1111110 | 1011011 | 101111 |
Color Harmonies of #0BE321
Complementary color
Monochromatic Colors of #0BE321
Black with #0BE321
Text Example
Text Example
White with #0BE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE321; }
p { color: rgb(11,227,33); }
H1.HeaderClassName
{
color: #0BE321;
}
.AnyTagClassName
{
color: #0BE321;
}
</style>
background-color css
<style>
a { background-color: #0BE321; }
a { background-color: rgb(11,227,33); }
div.DivClassName
{
background-color: #0BE321;
}
.BgClassName
{
background-color: #0BE321;
}
</style>
border-color css
<style>
span { border-color: #0BE321; }
span { border-color: rgb(11,227,33); }
td.TdClassName
{
border-color: #0BE321;
}
.TagClassName
{
border-color: #0BE321;
}
</style>