Shades of Free Speech Green #0BE60F
Tints of Free Speech Green #0BE60F
RGB
CMYK
RGB Variations
Color information
#0BE60F (or 0x0BE60F) is known color: Free Speech Green. HEX triplet: 0B, E6 and 0F. RGB value is (11,230,15). Sum of RGB (Red+Green+Blue) = 11+230+15=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 230 (90.23% from 255 or 89.84% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE60F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BE60F is #F419F0. Grayscale: #8C8C8C. Windows color (decimal): -15997425 or 1041931. OLE color: 1041931.
HSL color Cylindrical-coordinate representation of color #0BE60F: hue angle of 121.1º 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 #0BE60F is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 230 | 15 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.10 |
| HSL | 121.1º | 0.91% | 0.47% | - |
| HSV(B) | 121.1º | 0.95% | 0.9% | - |
| XYZ | 28.52 | 56.7 | 9.89 | - |
| YUV | 140.01 | 57.45 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 15 | 0.95 | 0 | 0.93 | 0.10 | 121.1 | 0.91 | 0.47 |
| Hex | B | E6 | F | 5F | 0 | 5D | A | 79 | 5B | 2F |
| Octal | 13 | 346 | 17 | 137 | 0 | 135 | 12 | 171 | 133 | 57 |
| Binary | 1011 | 11100110 | 1111 | 1011111 | 0 | 1011101 | 1010 | 1111001 | 1011011 | 101111 |
Color Harmonies of #0BE60F
Complementary color
Monochromatic Colors of #0BE60F
Black with #0BE60F
Text Example
Text Example
White with #0BE60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE60F; }
p { color: rgb(11,230,15); }
H1.HeaderClassName
{
color: #0BE60F;
}
.AnyTagClassName
{
color: #0BE60F;
}
</style>
background-color css
<style>
a { background-color: #0BE60F; }
a { background-color: rgb(11,230,15); }
div.DivClassName
{
background-color: #0BE60F;
}
.BgClassName
{
background-color: #0BE60F;
}
</style>
border-color css
<style>
span { border-color: #0BE60F; }
span { border-color: rgb(11,230,15); }
td.TdClassName
{
border-color: #0BE60F;
}
.TagClassName
{
border-color: #0BE60F;
}
</style>