Shades of Free Speech Green #0FF002
Tints of Free Speech Green #0FF002
RGB
CMYK
RGB Variations
Color information
#0FF002 (or 0x0FF002) is known color: Free Speech Green. HEX triplet: 0F, F0 and 02. RGB value is (15,240,2). Sum of RGB (Red+Green+Blue) = 15+240+2=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 240 (94.14% from 255 or 93.39% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF002 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF002 is #F00FFD. Grayscale: #929292. Windows color (decimal): -15732734 or 192527. OLE color: 192527.
HSL color Cylindrical-coordinate representation of color #0FF002: hue angle of 116.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FF002 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.06 |
| HSL | 116.72º | 0.98% | 0.47% | - |
| HSV(B) | 116.72º | 0.99% | 0.94% | - |
| XYZ | 31.37 | 62.43 | 10.45 | - |
| YUV | 145.59 | 46.96 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 2 | 0.94 | 0 | 0.99 | 0.06 | 116.72 | 0.98 | 0.47 |
| Hex | F | F0 | 2 | 5E | 0 | 63 | 6 | 75 | 62 | 2F |
| Octal | 17 | 360 | 2 | 136 | 0 | 143 | 6 | 165 | 142 | 57 |
| Binary | 1111 | 11110000 | 10 | 1011110 | 0 | 1100011 | 110 | 1110101 | 1100010 | 101111 |
Color Harmonies of #0FF002
Complementary color
Monochromatic Colors of #0FF002
Black with #0FF002
Text Example
Text Example
White with #0FF002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF002; }
p { color: rgb(15,240,2); }
H1.HeaderClassName
{
color: #0FF002;
}
.AnyTagClassName
{
color: #0FF002;
}
</style>
background-color css
<style>
a { background-color: #0FF002; }
a { background-color: rgb(15,240,2); }
div.DivClassName
{
background-color: #0FF002;
}
.BgClassName
{
background-color: #0FF002;
}
</style>
border-color css
<style>
span { border-color: #0FF002; }
span { border-color: rgb(15,240,2); }
td.TdClassName
{
border-color: #0FF002;
}
.TagClassName
{
border-color: #0FF002;
}
</style>