Shades of Free Speech Green #1BF800
Tints of Free Speech Green #1BF800
RGB
CMYK
RGB Variations
Color information
#1BF800 (or 0x1BF800) is known color: Free Speech Green. HEX triplet: 1B, F8 and 00. RGB value is (27,248,0). Sum of RGB (Red+Green+Blue) = 27+248+0=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 248 (97.27% from 255 or 90.18% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 248 - color contains mainly: green. Hex color #1BF800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BF800 is #E407FF. Grayscale: #9A9A9A. Windows color (decimal): -14944256 or 63515. OLE color: 63515.
HSL color Cylindrical-coordinate representation of color #1BF800: hue angle of 113.47º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1BF800 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 248 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.03 |
| HSL | 113.47º | 1% | 0.49% | - |
| HSV(B) | 113.47º | 1% | 0.97% | - |
| XYZ | 34.02 | 67.37 | 11.21 | - |
| YUV | 153.65 | 41.28 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 248 | 0 | 0.89 | 0 | 1 | 0.03 | 113.47 | 1 | 0.49 |
| Hex | 1B | F8 | 0 | 59 | 0 | 64 | 3 | 71 | 64 | 31 |
| Octal | 33 | 370 | 0 | 131 | 0 | 144 | 3 | 161 | 144 | 61 |
| Binary | 11011 | 11111000 | 0 | 1011001 | 0 | 1100100 | 11 | 1110001 | 1100100 | 110001 |
Color Harmonies of #1BF800
Complementary color
Monochromatic Colors of #1BF800
Black with #1BF800
Text Example
Text Example
White with #1BF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF800; }
p { color: rgb(27,248,0); }
H1.HeaderClassName
{
color: #1BF800;
}
.AnyTagClassName
{
color: #1BF800;
}
</style>
background-color css
<style>
a { background-color: #1BF800; }
a { background-color: rgb(27,248,0); }
div.DivClassName
{
background-color: #1BF800;
}
.BgClassName
{
background-color: #1BF800;
}
</style>
border-color css
<style>
span { border-color: #1BF800; }
span { border-color: rgb(27,248,0); }
td.TdClassName
{
border-color: #1BF800;
}
.TagClassName
{
border-color: #1BF800;
}
</style>