Shades of Free Speech Green #0FFB04
Tints of Free Speech Green #0FFB04
RGB
CMYK
RGB Variations
Color information
#0FFB04 (or 0x0FFB04) is known color: Free Speech Green. HEX triplet: 0F, FB and 04. RGB value is (15,251,4). Sum of RGB (Red+Green+Blue) = 15+251+4=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 251 (98.44% from 255 or 92.96% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFB04 is #F004FB. Grayscale: #999999. Windows color (decimal): -15729916 or 326415. OLE color: 326415.
HSL color Cylindrical-coordinate representation of color #0FFB04: hue angle of 117.33º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FFB04 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 4 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.02 |
| HSL | 117.33º | 0.97% | 0.5% | - |
| HSV(B) | 117.33º | 0.98% | 0.98% | - |
| XYZ | 34.72 | 69.1 | 11.62 | - |
| YUV | 152.28 | 44.31 | 30.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 4 | 0.94 | 0 | 0.98 | 0.02 | 117.33 | 0.97 | 0.5 |
| Hex | F | FB | 4 | 5E | 0 | 62 | 2 | 75 | 61 | 32 |
| Octal | 17 | 373 | 4 | 136 | 0 | 142 | 2 | 165 | 141 | 62 |
| Binary | 1111 | 11111011 | 100 | 1011110 | 0 | 1100010 | 10 | 1110101 | 1100001 | 110010 |
Color Harmonies of #0FFB04
Complementary color
Monochromatic Colors of #0FFB04
Black with #0FFB04
Text Example
Text Example
White with #0FFB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB04; }
p { color: rgb(15,251,4); }
H1.HeaderClassName
{
color: #0FFB04;
}
.AnyTagClassName
{
color: #0FFB04;
}
</style>
background-color css
<style>
a { background-color: #0FFB04; }
a { background-color: rgb(15,251,4); }
div.DivClassName
{
background-color: #0FFB04;
}
.BgClassName
{
background-color: #0FFB04;
}
</style>
border-color css
<style>
span { border-color: #0FFB04; }
span { border-color: rgb(15,251,4); }
td.TdClassName
{
border-color: #0FFB04;
}
.TagClassName
{
border-color: #0FFB04;
}
</style>