Shades of Free Speech Green #0BCE02
Tints of Free Speech Green #0BCE02
RGB
CMYK
RGB Variations
Color information
#0BCE02 (or 0x0BCE02) is known color: Free Speech Green. HEX triplet: 0B, CE and 02. RGB value is (11,206,2). Sum of RGB (Red+Green+Blue) = 11+206+2=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 206 (80.86% from 255 or 94.06% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCE02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCE02 is #F431FD. Grayscale: #7D7D7D. Windows color (decimal): -16003582 or 183819. OLE color: 183819.
HSL color Cylindrical-coordinate representation of color #0BCE02: hue angle of 117.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BCE02 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 206 | 2 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.19 |
| HSL | 117.35º | 0.98% | 0.41% | - |
| HSV(B) | 117.35º | 0.99% | 0.81% | - |
| XYZ | 22.22 | 44.22 | 7.42 | - |
| YUV | 124.44 | 58.9 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 2 | 0.95 | 0 | 0.99 | 0.19 | 117.35 | 0.98 | 0.41 |
| Hex | B | CE | 2 | 5F | 0 | 63 | 13 | 75 | 62 | 29 |
| Octal | 13 | 316 | 2 | 137 | 0 | 143 | 23 | 165 | 142 | 51 |
| Binary | 1011 | 11001110 | 10 | 1011111 | 0 | 1100011 | 10011 | 1110101 | 1100010 | 101001 |
Color Harmonies of #0BCE02
Complementary color
Monochromatic Colors of #0BCE02
Black with #0BCE02
Text Example
Text Example
White with #0BCE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCE02; }
p { color: rgb(11,206,2); }
H1.HeaderClassName
{
color: #0BCE02;
}
.AnyTagClassName
{
color: #0BCE02;
}
</style>
background-color css
<style>
a { background-color: #0BCE02; }
a { background-color: rgb(11,206,2); }
div.DivClassName
{
background-color: #0BCE02;
}
.BgClassName
{
background-color: #0BCE02;
}
</style>
border-color css
<style>
span { border-color: #0BCE02; }
span { border-color: rgb(11,206,2); }
td.TdClassName
{
border-color: #0BCE02;
}
.TagClassName
{
border-color: #0BCE02;
}
</style>