Shades of Free Speech Green #1BFC00
Tints of Free Speech Green #1BFC00
RGB
CMYK
RGB Variations
Color information
#1BFC00 (or 0x1BFC00) is known color: Free Speech Green. HEX triplet: 1B, FC and 00. RGB value is (27,252,0). Sum of RGB (Red+Green+Blue) = 27+252+0=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 252 (98.83% from 255 or 90.32% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 252 - color contains mainly: green. Hex color #1BFC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BFC00 is #E403FF. Grayscale: #9C9C9C. Windows color (decimal): -14943232 or 64539. OLE color: 64539.
HSL color Cylindrical-coordinate representation of color #1BFC00: hue angle of 113.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1BFC00 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 252 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.01 |
| HSL | 113.57º | 1% | 0.49% | - |
| HSV(B) | 113.57º | 1% | 0.99% | - |
| XYZ | 35.26 | 69.85 | 11.62 | - |
| YUV | 156 | 39.96 | 35.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 252 | 0 | 0.89 | 0 | 1 | 0.01 | 113.57 | 1 | 0.49 |
| Hex | 1B | FC | 0 | 59 | 0 | 64 | 1 | 72 | 64 | 31 |
| Octal | 33 | 374 | 0 | 131 | 0 | 144 | 1 | 162 | 144 | 61 |
| Binary | 11011 | 11111100 | 0 | 1011001 | 0 | 1100100 | 1 | 1110010 | 1100100 | 110001 |
Color Harmonies of #1BFC00
Complementary color
Monochromatic Colors of #1BFC00
Black with #1BFC00
Text Example
Text Example
White with #1BFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFC00; }
p { color: rgb(27,252,0); }
H1.HeaderClassName
{
color: #1BFC00;
}
.AnyTagClassName
{
color: #1BFC00;
}
</style>
background-color css
<style>
a { background-color: #1BFC00; }
a { background-color: rgb(27,252,0); }
div.DivClassName
{
background-color: #1BFC00;
}
.BgClassName
{
background-color: #1BFC00;
}
</style>
border-color css
<style>
span { border-color: #1BFC00; }
span { border-color: rgb(27,252,0); }
td.TdClassName
{
border-color: #1BFC00;
}
.TagClassName
{
border-color: #1BFC00;
}
</style>