Shades of Free Speech Green #0BE91F
Tints of Free Speech Green #0BE91F
RGB
CMYK
RGB Variations
Color information
#0BE91F (or 0x0BE91F) is known color: Free Speech Green. HEX triplet: 0B, E9 and 1F. RGB value is (11,233,31). Sum of RGB (Red+Green+Blue) = 11+233+31=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 233 (91.41% from 255 or 84.73% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE91F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BE91F is #F416E0. Grayscale: #909090. Windows color (decimal): -15996641 or 2091275. OLE color: 2091275.
HSL color Cylindrical-coordinate representation of color #0BE91F: hue angle of 125.41º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE91F is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 233 | 31 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.09 |
| HSL | 125.41º | 0.91% | 0.48% | - |
| HSV(B) | 125.41º | 0.95% | 0.91% | - |
| XYZ | 29.52 | 58.45 | 11.02 | - |
| YUV | 143.59 | 64.45 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 233 | 31 | 0.95 | 0 | 0.87 | 0.09 | 125.41 | 0.91 | 0.48 |
| Hex | B | E9 | 1F | 5F | 0 | 57 | 9 | 7D | 5B | 30 |
| Octal | 13 | 351 | 37 | 137 | 0 | 127 | 11 | 175 | 133 | 60 |
| Binary | 1011 | 11101001 | 11111 | 1011111 | 0 | 1010111 | 1001 | 1111101 | 1011011 | 110000 |
Color Harmonies of #0BE91F
Complementary color
Monochromatic Colors of #0BE91F
Black with #0BE91F
Text Example
Text Example
White with #0BE91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE91F; }
p { color: rgb(11,233,31); }
H1.HeaderClassName
{
color: #0BE91F;
}
.AnyTagClassName
{
color: #0BE91F;
}
</style>
background-color css
<style>
a { background-color: #0BE91F; }
a { background-color: rgb(11,233,31); }
div.DivClassName
{
background-color: #0BE91F;
}
.BgClassName
{
background-color: #0BE91F;
}
</style>
border-color css
<style>
span { border-color: #0BE91F; }
span { border-color: rgb(11,233,31); }
td.TdClassName
{
border-color: #0BE91F;
}
.TagClassName
{
border-color: #0BE91F;
}
</style>