Shades of Free Speech Green #0BE022
Tints of Free Speech Green #0BE022
RGB
CMYK
RGB Variations
Color information
#0BE022 (or 0x0BE022) is known color: Free Speech Green. HEX triplet: 0B, E0 and 22. RGB value is (11,224,34). Sum of RGB (Red+Green+Blue) = 11+224+34=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 224 (87.89% from 255 or 83.27% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE022 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE022 is #F41FDD. Grayscale: #8B8B8B. Windows color (decimal): -15998942 or 2285579. OLE color: 2285579.
HSL color Cylindrical-coordinate representation of color #0BE022: hue angle of 126.48º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE022 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 34 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.12 |
| HSL | 126.48º | 0.91% | 0.46% | - |
| HSV(B) | 126.48º | 0.95% | 0.88% | - |
| XYZ | 27.08 | 53.5 | 10.41 | - |
| YUV | 138.65 | 68.93 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 34 | 0.95 | 0 | 0.85 | 0.12 | 126.48 | 0.91 | 0.46 |
| Hex | B | E0 | 22 | 5F | 0 | 55 | C | 7E | 5B | 2E |
| Octal | 13 | 340 | 42 | 137 | 0 | 125 | 14 | 176 | 133 | 56 |
| Binary | 1011 | 11100000 | 100010 | 1011111 | 0 | 1010101 | 1100 | 1111110 | 1011011 | 101110 |
Color Harmonies of #0BE022
Complementary color
Monochromatic Colors of #0BE022
Black with #0BE022
Text Example
Text Example
White with #0BE022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE022; }
p { color: rgb(11,224,34); }
H1.HeaderClassName
{
color: #0BE022;
}
.AnyTagClassName
{
color: #0BE022;
}
</style>
background-color css
<style>
a { background-color: #0BE022; }
a { background-color: rgb(11,224,34); }
div.DivClassName
{
background-color: #0BE022;
}
.BgClassName
{
background-color: #0BE022;
}
</style>
border-color css
<style>
span { border-color: #0BE022; }
span { border-color: rgb(11,224,34); }
td.TdClassName
{
border-color: #0BE022;
}
.TagClassName
{
border-color: #0BE022;
}
</style>