Shades of Free Speech Green #0BE80B
Tints of Free Speech Green #0BE80B
RGB
CMYK
RGB Variations
Color information
#0BE80B (or 0x0BE80B) is known color: Free Speech Green. HEX triplet: 0B, E8 and 0B. RGB value is (11,232,11). Sum of RGB (Red+Green+Blue) = 11+232+11=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 232 (91.02% from 255 or 91.34% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE80B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BE80B is #F417F4. Grayscale: #8D8D8D. Windows color (decimal): -15996917 or 780299. OLE color: 780299.
HSL color Cylindrical-coordinate representation of color #0BE80B: hue angle of 120º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE80B is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 232 | 11 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.09 |
| HSL | 120º | 0.91% | 0.48% | - |
| HSV(B) | 120º | 0.95% | 0.91% | - |
| XYZ | 29.06 | 57.81 | 9.94 | - |
| YUV | 140.73 | 54.78 | 35.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 11 | 0.95 | 0 | 0.95 | 0.09 | 120 | 0.91 | 0.48 |
| Hex | B | E8 | B | 5F | 0 | 5F | 9 | 78 | 5B | 30 |
| Octal | 13 | 350 | 13 | 137 | 0 | 137 | 11 | 170 | 133 | 60 |
| Binary | 1011 | 11101000 | 1011 | 1011111 | 0 | 1011111 | 1001 | 1111000 | 1011011 | 110000 |
Color Harmonies of #0BE80B
Complementary color
Monochromatic Colors of #0BE80B
Black with #0BE80B
Text Example
Text Example
White with #0BE80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE80B; }
p { color: rgb(11,232,11); }
H1.HeaderClassName
{
color: #0BE80B;
}
.AnyTagClassName
{
color: #0BE80B;
}
</style>
background-color css
<style>
a { background-color: #0BE80B; }
a { background-color: rgb(11,232,11); }
div.DivClassName
{
background-color: #0BE80B;
}
.BgClassName
{
background-color: #0BE80B;
}
</style>
border-color css
<style>
span { border-color: #0BE80B; }
span { border-color: rgb(11,232,11); }
td.TdClassName
{
border-color: #0BE80B;
}
.TagClassName
{
border-color: #0BE80B;
}
</style>