Shades of Free Speech Green #0BF11D
Tints of Free Speech Green #0BF11D
RGB
CMYK
RGB Variations
Color information
#0BF11D (or 0x0BF11D) is known color: Free Speech Green. HEX triplet: 0B, F1 and 1D. RGB value is (11,241,29). Sum of RGB (Red+Green+Blue) = 11+241+29=281 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.91% from 281); Green value is 241 (94.53% from 255 or 85.77% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF11D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF11D is #F40EE2. Grayscale: #949494. Windows color (decimal): -15994595 or 1962251. OLE color: 1962251.
HSL color Cylindrical-coordinate representation of color #0BF11D: hue angle of 124.7º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF11D is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 29 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.05 |
| HSL | 124.7º | 0.91% | 0.49% | - |
| HSV(B) | 124.7º | 0.95% | 0.95% | - |
| XYZ | 31.82 | 63.07 | 11.66 | - |
| YUV | 148.06 | 60.8 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 29 | 0.95 | 0 | 0.88 | 0.05 | 124.7 | 0.91 | 0.49 |
| Hex | B | F1 | 1D | 5F | 0 | 58 | 5 | 7D | 5B | 31 |
| Octal | 13 | 361 | 35 | 137 | 0 | 130 | 5 | 175 | 133 | 61 |
| Binary | 1011 | 11110001 | 11101 | 1011111 | 0 | 1011000 | 101 | 1111101 | 1011011 | 110001 |
Color Harmonies of #0BF11D
Complementary color
Monochromatic Colors of #0BF11D
Black with #0BF11D
Text Example
Text Example
White with #0BF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF11D; }
p { color: rgb(11,241,29); }
H1.HeaderClassName
{
color: #0BF11D;
}
.AnyTagClassName
{
color: #0BF11D;
}
</style>
background-color css
<style>
a { background-color: #0BF11D; }
a { background-color: rgb(11,241,29); }
div.DivClassName
{
background-color: #0BF11D;
}
.BgClassName
{
background-color: #0BF11D;
}
</style>
border-color css
<style>
span { border-color: #0BF11D; }
span { border-color: rgb(11,241,29); }
td.TdClassName
{
border-color: #0BF11D;
}
.TagClassName
{
border-color: #0BF11D;
}
</style>