Shades of Free Speech Green #0BE623
Tints of Free Speech Green #0BE623
RGB
CMYK
RGB Variations
Color information
#0BE623 (or 0x0BE623) is known color: Free Speech Green. HEX triplet: 0B, E6 and 23. RGB value is (11,230,35). Sum of RGB (Red+Green+Blue) = 11+230+35=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 230 (90.23% from 255 or 83.33% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE623 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BE623 is #F419DC. Grayscale: #8E8E8E. Windows color (decimal): -15997405 or 2352651. OLE color: 2352651.
HSL color Cylindrical-coordinate representation of color #0BE623: hue angle of 126.58º 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 #0BE623 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 230 | 35 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.10 |
| HSL | 126.58º | 0.91% | 0.47% | - |
| HSV(B) | 126.58º | 0.95% | 0.9% | - |
| XYZ | 28.74 | 56.79 | 11.04 | - |
| YUV | 142.29 | 67.45 | 34.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 35 | 0.95 | 0 | 0.85 | 0.10 | 126.58 | 0.91 | 0.47 |
| Hex | B | E6 | 23 | 5F | 0 | 55 | A | 7F | 5B | 2F |
| Octal | 13 | 346 | 43 | 137 | 0 | 125 | 12 | 177 | 133 | 57 |
| Binary | 1011 | 11100110 | 100011 | 1011111 | 0 | 1010101 | 1010 | 1111111 | 1011011 | 101111 |
Color Harmonies of #0BE623
Complementary color
Monochromatic Colors of #0BE623
Black with #0BE623
Text Example
Text Example
White with #0BE623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE623; }
p { color: rgb(11,230,35); }
H1.HeaderClassName
{
color: #0BE623;
}
.AnyTagClassName
{
color: #0BE623;
}
</style>
background-color css
<style>
a { background-color: #0BE623; }
a { background-color: rgb(11,230,35); }
div.DivClassName
{
background-color: #0BE623;
}
.BgClassName
{
background-color: #0BE623;
}
</style>
border-color css
<style>
span { border-color: #0BE623; }
span { border-color: rgb(11,230,35); }
td.TdClassName
{
border-color: #0BE623;
}
.TagClassName
{
border-color: #0BE623;
}
</style>