Shades of Free Speech Green #0BD81B
Tints of Free Speech Green #0BD81B
RGB
CMYK
RGB Variations
Color information
#0BD81B (or 0x0BD81B) is known color: Free Speech Green. HEX triplet: 0B, D8 and 1B. RGB value is (11,216,27). Sum of RGB (Red+Green+Blue) = 11+216+27=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 216 (84.77% from 255 or 85.04% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD81B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD81B is #F427E4. Grayscale: #858585. Windows color (decimal): -16000997 or 1824779. OLE color: 1824779.
HSL color Cylindrical-coordinate representation of color #0BD81B: hue angle of 124.68º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD81B is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 216 | 27 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.15 |
| HSL | 124.68º | 0.9% | 0.45% | - |
| HSV(B) | 124.68º | 0.95% | 0.85% | - |
| XYZ | 24.89 | 49.26 | 9.23 | - |
| YUV | 133.16 | 68.08 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 216 | 27 | 0.95 | 0 | 0.88 | 0.15 | 124.68 | 0.9 | 0.45 |
| Hex | B | D8 | 1B | 5F | 0 | 58 | F | 7D | 5A | 2D |
| Octal | 13 | 330 | 33 | 137 | 0 | 130 | 17 | 175 | 132 | 55 |
| Binary | 1011 | 11011000 | 11011 | 1011111 | 0 | 1011000 | 1111 | 1111101 | 1011010 | 101101 |
Color Harmonies of #0BD81B
Complementary color
Monochromatic Colors of #0BD81B
Black with #0BD81B
Text Example
Text Example
White with #0BD81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD81B; }
p { color: rgb(11,216,27); }
H1.HeaderClassName
{
color: #0BD81B;
}
.AnyTagClassName
{
color: #0BD81B;
}
</style>
background-color css
<style>
a { background-color: #0BD81B; }
a { background-color: rgb(11,216,27); }
div.DivClassName
{
background-color: #0BD81B;
}
.BgClassName
{
background-color: #0BD81B;
}
</style>
border-color css
<style>
span { border-color: #0BD81B; }
span { border-color: rgb(11,216,27); }
td.TdClassName
{
border-color: #0BD81B;
}
.TagClassName
{
border-color: #0BD81B;
}
</style>