Shades of Free Speech Green #1BFC06
Tints of Free Speech Green #1BFC06
RGB
CMYK
RGB Variations
Color information
#1BFC06 (or 0x1BFC06) is known color: Free Speech Green. HEX triplet: 1B, FC and 06. RGB value is (27,252,6). Sum of RGB (Red+Green+Blue) = 27+252+6=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 252 (98.83% from 255 or 88.42% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 252 - color contains mainly: green. Hex color #1BFC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BFC06 is #E403F9. Grayscale: #9D9D9D. Windows color (decimal): -14943226 or 457755. OLE color: 457755.
HSL color Cylindrical-coordinate representation of color #1BFC06: hue angle of 114.88º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1BFC06 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 252 | 6 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.01 |
| HSL | 114.88º | 0.98% | 0.51% | - |
| HSV(B) | 114.88º | 0.98% | 0.99% | - |
| XYZ | 35.3 | 69.87 | 11.8 | - |
| YUV | 156.68 | 42.96 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 252 | 6 | 0.89 | 0 | 0.98 | 0.01 | 114.88 | 0.98 | 0.51 |
| Hex | 1B | FC | 6 | 59 | 0 | 62 | 1 | 73 | 62 | 33 |
| Octal | 33 | 374 | 6 | 131 | 0 | 142 | 1 | 163 | 142 | 63 |
| Binary | 11011 | 11111100 | 110 | 1011001 | 0 | 1100010 | 1 | 1110011 | 1100010 | 110011 |
Color Harmonies of #1BFC06
Complementary color
Monochromatic Colors of #1BFC06
Black with #1BFC06
Text Example
Text Example
White with #1BFC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFC06; }
p { color: rgb(27,252,6); }
H1.HeaderClassName
{
color: #1BFC06;
}
.AnyTagClassName
{
color: #1BFC06;
}
</style>
background-color css
<style>
a { background-color: #1BFC06; }
a { background-color: rgb(27,252,6); }
div.DivClassName
{
background-color: #1BFC06;
}
.BgClassName
{
background-color: #1BFC06;
}
</style>
border-color css
<style>
span { border-color: #1BFC06; }
span { border-color: rgb(27,252,6); }
td.TdClassName
{
border-color: #1BFC06;
}
.TagClassName
{
border-color: #1BFC06;
}
</style>