Shades of Free Speech Green #1BFA27
Tints of Free Speech Green #1BFA27
RGB
CMYK
RGB Variations
Color information
#1BFA27 (or 0x1BFA27) is known color: Free Speech Green. HEX triplet: 1B, FA and 27. RGB value is (27,250,39). Sum of RGB (Red+Green+Blue) = 27+250+39=316 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.54% from 316); Green value is 250 (98.05% from 255 or 79.11% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 250 - color contains mainly: green. Hex color #1BFA27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFA27 is #E405D8. Grayscale: #9F9F9F. Windows color (decimal): -14943705 or 2619931. OLE color: 2619931.
HSL color Cylindrical-coordinate representation of color #1BFA27: hue angle of 123.23º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFA27 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 250 | 39 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.02 |
| HSL | 123.23º | 0.96% | 0.54% | - |
| HSV(B) | 123.23º | 0.89% | 0.98% | - |
| XYZ | 35 | 68.75 | 13.34 | - |
| YUV | 159.27 | 60.12 | 33.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 250 | 39 | 0.89 | 0 | 0.84 | 0.02 | 123.23 | 0.96 | 0.54 |
| Hex | 1B | FA | 27 | 59 | 0 | 54 | 2 | 7B | 60 | 36 |
| Octal | 33 | 372 | 47 | 131 | 0 | 124 | 2 | 173 | 140 | 66 |
| Binary | 11011 | 11111010 | 100111 | 1011001 | 0 | 1010100 | 10 | 1111011 | 1100000 | 110110 |
Color Harmonies of #1BFA27
Complementary color
Monochromatic Colors of #1BFA27
Black with #1BFA27
Text Example
Text Example
White with #1BFA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFA27; }
p { color: rgb(27,250,39); }
H1.HeaderClassName
{
color: #1BFA27;
}
.AnyTagClassName
{
color: #1BFA27;
}
</style>
background-color css
<style>
a { background-color: #1BFA27; }
a { background-color: rgb(27,250,39); }
div.DivClassName
{
background-color: #1BFA27;
}
.BgClassName
{
background-color: #1BFA27;
}
</style>
border-color css
<style>
span { border-color: #1BFA27; }
span { border-color: rgb(27,250,39); }
td.TdClassName
{
border-color: #1BFA27;
}
.TagClassName
{
border-color: #1BFA27;
}
</style>