Shades of Free Speech Green #0FF51B
Tints of Free Speech Green #0FF51B
RGB
CMYK
RGB Variations
Color information
#0FF51B (or 0x0FF51B) is known color: Free Speech Green. HEX triplet: 0F, F5 and 1B. RGB value is (15,245,27). Sum of RGB (Red+Green+Blue) = 15+245+27=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 245 (96.09% from 255 or 85.37% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 245 - color contains mainly: green. Hex color #0FF51B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF51B is #F00AE4. Grayscale: #989898. Windows color (decimal): -15731429 or 1832207. OLE color: 1832207.
HSL color Cylindrical-coordinate representation of color #0FF51B: hue angle of 123.13º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF51B is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 245 | 27 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.04 |
| HSL | 123.13º | 0.92% | 0.51% | - |
| HSV(B) | 123.13º | 0.94% | 0.96% | - |
| XYZ | 33.05 | 65.49 | 11.94 | - |
| YUV | 151.38 | 57.8 | 30.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 245 | 27 | 0.94 | 0 | 0.89 | 0.04 | 123.13 | 0.92 | 0.51 |
| Hex | F | F5 | 1B | 5E | 0 | 59 | 4 | 7B | 5C | 33 |
| Octal | 17 | 365 | 33 | 136 | 0 | 131 | 4 | 173 | 134 | 63 |
| Binary | 1111 | 11110101 | 11011 | 1011110 | 0 | 1011001 | 100 | 1111011 | 1011100 | 110011 |
Color Harmonies of #0FF51B
Complementary color
Monochromatic Colors of #0FF51B
Black with #0FF51B
Text Example
Text Example
White with #0FF51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF51B; }
p { color: rgb(15,245,27); }
H1.HeaderClassName
{
color: #0FF51B;
}
.AnyTagClassName
{
color: #0FF51B;
}
</style>
background-color css
<style>
a { background-color: #0FF51B; }
a { background-color: rgb(15,245,27); }
div.DivClassName
{
background-color: #0FF51B;
}
.BgClassName
{
background-color: #0FF51B;
}
</style>
border-color css
<style>
span { border-color: #0FF51B; }
span { border-color: rgb(15,245,27); }
td.TdClassName
{
border-color: #0FF51B;
}
.TagClassName
{
border-color: #0FF51B;
}
</style>