Shades of Free Speech Green #0BE205
Tints of Free Speech Green #0BE205
RGB
CMYK
RGB Variations
Color information
#0BE205 (or 0x0BE205) is known color: Free Speech Green. HEX triplet: 0B, E2 and 05. RGB value is (11,226,5). Sum of RGB (Red+Green+Blue) = 11+226+5=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 226 (88.67% from 255 or 93.39% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE205 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BE205 is #F41DFA. Grayscale: #898989. Windows color (decimal): -15998459 or 385547. OLE color: 385547.
HSL color Cylindrical-coordinate representation of color #0BE205: hue angle of 118.37º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BE205 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 5 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.11 |
| HSL | 118.37º | 0.96% | 0.45% | - |
| HSV(B) | 118.37º | 0.98% | 0.89% | - |
| XYZ | 27.36 | 54.47 | 9.22 | - |
| YUV | 136.52 | 53.77 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 5 | 0.95 | 0 | 0.98 | 0.11 | 118.37 | 0.96 | 0.45 |
| Hex | B | E2 | 5 | 5F | 0 | 62 | B | 76 | 60 | 2D |
| Octal | 13 | 342 | 5 | 137 | 0 | 142 | 13 | 166 | 140 | 55 |
| Binary | 1011 | 11100010 | 101 | 1011111 | 0 | 1100010 | 1011 | 1110110 | 1100000 | 101101 |
Color Harmonies of #0BE205
Complementary color
Monochromatic Colors of #0BE205
Black with #0BE205
Text Example
Text Example
White with #0BE205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE205; }
p { color: rgb(11,226,5); }
H1.HeaderClassName
{
color: #0BE205;
}
.AnyTagClassName
{
color: #0BE205;
}
</style>
background-color css
<style>
a { background-color: #0BE205; }
a { background-color: rgb(11,226,5); }
div.DivClassName
{
background-color: #0BE205;
}
.BgClassName
{
background-color: #0BE205;
}
</style>
border-color css
<style>
span { border-color: #0BE205; }
span { border-color: rgb(11,226,5); }
td.TdClassName
{
border-color: #0BE205;
}
.TagClassName
{
border-color: #0BE205;
}
</style>