Shades of Free Speech Green #00FB1C
Tints of Free Speech Green #00FB1C
RGB
CMYK
RGB Variations
Color information
#00FB1C (or 0x00FB1C) is known color: Free Speech Green. HEX triplet: 00, FB and 1C. RGB value is (0,251,28). Sum of RGB (Red+Green+Blue) = 0+251+28=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 251 (98.44% from 255 or 89.96% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 251 - color contains mainly: green. Hex color #00FB1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FB1C is #FF04E3. Grayscale: #979797. Windows color (decimal): -16712932 or 1899264. OLE color: 1899264.
HSL color Cylindrical-coordinate representation of color #00FB1C: hue angle of 126.69º 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 #00FB1C is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 28 | - |
| CMYK | 1 | 0 | 0.89 | 0.02 |
| HSL | 126.69º | 1% | 0.49% | - |
| HSV(B) | 126.69º | 1% | 0.98% | - |
| XYZ | 34.71 | 69.08 | 12.6 | - |
| YUV | 150.53 | 58.84 | 20.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 28 | 1 | 0 | 0.89 | 0.02 | 126.69 | 1 | 0.49 |
| Hex | 0 | FB | 1C | 64 | 0 | 59 | 2 | 7F | 64 | 31 |
| Octal | 0 | 373 | 34 | 144 | 0 | 131 | 2 | 177 | 144 | 61 |
| Binary | 0 | 11111011 | 11100 | 1100100 | 0 | 1011001 | 10 | 1111111 | 1100100 | 110001 |
Color Harmonies of #00FB1C
Complementary color
Monochromatic Colors of #00FB1C
Black with #00FB1C
Text Example
Text Example
White with #00FB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FB1C; }
p { color: rgb(0,251,28); }
H1.HeaderClassName
{
color: #00FB1C;
}
.AnyTagClassName
{
color: #00FB1C;
}
</style>
background-color css
<style>
a { background-color: #00FB1C; }
a { background-color: rgb(0,251,28); }
div.DivClassName
{
background-color: #00FB1C;
}
.BgClassName
{
background-color: #00FB1C;
}
</style>
border-color css
<style>
span { border-color: #00FB1C; }
span { border-color: rgb(0,251,28); }
td.TdClassName
{
border-color: #00FB1C;
}
.TagClassName
{
border-color: #00FB1C;
}
</style>