Shades of Free Speech Green #1BFD14
Tints of Free Speech Green #1BFD14
RGB
CMYK
RGB Variations
Color information
#1BFD14 (or 0x1BFD14) is known color: Free Speech Green. HEX triplet: 1B, FD and 14. RGB value is (27,253,20). Sum of RGB (Red+Green+Blue) = 27+253+20=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 253 (99.22% from 255 or 84.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 253 - color contains mainly: green. Hex color #1BFD14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BFD14 is #E402EB. Grayscale: #9F9F9F. Windows color (decimal): -14942956 or 1375515. OLE color: 1375515.
HSL color Cylindrical-coordinate representation of color #1BFD14: hue angle of 118.2º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BFD14 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 253 | 20 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.01 |
| HSL | 118.2º | 0.98% | 0.54% | - |
| HSV(B) | 118.2º | 0.92% | 0.99% | - |
| XYZ | 35.7 | 70.53 | 12.39 | - |
| YUV | 158.86 | 49.63 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 253 | 20 | 0.89 | 0 | 0.92 | 0.01 | 118.2 | 0.98 | 0.54 |
| Hex | 1B | FD | 14 | 59 | 0 | 5C | 1 | 76 | 62 | 36 |
| Octal | 33 | 375 | 24 | 131 | 0 | 134 | 1 | 166 | 142 | 66 |
| Binary | 11011 | 11111101 | 10100 | 1011001 | 0 | 1011100 | 1 | 1110110 | 1100010 | 110110 |
Color Harmonies of #1BFD14
Complementary color
Monochromatic Colors of #1BFD14
Black with #1BFD14
Text Example
Text Example
White with #1BFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFD14; }
p { color: rgb(27,253,20); }
H1.HeaderClassName
{
color: #1BFD14;
}
.AnyTagClassName
{
color: #1BFD14;
}
</style>
background-color css
<style>
a { background-color: #1BFD14; }
a { background-color: rgb(27,253,20); }
div.DivClassName
{
background-color: #1BFD14;
}
.BgClassName
{
background-color: #1BFD14;
}
</style>
border-color css
<style>
span { border-color: #1BFD14; }
span { border-color: rgb(27,253,20); }
td.TdClassName
{
border-color: #1BFD14;
}
.TagClassName
{
border-color: #1BFD14;
}
</style>