Shades of Free Speech Green #1BFA07
Tints of Free Speech Green #1BFA07
RGB
CMYK
RGB Variations
Color information
#1BFA07 (or 0x1BFA07) is known color: Free Speech Green. HEX triplet: 1B, FA and 07. RGB value is (27,250,7). Sum of RGB (Red+Green+Blue) = 27+250+7=284 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.51% from 284); Green value is 250 (98.05% from 255 or 88.03% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 250 - color contains mainly: green. Hex color #1BFA07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BFA07 is #E405F8. Grayscale: #9C9C9C. Windows color (decimal): -14943737 or 522779. OLE color: 522779.
HSL color Cylindrical-coordinate representation of color #1BFA07: hue angle of 115.06º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1BFA07 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 250 | 7 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.02 |
| HSL | 115.06º | 0.96% | 0.5% | - |
| HSV(B) | 115.06º | 0.97% | 0.98% | - |
| XYZ | 34.68 | 68.62 | 11.62 | - |
| YUV | 155.62 | 44.12 | 36.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 250 | 7 | 0.89 | 0 | 0.97 | 0.02 | 115.06 | 0.96 | 0.5 |
| Hex | 1B | FA | 7 | 59 | 0 | 61 | 2 | 73 | 60 | 32 |
| Octal | 33 | 372 | 7 | 131 | 0 | 141 | 2 | 163 | 140 | 62 |
| Binary | 11011 | 11111010 | 111 | 1011001 | 0 | 1100001 | 10 | 1110011 | 1100000 | 110010 |
Color Harmonies of #1BFA07
Complementary color
Monochromatic Colors of #1BFA07
Black with #1BFA07
Text Example
Text Example
White with #1BFA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFA07; }
p { color: rgb(27,250,7); }
H1.HeaderClassName
{
color: #1BFA07;
}
.AnyTagClassName
{
color: #1BFA07;
}
</style>
background-color css
<style>
a { background-color: #1BFA07; }
a { background-color: rgb(27,250,7); }
div.DivClassName
{
background-color: #1BFA07;
}
.BgClassName
{
background-color: #1BFA07;
}
</style>
border-color css
<style>
span { border-color: #1BFA07; }
span { border-color: rgb(27,250,7); }
td.TdClassName
{
border-color: #1BFA07;
}
.TagClassName
{
border-color: #1BFA07;
}
</style>