Shades of Free Speech Green #0BDB1B
Tints of Free Speech Green #0BDB1B
RGB
CMYK
RGB Variations
Color information
#0BDB1B (or 0x0BDB1B) is known color: Free Speech Green. HEX triplet: 0B, DB and 1B. RGB value is (11,219,27). Sum of RGB (Red+Green+Blue) = 11+219+27=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 219 (85.94% from 255 or 85.21% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDB1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDB1B is #F424E4. Grayscale: #878787. Windows color (decimal): -16000229 or 1825547. OLE color: 1825547.
HSL color Cylindrical-coordinate representation of color #0BDB1B: hue angle of 124.62º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDB1B is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 219 | 27 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.14 |
| HSL | 124.62º | 0.9% | 0.45% | - |
| HSV(B) | 124.62º | 0.95% | 0.86% | - |
| XYZ | 25.67 | 50.81 | 9.49 | - |
| YUV | 134.92 | 67.09 | 39.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 219 | 27 | 0.95 | 0 | 0.88 | 0.14 | 124.62 | 0.9 | 0.45 |
| Hex | B | DB | 1B | 5F | 0 | 58 | E | 7D | 5A | 2D |
| Octal | 13 | 333 | 33 | 137 | 0 | 130 | 16 | 175 | 132 | 55 |
| Binary | 1011 | 11011011 | 11011 | 1011111 | 0 | 1011000 | 1110 | 1111101 | 1011010 | 101101 |
Color Harmonies of #0BDB1B
Complementary color
Monochromatic Colors of #0BDB1B
Black with #0BDB1B
Text Example
Text Example
White with #0BDB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDB1B; }
p { color: rgb(11,219,27); }
H1.HeaderClassName
{
color: #0BDB1B;
}
.AnyTagClassName
{
color: #0BDB1B;
}
</style>
background-color css
<style>
a { background-color: #0BDB1B; }
a { background-color: rgb(11,219,27); }
div.DivClassName
{
background-color: #0BDB1B;
}
.BgClassName
{
background-color: #0BDB1B;
}
</style>
border-color css
<style>
span { border-color: #0BDB1B; }
span { border-color: rgb(11,219,27); }
td.TdClassName
{
border-color: #0BDB1B;
}
.TagClassName
{
border-color: #0BDB1B;
}
</style>