Shades of Free Speech Green #0BE80C
Tints of Free Speech Green #0BE80C
RGB
CMYK
RGB Variations
Color information
#0BE80C (or 0x0BE80C) is known color: Free Speech Green. HEX triplet: 0B, E8 and 0C. RGB value is (11,232,12). Sum of RGB (Red+Green+Blue) = 11+232+12=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 232 (91.02% from 255 or 90.98% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE80C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BE80C is #F417F3. Grayscale: #8D8D8D. Windows color (decimal): -15996916 or 845835. OLE color: 845835.
HSL color Cylindrical-coordinate representation of color #0BE80C: hue angle of 120.27º 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 #0BE80C is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 232 | 12 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.09 |
| HSL | 120.27º | 0.91% | 0.48% | - |
| HSV(B) | 120.27º | 0.95% | 0.91% | - |
| XYZ | 29.06 | 57.81 | 9.97 | - |
| YUV | 140.84 | 55.28 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 12 | 0.95 | 0 | 0.95 | 0.09 | 120.27 | 0.91 | 0.48 |
| Hex | B | E8 | C | 5F | 0 | 5F | 9 | 78 | 5B | 30 |
| Octal | 13 | 350 | 14 | 137 | 0 | 137 | 11 | 170 | 133 | 60 |
| Binary | 1011 | 11101000 | 1100 | 1011111 | 0 | 1011111 | 1001 | 1111000 | 1011011 | 110000 |
Color Harmonies of #0BE80C
Complementary color
Monochromatic Colors of #0BE80C
Black with #0BE80C
Text Example
Text Example
White with #0BE80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE80C; }
p { color: rgb(11,232,12); }
H1.HeaderClassName
{
color: #0BE80C;
}
.AnyTagClassName
{
color: #0BE80C;
}
</style>
background-color css
<style>
a { background-color: #0BE80C; }
a { background-color: rgb(11,232,12); }
div.DivClassName
{
background-color: #0BE80C;
}
.BgClassName
{
background-color: #0BE80C;
}
</style>
border-color css
<style>
span { border-color: #0BE80C; }
span { border-color: rgb(11,232,12); }
td.TdClassName
{
border-color: #0BE80C;
}
.TagClassName
{
border-color: #0BE80C;
}
</style>