Shades of Free Speech Green #1BFD06
Tints of Free Speech Green #1BFD06
RGB
CMYK
RGB Variations
Color information
#1BFD06 (or 0x1BFD06) is known color: Free Speech Green. HEX triplet: 1B, FD and 06. RGB value is (27,253,6). Sum of RGB (Red+Green+Blue) = 27+253+6=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 253 (99.22% from 255 or 88.46% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 253 - color contains mainly: green. Hex color #1BFD06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BFD06 is #E402F9. Grayscale: #9E9E9E. Windows color (decimal): -14942970 or 458011. OLE color: 458011.
HSL color Cylindrical-coordinate representation of color #1BFD06: hue angle of 114.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1BFD06 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 253 | 6 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.01 |
| HSL | 114.9º | 0.98% | 0.51% | - |
| HSV(B) | 114.9º | 0.98% | 0.99% | - |
| XYZ | 35.61 | 70.5 | 11.9 | - |
| YUV | 157.27 | 42.63 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 253 | 6 | 0.89 | 0 | 0.98 | 0.01 | 114.9 | 0.98 | 0.51 |
| Hex | 1B | FD | 6 | 59 | 0 | 62 | 1 | 73 | 62 | 33 |
| Octal | 33 | 375 | 6 | 131 | 0 | 142 | 1 | 163 | 142 | 63 |
| Binary | 11011 | 11111101 | 110 | 1011001 | 0 | 1100010 | 1 | 1110011 | 1100010 | 110011 |
Color Harmonies of #1BFD06
Complementary color
Monochromatic Colors of #1BFD06
Black with #1BFD06
Text Example
Text Example
White with #1BFD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFD06; }
p { color: rgb(27,253,6); }
H1.HeaderClassName
{
color: #1BFD06;
}
.AnyTagClassName
{
color: #1BFD06;
}
</style>
background-color css
<style>
a { background-color: #1BFD06; }
a { background-color: rgb(27,253,6); }
div.DivClassName
{
background-color: #1BFD06;
}
.BgClassName
{
background-color: #1BFD06;
}
</style>
border-color css
<style>
span { border-color: #1BFD06; }
span { border-color: rgb(27,253,6); }
td.TdClassName
{
border-color: #1BFD06;
}
.TagClassName
{
border-color: #1BFD06;
}
</style>