Shades of Free Speech Green #0BF81D
Tints of Free Speech Green #0BF81D
RGB
CMYK
RGB Variations
Color information
#0BF81D (or 0x0BF81D) is known color: Free Speech Green. HEX triplet: 0B, F8 and 1D. RGB value is (11,248,29). Sum of RGB (Red+Green+Blue) = 11+248+29=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 248 (97.27% from 255 or 86.11% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 248 - color contains mainly: green. Hex color #0BF81D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF81D is #F407E2. Grayscale: #989898. Windows color (decimal): -15992803 or 1964043. OLE color: 1964043.
HSL color Cylindrical-coordinate representation of color #0BF81D: hue angle of 124.56º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF81D is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 248 | 29 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.03 |
| HSL | 124.56º | 0.94% | 0.51% | - |
| HSV(B) | 124.56º | 0.96% | 0.97% | - |
| XYZ | 33.93 | 67.29 | 12.36 | - |
| YUV | 152.17 | 58.48 | 27.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 248 | 29 | 0.96 | 0 | 0.88 | 0.03 | 124.56 | 0.94 | 0.51 |
| Hex | B | F8 | 1D | 60 | 0 | 58 | 3 | 7D | 5E | 33 |
| Octal | 13 | 370 | 35 | 140 | 0 | 130 | 3 | 175 | 136 | 63 |
| Binary | 1011 | 11111000 | 11101 | 1100000 | 0 | 1011000 | 11 | 1111101 | 1011110 | 110011 |
Color Harmonies of #0BF81D
Complementary color
Monochromatic Colors of #0BF81D
Black with #0BF81D
Text Example
Text Example
White with #0BF81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF81D; }
p { color: rgb(11,248,29); }
H1.HeaderClassName
{
color: #0BF81D;
}
.AnyTagClassName
{
color: #0BF81D;
}
</style>
background-color css
<style>
a { background-color: #0BF81D; }
a { background-color: rgb(11,248,29); }
div.DivClassName
{
background-color: #0BF81D;
}
.BgClassName
{
background-color: #0BF81D;
}
</style>
border-color css
<style>
span { border-color: #0BF81D; }
span { border-color: rgb(11,248,29); }
td.TdClassName
{
border-color: #0BF81D;
}
.TagClassName
{
border-color: #0BF81D;
}
</style>