Shades of Free Speech Green #0BEC1D
Tints of Free Speech Green #0BEC1D
RGB
CMYK
RGB Variations
Color information
#0BEC1D (or 0x0BEC1D) is known color: Free Speech Green. HEX triplet: 0B, EC and 1D. RGB value is (11,236,29). Sum of RGB (Red+Green+Blue) = 11+236+29=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 236 (92.58% from 255 or 85.51% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 236 - color contains mainly: green. Hex color #0BEC1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEC1D is #F413E2. Grayscale: #919191. Windows color (decimal): -15995875 or 1960971. OLE color: 1960971.
HSL color Cylindrical-coordinate representation of color #0BEC1D: hue angle of 124.8º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEC1D is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 236 | 29 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.07 |
| HSL | 124.8º | 0.91% | 0.48% | - |
| HSV(B) | 124.8º | 0.95% | 0.93% | - |
| XYZ | 30.36 | 60.15 | 11.17 | - |
| YUV | 145.13 | 62.46 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 236 | 29 | 0.95 | 0 | 0.88 | 0.07 | 124.8 | 0.91 | 0.48 |
| Hex | B | EC | 1D | 5F | 0 | 58 | 7 | 7D | 5B | 30 |
| Octal | 13 | 354 | 35 | 137 | 0 | 130 | 7 | 175 | 133 | 60 |
| Binary | 1011 | 11101100 | 11101 | 1011111 | 0 | 1011000 | 111 | 1111101 | 1011011 | 110000 |
Color Harmonies of #0BEC1D
Complementary color
Monochromatic Colors of #0BEC1D
Black with #0BEC1D
Text Example
Text Example
White with #0BEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEC1D; }
p { color: rgb(11,236,29); }
H1.HeaderClassName
{
color: #0BEC1D;
}
.AnyTagClassName
{
color: #0BEC1D;
}
</style>
background-color css
<style>
a { background-color: #0BEC1D; }
a { background-color: rgb(11,236,29); }
div.DivClassName
{
background-color: #0BEC1D;
}
.BgClassName
{
background-color: #0BEC1D;
}
</style>
border-color css
<style>
span { border-color: #0BEC1D; }
span { border-color: rgb(11,236,29); }
td.TdClassName
{
border-color: #0BEC1D;
}
.TagClassName
{
border-color: #0BEC1D;
}
</style>