Shades of Free Speech Green #00FB0B
Tints of Free Speech Green #00FB0B
RGB
CMYK
RGB Variations
Color information
#00FB0B (or 0x00FB0B) is known color: Free Speech Green. HEX triplet: 00, FB and 0B. RGB value is (0,251,11). Sum of RGB (Red+Green+Blue) = 0+251+11=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 251 (98.44% from 255 or 95.80% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 251 - color contains mainly: green. Hex color #00FB0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00FB0B is #FF04F4. Grayscale: #959595. Windows color (decimal): -16712949 or 785152. OLE color: 785152.
HSL color Cylindrical-coordinate representation of color #00FB0B: hue angle of 122.63º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FB0B is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 11 | - |
| CMYK | 1 | 0 | 0.96 | 0.02 |
| HSL | 122.63º | 1% | 0.49% | - |
| HSV(B) | 122.63º | 1% | 0.98% | - |
| XYZ | 34.56 | 69.02 | 11.82 | - |
| YUV | 148.59 | 50.34 | 22.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 11 | 1 | 0 | 0.96 | 0.02 | 122.63 | 1 | 0.49 |
| Hex | 0 | FB | B | 64 | 0 | 60 | 2 | 7B | 64 | 31 |
| Octal | 0 | 373 | 13 | 144 | 0 | 140 | 2 | 173 | 144 | 61 |
| Binary | 0 | 11111011 | 1011 | 1100100 | 0 | 1100000 | 10 | 1111011 | 1100100 | 110001 |
Color Harmonies of #00FB0B
Complementary color
Monochromatic Colors of #00FB0B
Black with #00FB0B
Text Example
Text Example
White with #00FB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FB0B; }
p { color: rgb(0,251,11); }
H1.HeaderClassName
{
color: #00FB0B;
}
.AnyTagClassName
{
color: #00FB0B;
}
</style>
background-color css
<style>
a { background-color: #00FB0B; }
a { background-color: rgb(0,251,11); }
div.DivClassName
{
background-color: #00FB0B;
}
.BgClassName
{
background-color: #00FB0B;
}
</style>
border-color css
<style>
span { border-color: #00FB0B; }
span { border-color: rgb(0,251,11); }
td.TdClassName
{
border-color: #00FB0B;
}
.TagClassName
{
border-color: #00FB0B;
}
</style>