Shades of Free Speech Green #0BE20C
Tints of Free Speech Green #0BE20C
RGB
CMYK
RGB Variations
Color information
#0BE20C (or 0x0BE20C) is known color: Free Speech Green. HEX triplet: 0B, E2 and 0C. RGB value is (11,226,12). Sum of RGB (Red+Green+Blue) = 11+226+12=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 226 (88.67% from 255 or 90.76% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE20C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BE20C is #F41DF3. Grayscale: #898989. Windows color (decimal): -15998452 or 844299. OLE color: 844299.
HSL color Cylindrical-coordinate representation of color #0BE20C: hue angle of 120.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE20C is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 226 | 12 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.11 |
| HSL | 120.28º | 0.91% | 0.46% | - |
| HSV(B) | 120.28º | 0.95% | 0.89% | - |
| XYZ | 27.4 | 54.49 | 9.42 | - |
| YUV | 137.32 | 57.27 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 226 | 12 | 0.95 | 0 | 0.95 | 0.11 | 120.28 | 0.91 | 0.46 |
| Hex | B | E2 | C | 5F | 0 | 5F | B | 78 | 5B | 2E |
| Octal | 13 | 342 | 14 | 137 | 0 | 137 | 13 | 170 | 133 | 56 |
| Binary | 1011 | 11100010 | 1100 | 1011111 | 0 | 1011111 | 1011 | 1111000 | 1011011 | 101110 |
Color Harmonies of #0BE20C
Complementary color
Monochromatic Colors of #0BE20C
Black with #0BE20C
Text Example
Text Example
White with #0BE20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE20C; }
p { color: rgb(11,226,12); }
H1.HeaderClassName
{
color: #0BE20C;
}
.AnyTagClassName
{
color: #0BE20C;
}
</style>
background-color css
<style>
a { background-color: #0BE20C; }
a { background-color: rgb(11,226,12); }
div.DivClassName
{
background-color: #0BE20C;
}
.BgClassName
{
background-color: #0BE20C;
}
</style>
border-color css
<style>
span { border-color: #0BE20C; }
span { border-color: rgb(11,226,12); }
td.TdClassName
{
border-color: #0BE20C;
}
.TagClassName
{
border-color: #0BE20C;
}
</style>