Shades of Free Speech Green #1BF737
Tints of Free Speech Green #1BF737
RGB
CMYK
RGB Variations
Color information
#1BF737 (or 0x1BF737) is known color: Free Speech Green. HEX triplet: 1B, F7 and 37. RGB value is (27,247,55). Sum of RGB (Red+Green+Blue) = 27+247+55=329 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.21% from 329); Green value is 247 (96.88% from 255 or 75.08% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 247 - color contains mainly: green. Hex color #1BF737 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BF737 is #E408C8. Grayscale: #9F9F9F. Windows color (decimal): -14944457 or 3667739. OLE color: 3667739.
HSL color Cylindrical-coordinate representation of color #1BF737: hue angle of 127.64º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF737 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 247 | 55 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.03 |
| HSL | 127.64º | 0.93% | 0.54% | - |
| HSV(B) | 127.64º | 0.89% | 0.97% | - |
| XYZ | 34.4 | 67.03 | 14.74 | - |
| YUV | 159.33 | 69.11 | 33.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 247 | 55 | 0.89 | 0 | 0.78 | 0.03 | 127.64 | 0.93 | 0.54 |
| Hex | 1B | F7 | 37 | 59 | 0 | 4E | 3 | 80 | 5D | 36 |
| Octal | 33 | 367 | 67 | 131 | 0 | 116 | 3 | 200 | 135 | 66 |
| Binary | 11011 | 11110111 | 110111 | 1011001 | 0 | 1001110 | 11 | 10000000 | 1011101 | 110110 |
Color Harmonies of #1BF737
Complementary color
Monochromatic Colors of #1BF737
Black with #1BF737
Text Example
Text Example
White with #1BF737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF737; }
p { color: rgb(27,247,55); }
H1.HeaderClassName
{
color: #1BF737;
}
.AnyTagClassName
{
color: #1BF737;
}
</style>
background-color css
<style>
a { background-color: #1BF737; }
a { background-color: rgb(27,247,55); }
div.DivClassName
{
background-color: #1BF737;
}
.BgClassName
{
background-color: #1BF737;
}
</style>
border-color css
<style>
span { border-color: #1BF737; }
span { border-color: rgb(27,247,55); }
td.TdClassName
{
border-color: #1BF737;
}
.TagClassName
{
border-color: #1BF737;
}
</style>