Shades of Free Speech Green #0BE10C
Tints of Free Speech Green #0BE10C
RGB
CMYK
RGB Variations
Color information
#0BE10C (or 0x0BE10C) is known color: Free Speech Green. HEX triplet: 0B, E1 and 0C. RGB value is (11,225,12). Sum of RGB (Red+Green+Blue) = 11+225+12=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 225 (88.28% from 255 or 90.73% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE10C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BE10C is #F41EF3. Grayscale: #898989. Windows color (decimal): -15998708 or 844043. OLE color: 844043.
HSL color Cylindrical-coordinate representation of color #0BE10C: hue angle of 120.28º 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 #0BE10C is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 225 | 12 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.12 |
| HSL | 120.28º | 0.91% | 0.46% | - |
| HSV(B) | 120.28º | 0.95% | 0.88% | - |
| XYZ | 27.13 | 53.95 | 9.33 | - |
| YUV | 136.73 | 57.6 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 225 | 12 | 0.95 | 0 | 0.95 | 0.12 | 120.28 | 0.91 | 0.46 |
| Hex | B | E1 | C | 5F | 0 | 5F | C | 78 | 5B | 2E |
| Octal | 13 | 341 | 14 | 137 | 0 | 137 | 14 | 170 | 133 | 56 |
| Binary | 1011 | 11100001 | 1100 | 1011111 | 0 | 1011111 | 1100 | 1111000 | 1011011 | 101110 |
Color Harmonies of #0BE10C
Complementary color
Monochromatic Colors of #0BE10C
Black with #0BE10C
Text Example
Text Example
White with #0BE10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE10C; }
p { color: rgb(11,225,12); }
H1.HeaderClassName
{
color: #0BE10C;
}
.AnyTagClassName
{
color: #0BE10C;
}
</style>
background-color css
<style>
a { background-color: #0BE10C; }
a { background-color: rgb(11,225,12); }
div.DivClassName
{
background-color: #0BE10C;
}
.BgClassName
{
background-color: #0BE10C;
}
</style>
border-color css
<style>
span { border-color: #0BE10C; }
span { border-color: rgb(11,225,12); }
td.TdClassName
{
border-color: #0BE10C;
}
.TagClassName
{
border-color: #0BE10C;
}
</style>