Shades of Free Speech Green #0BE01D
Tints of Free Speech Green #0BE01D
RGB
CMYK
RGB Variations
Color information
#0BE01D (or 0x0BE01D) is known color: Free Speech Green. HEX triplet: 0B, E0 and 1D. RGB value is (11,224,29). Sum of RGB (Red+Green+Blue) = 11+224+29=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 224 (87.89% from 255 or 84.85% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE01D is #F41FE2. Grayscale: #8A8A8A. Windows color (decimal): -15998947 or 1957899. OLE color: 1957899.
HSL color Cylindrical-coordinate representation of color #0BE01D: hue angle of 125.07º 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 #0BE01D is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 29 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.12 |
| HSL | 125.07º | 0.91% | 0.46% | - |
| HSV(B) | 125.07º | 0.95% | 0.88% | - |
| XYZ | 27.02 | 53.47 | 10.06 | - |
| YUV | 138.08 | 66.43 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 29 | 0.95 | 0 | 0.87 | 0.12 | 125.07 | 0.91 | 0.46 |
| Hex | B | E0 | 1D | 5F | 0 | 57 | C | 7D | 5B | 2E |
| Octal | 13 | 340 | 35 | 137 | 0 | 127 | 14 | 175 | 133 | 56 |
| Binary | 1011 | 11100000 | 11101 | 1011111 | 0 | 1010111 | 1100 | 1111101 | 1011011 | 101110 |
Color Harmonies of #0BE01D
Complementary color
Monochromatic Colors of #0BE01D
Black with #0BE01D
Text Example
Text Example
White with #0BE01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE01D; }
p { color: rgb(11,224,29); }
H1.HeaderClassName
{
color: #0BE01D;
}
.AnyTagClassName
{
color: #0BE01D;
}
</style>
background-color css
<style>
a { background-color: #0BE01D; }
a { background-color: rgb(11,224,29); }
div.DivClassName
{
background-color: #0BE01D;
}
.BgClassName
{
background-color: #0BE01D;
}
</style>
border-color css
<style>
span { border-color: #0BE01D; }
span { border-color: rgb(11,224,29); }
td.TdClassName
{
border-color: #0BE01D;
}
.TagClassName
{
border-color: #0BE01D;
}
</style>