Shades of Free Speech Green #1BFB07
Tints of Free Speech Green #1BFB07
RGB
CMYK
RGB Variations
Color information
#1BFB07 (or 0x1BFB07) is known color: Free Speech Green. HEX triplet: 1B, FB and 07. RGB value is (27,251,7). Sum of RGB (Red+Green+Blue) = 27+251+7=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 251 (98.44% from 255 or 88.07% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 251 - color contains mainly: green. Hex color #1BFB07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BFB07 is #E404F8. Grayscale: #9C9C9C. Windows color (decimal): -14943481 or 523035. OLE color: 523035.
HSL color Cylindrical-coordinate representation of color #1BFB07: hue angle of 115.08º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1BFB07 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 251 | 7 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.02 |
| HSL | 115.08º | 0.97% | 0.51% | - |
| HSV(B) | 115.08º | 0.97% | 0.98% | - |
| XYZ | 34.99 | 69.24 | 11.72 | - |
| YUV | 156.21 | 43.79 | 35.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 251 | 7 | 0.89 | 0 | 0.97 | 0.02 | 115.08 | 0.97 | 0.51 |
| Hex | 1B | FB | 7 | 59 | 0 | 61 | 2 | 73 | 61 | 33 |
| Octal | 33 | 373 | 7 | 131 | 0 | 141 | 2 | 163 | 141 | 63 |
| Binary | 11011 | 11111011 | 111 | 1011001 | 0 | 1100001 | 10 | 1110011 | 1100001 | 110011 |
Color Harmonies of #1BFB07
Complementary color
Monochromatic Colors of #1BFB07
Black with #1BFB07
Text Example
Text Example
White with #1BFB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFB07; }
p { color: rgb(27,251,7); }
H1.HeaderClassName
{
color: #1BFB07;
}
.AnyTagClassName
{
color: #1BFB07;
}
</style>
background-color css
<style>
a { background-color: #1BFB07; }
a { background-color: rgb(27,251,7); }
div.DivClassName
{
background-color: #1BFB07;
}
.BgClassName
{
background-color: #1BFB07;
}
</style>
border-color css
<style>
span { border-color: #1BFB07; }
span { border-color: rgb(27,251,7); }
td.TdClassName
{
border-color: #1BFB07;
}
.TagClassName
{
border-color: #1BFB07;
}
</style>