Shades of Free Speech Green #0BE62B
Tints of Free Speech Green #0BE62B
RGB
CMYK
RGB Variations
Color information
#0BE62B (or 0x0BE62B) is known color: Free Speech Green. HEX triplet: 0B, E6 and 2B. RGB value is (11,230,43). Sum of RGB (Red+Green+Blue) = 11+230+43=284 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.87% from 284); Green value is 230 (90.23% from 255 or 80.99% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE62B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BE62B is #F419D4. Grayscale: #8F8F8F. Windows color (decimal): -15997397 or 2876939. OLE color: 2876939.
HSL color Cylindrical-coordinate representation of color #0BE62B: hue angle of 128.77º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE62B is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 230 | 43 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.10 |
| HSL | 128.77º | 0.91% | 0.47% | - |
| HSV(B) | 128.77º | 0.95% | 0.9% | - |
| XYZ | 28.87 | 56.84 | 11.73 | - |
| YUV | 143.2 | 71.45 | 33.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 43 | 0.95 | 0 | 0.81 | 0.10 | 128.77 | 0.91 | 0.47 |
| Hex | B | E6 | 2B | 5F | 0 | 51 | A | 81 | 5B | 2F |
| Octal | 13 | 346 | 53 | 137 | 0 | 121 | 12 | 201 | 133 | 57 |
| Binary | 1011 | 11100110 | 101011 | 1011111 | 0 | 1010001 | 1010 | 10000001 | 1011011 | 101111 |
Color Harmonies of #0BE62B
Complementary color
Monochromatic Colors of #0BE62B
Black with #0BE62B
Text Example
Text Example
White with #0BE62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE62B; }
p { color: rgb(11,230,43); }
H1.HeaderClassName
{
color: #0BE62B;
}
.AnyTagClassName
{
color: #0BE62B;
}
</style>
background-color css
<style>
a { background-color: #0BE62B; }
a { background-color: rgb(11,230,43); }
div.DivClassName
{
background-color: #0BE62B;
}
.BgClassName
{
background-color: #0BE62B;
}
</style>
border-color css
<style>
span { border-color: #0BE62B; }
span { border-color: rgb(11,230,43); }
td.TdClassName
{
border-color: #0BE62B;
}
.TagClassName
{
border-color: #0BE62B;
}
</style>