Shades of Free Speech Green #1BFF04
Tints of Free Speech Green #1BFF04
RGB
CMYK
RGB Variations
Color information
#1BFF04 (or 0x1BFF04) is known color: Free Speech Green. HEX triplet: 1B, FF and 04. RGB value is (27,255,4). Sum of RGB (Red+Green+Blue) = 27+255+4=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 255 (100% from 255 or 89.16% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 255 - color contains mainly: green. Hex color #1BFF04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BFF04 is #E400FB. Grayscale: #9E9E9E. Windows color (decimal): -14942460 or 327451. OLE color: 327451.
HSL color Cylindrical-coordinate representation of color #1BFF04: hue angle of 114.5º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1BFF04 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 255 | 4 | - |
| CMYK | 0.89 | 0 | 0.98 | 0 |
| HSL | 114.5º | 1% | 0.51% | - |
| HSV(B) | 114.5º | 0.98% | 1% | - |
| XYZ | 36.23 | 71.76 | 12.06 | - |
| YUV | 158.21 | 40.96 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 255 | 4 | 0.89 | 0 | 0.98 | 0 | 114.5 | 1 | 0.51 |
| Hex | 1B | FF | 4 | 59 | 0 | 62 | 0 | 73 | 64 | 33 |
| Octal | 33 | 377 | 4 | 131 | 0 | 142 | 0 | 163 | 144 | 63 |
| Binary | 11011 | 11111111 | 100 | 1011001 | 0 | 1100010 | 0 | 1110011 | 1100100 | 110011 |
Color Harmonies of #1BFF04
Complementary color
Monochromatic Colors of #1BFF04
Black with #1BFF04
Text Example
Text Example
White with #1BFF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFF04; }
p { color: rgb(27,255,4); }
H1.HeaderClassName
{
color: #1BFF04;
}
.AnyTagClassName
{
color: #1BFF04;
}
</style>
background-color css
<style>
a { background-color: #1BFF04; }
a { background-color: rgb(27,255,4); }
div.DivClassName
{
background-color: #1BFF04;
}
.BgClassName
{
background-color: #1BFF04;
}
</style>
border-color css
<style>
span { border-color: #1BFF04; }
span { border-color: rgb(27,255,4); }
td.TdClassName
{
border-color: #1BFF04;
}
.TagClassName
{
border-color: #1BFF04;
}
</style>