Shades of Free Speech Green #1BFB00
Tints of Free Speech Green #1BFB00
RGB
CMYK
RGB Variations
Color information
#1BFB00 (or 0x1BFB00) is known color: Free Speech Green. HEX triplet: 1B, FB and 00. RGB value is (27,251,0). Sum of RGB (Red+Green+Blue) = 27+251+0=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 251 (98.44% from 255 or 90.29% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 251 - color contains mainly: green. Hex color #1BFB00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BFB00 is #E404FF. Grayscale: #9C9C9C. Windows color (decimal): -14943488 or 64283. OLE color: 64283.
HSL color Cylindrical-coordinate representation of color #1BFB00: hue angle of 113.55º 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 #1BFB00 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 251 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.02 |
| HSL | 113.55º | 1% | 0.49% | - |
| HSV(B) | 113.55º | 1% | 0.98% | - |
| XYZ | 34.95 | 69.23 | 11.52 | - |
| YUV | 155.41 | 40.29 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 251 | 0 | 0.89 | 0 | 1 | 0.02 | 113.55 | 1 | 0.49 |
| Hex | 1B | FB | 0 | 59 | 0 | 64 | 2 | 72 | 64 | 31 |
| Octal | 33 | 373 | 0 | 131 | 0 | 144 | 2 | 162 | 144 | 61 |
| Binary | 11011 | 11111011 | 0 | 1011001 | 0 | 1100100 | 10 | 1110010 | 1100100 | 110001 |
Color Harmonies of #1BFB00
Complementary color
Monochromatic Colors of #1BFB00
Black with #1BFB00
Text Example
Text Example
White with #1BFB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFB00; }
p { color: rgb(27,251,0); }
H1.HeaderClassName
{
color: #1BFB00;
}
.AnyTagClassName
{
color: #1BFB00;
}
</style>
background-color css
<style>
a { background-color: #1BFB00; }
a { background-color: rgb(27,251,0); }
div.DivClassName
{
background-color: #1BFB00;
}
.BgClassName
{
background-color: #1BFB00;
}
</style>
border-color css
<style>
span { border-color: #1BFB00; }
span { border-color: rgb(27,251,0); }
td.TdClassName
{
border-color: #1BFB00;
}
.TagClassName
{
border-color: #1BFB00;
}
</style>