Shades of Free Speech Green #1BF127
Tints of Free Speech Green #1BF127
RGB
CMYK
RGB Variations
Color information
#1BF127 (or 0x1BF127) is known color: Free Speech Green. HEX triplet: 1B, F1 and 27. RGB value is (27,241,39). Sum of RGB (Red+Green+Blue) = 27+241+39=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 241 (94.53% from 255 or 78.50% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 241 - color contains mainly: green. Hex color #1BF127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BF127 is #E40ED8. Grayscale: #9A9A9A. Windows color (decimal): -14946009 or 2617627. OLE color: 2617627.
HSL color Cylindrical-coordinate representation of color #1BF127: hue angle of 123.36º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF127 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 241 | 39 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.05 |
| HSL | 123.36º | 0.88% | 0.53% | - |
| HSV(B) | 123.36º | 0.89% | 0.95% | - |
| XYZ | 32.27 | 63.29 | 12.43 | - |
| YUV | 153.99 | 63.1 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 241 | 39 | 0.89 | 0 | 0.84 | 0.05 | 123.36 | 0.88 | 0.53 |
| Hex | 1B | F1 | 27 | 59 | 0 | 54 | 5 | 7B | 58 | 35 |
| Octal | 33 | 361 | 47 | 131 | 0 | 124 | 5 | 173 | 130 | 65 |
| Binary | 11011 | 11110001 | 100111 | 1011001 | 0 | 1010100 | 101 | 1111011 | 1011000 | 110101 |
Color Harmonies of #1BF127
Complementary color
Monochromatic Colors of #1BF127
Black with #1BF127
Text Example
Text Example
White with #1BF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF127; }
p { color: rgb(27,241,39); }
H1.HeaderClassName
{
color: #1BF127;
}
.AnyTagClassName
{
color: #1BF127;
}
</style>
background-color css
<style>
a { background-color: #1BF127; }
a { background-color: rgb(27,241,39); }
div.DivClassName
{
background-color: #1BF127;
}
.BgClassName
{
background-color: #1BF127;
}
</style>
border-color css
<style>
span { border-color: #1BF127; }
span { border-color: rgb(27,241,39); }
td.TdClassName
{
border-color: #1BF127;
}
.TagClassName
{
border-color: #1BF127;
}
</style>