Shades of Free Speech Green #0BE50C
Tints of Free Speech Green #0BE50C
RGB
CMYK
RGB Variations
Color information
#0BE50C (or 0x0BE50C) is known color: Free Speech Green. HEX triplet: 0B, E5 and 0C. RGB value is (11,229,12). Sum of RGB (Red+Green+Blue) = 11+229+12=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 229 (89.84% from 255 or 90.87% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE50C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BE50C is #F41AF3. Grayscale: #8B8B8B. Windows color (decimal): -15997684 or 845067. OLE color: 845067.
HSL color Cylindrical-coordinate representation of color #0BE50C: hue angle of 120.28º 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 #0BE50C is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 229 | 12 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.10 |
| HSL | 120.28º | 0.91% | 0.47% | - |
| HSV(B) | 120.28º | 0.95% | 0.9% | - |
| XYZ | 28.22 | 56.14 | 9.7 | - |
| YUV | 139.08 | 56.28 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 12 | 0.95 | 0 | 0.95 | 0.10 | 120.28 | 0.91 | 0.47 |
| Hex | B | E5 | C | 5F | 0 | 5F | A | 78 | 5B | 2F |
| Octal | 13 | 345 | 14 | 137 | 0 | 137 | 12 | 170 | 133 | 57 |
| Binary | 1011 | 11100101 | 1100 | 1011111 | 0 | 1011111 | 1010 | 1111000 | 1011011 | 101111 |
Color Harmonies of #0BE50C
Complementary color
Monochromatic Colors of #0BE50C
Black with #0BE50C
Text Example
Text Example
White with #0BE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE50C; }
p { color: rgb(11,229,12); }
H1.HeaderClassName
{
color: #0BE50C;
}
.AnyTagClassName
{
color: #0BE50C;
}
</style>
background-color css
<style>
a { background-color: #0BE50C; }
a { background-color: rgb(11,229,12); }
div.DivClassName
{
background-color: #0BE50C;
}
.BgClassName
{
background-color: #0BE50C;
}
</style>
border-color css
<style>
span { border-color: #0BE50C; }
span { border-color: rgb(11,229,12); }
td.TdClassName
{
border-color: #0BE50C;
}
.TagClassName
{
border-color: #0BE50C;
}
</style>