Shades of Free Speech Green #0BCE07
Tints of Free Speech Green #0BCE07
RGB
CMYK
RGB Variations
Color information
#0BCE07 (or 0x0BCE07) is known color: Free Speech Green. HEX triplet: 0B, CE and 07. RGB value is (11,206,7). Sum of RGB (Red+Green+Blue) = 11+206+7=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 206 (80.86% from 255 or 91.96% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCE07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCE07 is #F431F8. Grayscale: #7D7D7D. Windows color (decimal): -16003577 or 511499. OLE color: 511499.
HSL color Cylindrical-coordinate representation of color #0BCE07: hue angle of 118.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BCE07 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 206 | 7 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.19 |
| HSL | 118.79º | 0.93% | 0.42% | - |
| HSV(B) | 118.79º | 0.97% | 0.81% | - |
| XYZ | 22.25 | 44.23 | 7.57 | - |
| YUV | 125.01 | 61.4 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 7 | 0.95 | 0 | 0.97 | 0.19 | 118.79 | 0.93 | 0.42 |
| Hex | B | CE | 7 | 5F | 0 | 61 | 13 | 77 | 5D | 2A |
| Octal | 13 | 316 | 7 | 137 | 0 | 141 | 23 | 167 | 135 | 52 |
| Binary | 1011 | 11001110 | 111 | 1011111 | 0 | 1100001 | 10011 | 1110111 | 1011101 | 101010 |
Color Harmonies of #0BCE07
Complementary color
Monochromatic Colors of #0BCE07
Black with #0BCE07
Text Example
Text Example
White with #0BCE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCE07; }
p { color: rgb(11,206,7); }
H1.HeaderClassName
{
color: #0BCE07;
}
.AnyTagClassName
{
color: #0BCE07;
}
</style>
background-color css
<style>
a { background-color: #0BCE07; }
a { background-color: rgb(11,206,7); }
div.DivClassName
{
background-color: #0BCE07;
}
.BgClassName
{
background-color: #0BCE07;
}
</style>
border-color css
<style>
span { border-color: #0BCE07; }
span { border-color: rgb(11,206,7); }
td.TdClassName
{
border-color: #0BCE07;
}
.TagClassName
{
border-color: #0BCE07;
}
</style>