Shades of Free Speech Green #0FF11B
Tints of Free Speech Green #0FF11B
RGB
CMYK
RGB Variations
Color information
#0FF11B (or 0x0FF11B) is known color: Free Speech Green. HEX triplet: 0F, F1 and 1B. RGB value is (15,241,27). Sum of RGB (Red+Green+Blue) = 15+241+27=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 241 (94.53% from 255 or 85.16% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF11B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF11B is #F00EE4. Grayscale: #959595. Windows color (decimal): -15732453 or 1831183. OLE color: 1831183.
HSL color Cylindrical-coordinate representation of color #0FF11B: hue angle of 123.19º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF11B is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 241 | 27 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.05 |
| HSL | 123.19º | 0.89% | 0.5% | - |
| HSV(B) | 123.19º | 0.94% | 0.95% | - |
| XYZ | 31.85 | 63.09 | 11.54 | - |
| YUV | 149.03 | 59.13 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 241 | 27 | 0.94 | 0 | 0.89 | 0.05 | 123.19 | 0.89 | 0.5 |
| Hex | F | F1 | 1B | 5E | 0 | 59 | 5 | 7B | 59 | 32 |
| Octal | 17 | 361 | 33 | 136 | 0 | 131 | 5 | 173 | 131 | 62 |
| Binary | 1111 | 11110001 | 11011 | 1011110 | 0 | 1011001 | 101 | 1111011 | 1011001 | 110010 |
Color Harmonies of #0FF11B
Complementary color
Monochromatic Colors of #0FF11B
Black with #0FF11B
Text Example
Text Example
White with #0FF11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF11B; }
p { color: rgb(15,241,27); }
H1.HeaderClassName
{
color: #0FF11B;
}
.AnyTagClassName
{
color: #0FF11B;
}
</style>
background-color css
<style>
a { background-color: #0FF11B; }
a { background-color: rgb(15,241,27); }
div.DivClassName
{
background-color: #0FF11B;
}
.BgClassName
{
background-color: #0FF11B;
}
</style>
border-color css
<style>
span { border-color: #0FF11B; }
span { border-color: rgb(15,241,27); }
td.TdClassName
{
border-color: #0FF11B;
}
.TagClassName
{
border-color: #0FF11B;
}
</style>