Shades of Free Speech Green #0BE00D
Tints of Free Speech Green #0BE00D
RGB
CMYK
RGB Variations
Color information
#0BE00D (or 0x0BE00D) is known color: Free Speech Green. HEX triplet: 0B, E0 and 0D. RGB value is (11,224,13). Sum of RGB (Red+Green+Blue) = 11+224+13=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 224 (87.89% from 255 or 90.32% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE00D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BE00D is #F41FF2. Grayscale: #888888. Windows color (decimal): -15998963 or 909323. OLE color: 909323.
HSL color Cylindrical-coordinate representation of color #0BE00D: hue angle of 120.56º 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 #0BE00D is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 13 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.12 |
| HSL | 120.56º | 0.91% | 0.46% | - |
| HSV(B) | 120.56º | 0.95% | 0.88% | - |
| XYZ | 26.87 | 53.41 | 9.27 | - |
| YUV | 136.26 | 58.43 | 38.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 13 | 0.95 | 0 | 0.94 | 0.12 | 120.56 | 0.91 | 0.46 |
| Hex | B | E0 | D | 5F | 0 | 5E | C | 79 | 5B | 2E |
| Octal | 13 | 340 | 15 | 137 | 0 | 136 | 14 | 171 | 133 | 56 |
| Binary | 1011 | 11100000 | 1101 | 1011111 | 0 | 1011110 | 1100 | 1111001 | 1011011 | 101110 |
Color Harmonies of #0BE00D
Complementary color
Monochromatic Colors of #0BE00D
Black with #0BE00D
Text Example
Text Example
White with #0BE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE00D; }
p { color: rgb(11,224,13); }
H1.HeaderClassName
{
color: #0BE00D;
}
.AnyTagClassName
{
color: #0BE00D;
}
</style>
background-color css
<style>
a { background-color: #0BE00D; }
a { background-color: rgb(11,224,13); }
div.DivClassName
{
background-color: #0BE00D;
}
.BgClassName
{
background-color: #0BE00D;
}
</style>
border-color css
<style>
span { border-color: #0BE00D; }
span { border-color: rgb(11,224,13); }
td.TdClassName
{
border-color: #0BE00D;
}
.TagClassName
{
border-color: #0BE00D;
}
</style>