Shades of Free Speech Green #0BE60B
Tints of Free Speech Green #0BE60B
RGB
CMYK
RGB Variations
Color information
#0BE60B (or 0x0BE60B) is known color: Free Speech Green. HEX triplet: 0B, E6 and 0B. RGB value is (11,230,11). Sum of RGB (Red+Green+Blue) = 11+230+11=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 230 (90.23% from 255 or 91.27% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE60B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BE60B is #F419F4. Grayscale: #8C8C8C. Windows color (decimal): -15997429 or 779787. OLE color: 779787.
HSL color Cylindrical-coordinate representation of color #0BE60B: hue angle of 120º 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 #0BE60B is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 230 | 11 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.10 |
| HSL | 120º | 0.91% | 0.47% | - |
| HSV(B) | 120º | 0.95% | 0.9% | - |
| XYZ | 28.5 | 56.69 | 9.76 | - |
| YUV | 139.55 | 55.45 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 11 | 0.95 | 0 | 0.95 | 0.10 | 120 | 0.91 | 0.47 |
| Hex | B | E6 | B | 5F | 0 | 5F | A | 78 | 5B | 2F |
| Octal | 13 | 346 | 13 | 137 | 0 | 137 | 12 | 170 | 133 | 57 |
| Binary | 1011 | 11100110 | 1011 | 1011111 | 0 | 1011111 | 1010 | 1111000 | 1011011 | 101111 |
Color Harmonies of #0BE60B
Complementary color
Monochromatic Colors of #0BE60B
Black with #0BE60B
Text Example
Text Example
White with #0BE60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE60B; }
p { color: rgb(11,230,11); }
H1.HeaderClassName
{
color: #0BE60B;
}
.AnyTagClassName
{
color: #0BE60B;
}
</style>
background-color css
<style>
a { background-color: #0BE60B; }
a { background-color: rgb(11,230,11); }
div.DivClassName
{
background-color: #0BE60B;
}
.BgClassName
{
background-color: #0BE60B;
}
</style>
border-color css
<style>
span { border-color: #0BE60B; }
span { border-color: rgb(11,230,11); }
td.TdClassName
{
border-color: #0BE60B;
}
.TagClassName
{
border-color: #0BE60B;
}
</style>