Shades of Free Speech Green #1BFA0B
Tints of Free Speech Green #1BFA0B
RGB
CMYK
RGB Variations
Color information
#1BFA0B (or 0x1BFA0B) is known color: Free Speech Green. HEX triplet: 1B, FA and 0B. RGB value is (27,250,11). Sum of RGB (Red+Green+Blue) = 27+250+11=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 250 (98.05% from 255 or 86.81% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 250 - color contains mainly: green. Hex color #1BFA0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BFA0B is #E405F4. Grayscale: #9C9C9C. Windows color (decimal): -14943733 or 784923. OLE color: 784923.
HSL color Cylindrical-coordinate representation of color #1BFA0B: hue angle of 115.98º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1BFA0B is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 250 | 11 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.02 |
| HSL | 115.98º | 0.96% | 0.51% | - |
| HSV(B) | 115.98º | 0.96% | 0.98% | - |
| XYZ | 34.7 | 68.63 | 11.73 | - |
| YUV | 156.08 | 46.12 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 250 | 11 | 0.89 | 0 | 0.96 | 0.02 | 115.98 | 0.96 | 0.51 |
| Hex | 1B | FA | B | 59 | 0 | 60 | 2 | 74 | 60 | 33 |
| Octal | 33 | 372 | 13 | 131 | 0 | 140 | 2 | 164 | 140 | 63 |
| Binary | 11011 | 11111010 | 1011 | 1011001 | 0 | 1100000 | 10 | 1110100 | 1100000 | 110011 |
Color Harmonies of #1BFA0B
Complementary color
Monochromatic Colors of #1BFA0B
Black with #1BFA0B
Text Example
Text Example
White with #1BFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFA0B; }
p { color: rgb(27,250,11); }
H1.HeaderClassName
{
color: #1BFA0B;
}
.AnyTagClassName
{
color: #1BFA0B;
}
</style>
background-color css
<style>
a { background-color: #1BFA0B; }
a { background-color: rgb(27,250,11); }
div.DivClassName
{
background-color: #1BFA0B;
}
.BgClassName
{
background-color: #1BFA0B;
}
</style>
border-color css
<style>
span { border-color: #1BFA0B; }
span { border-color: rgb(27,250,11); }
td.TdClassName
{
border-color: #1BFA0B;
}
.TagClassName
{
border-color: #1BFA0B;
}
</style>