Shades of Free Speech Green #0BE10E
Tints of Free Speech Green #0BE10E
RGB
CMYK
RGB Variations
Color information
#0BE10E (or 0x0BE10E) is known color: Free Speech Green. HEX triplet: 0B, E1 and 0E. RGB value is (11,225,14). Sum of RGB (Red+Green+Blue) = 11+225+14=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 225 (88.28% from 255 or 90% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE10E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BE10E is #F41EF1. Grayscale: #898989. Windows color (decimal): -15998706 or 975115. OLE color: 975115.
HSL color Cylindrical-coordinate representation of color #0BE10E: hue angle of 120.84º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE10E is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 225 | 14 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.12 |
| HSL | 120.84º | 0.91% | 0.46% | - |
| HSV(B) | 120.84º | 0.95% | 0.88% | - |
| XYZ | 27.14 | 53.95 | 9.4 | - |
| YUV | 136.96 | 58.6 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 225 | 14 | 0.95 | 0 | 0.94 | 0.12 | 120.84 | 0.91 | 0.46 |
| Hex | B | E1 | E | 5F | 0 | 5E | C | 79 | 5B | 2E |
| Octal | 13 | 341 | 16 | 137 | 0 | 136 | 14 | 171 | 133 | 56 |
| Binary | 1011 | 11100001 | 1110 | 1011111 | 0 | 1011110 | 1100 | 1111001 | 1011011 | 101110 |
Color Harmonies of #0BE10E
Complementary color
Monochromatic Colors of #0BE10E
Black with #0BE10E
Text Example
Text Example
White with #0BE10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE10E; }
p { color: rgb(11,225,14); }
H1.HeaderClassName
{
color: #0BE10E;
}
.AnyTagClassName
{
color: #0BE10E;
}
</style>
background-color css
<style>
a { background-color: #0BE10E; }
a { background-color: rgb(11,225,14); }
div.DivClassName
{
background-color: #0BE10E;
}
.BgClassName
{
background-color: #0BE10E;
}
</style>
border-color css
<style>
span { border-color: #0BE10E; }
span { border-color: rgb(11,225,14); }
td.TdClassName
{
border-color: #0BE10E;
}
.TagClassName
{
border-color: #0BE10E;
}
</style>