Shades of Free Speech Green #1BFE0C
Tints of Free Speech Green #1BFE0C
RGB
CMYK
RGB Variations
Color information
#1BFE0C (or 0x1BFE0C) is known color: Free Speech Green. HEX triplet: 1B, FE and 0C. RGB value is (27,254,12). Sum of RGB (Red+Green+Blue) = 27+254+12=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 254 (99.61% from 255 or 86.69% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 254 - color contains mainly: green. Hex color #1BFE0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BFE0C is #E401F3. Grayscale: #9F9F9F. Windows color (decimal): -14942708 or 851483. OLE color: 851483.
HSL color Cylindrical-coordinate representation of color #1BFE0C: hue angle of 116.28º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1BFE0C is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 254 | 12 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.00 |
| HSL | 116.28º | 0.99% | 0.52% | - |
| HSV(B) | 116.28º | 0.95% | 1% | - |
| XYZ | 35.96 | 71.14 | 12.18 | - |
| YUV | 158.54 | 45.29 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 254 | 12 | 0.89 | 0 | 0.95 | 0.00 | 116.28 | 0.99 | 0.52 |
| Hex | 1B | FE | C | 59 | 0 | 5F | 0 | 74 | 63 | 34 |
| Octal | 33 | 376 | 14 | 131 | 0 | 137 | 0 | 164 | 143 | 64 |
| Binary | 11011 | 11111110 | 1100 | 1011001 | 0 | 1011111 | 0 | 1110100 | 1100011 | 110100 |
Color Harmonies of #1BFE0C
Complementary color
Monochromatic Colors of #1BFE0C
Black with #1BFE0C
Text Example
Text Example
White with #1BFE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFE0C; }
p { color: rgb(27,254,12); }
H1.HeaderClassName
{
color: #1BFE0C;
}
.AnyTagClassName
{
color: #1BFE0C;
}
</style>
background-color css
<style>
a { background-color: #1BFE0C; }
a { background-color: rgb(27,254,12); }
div.DivClassName
{
background-color: #1BFE0C;
}
.BgClassName
{
background-color: #1BFE0C;
}
</style>
border-color css
<style>
span { border-color: #1BFE0C; }
span { border-color: rgb(27,254,12); }
td.TdClassName
{
border-color: #1BFE0C;
}
.TagClassName
{
border-color: #1BFE0C;
}
</style>