Shades of Free Speech Green #1BFB0C
Tints of Free Speech Green #1BFB0C
RGB
CMYK
RGB Variations
Color information
#1BFB0C (or 0x1BFB0C) is known color: Free Speech Green. HEX triplet: 1B, FB and 0C. RGB value is (27,251,12). Sum of RGB (Red+Green+Blue) = 27+251+12=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 251 (98.44% from 255 or 86.55% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 251 - color contains mainly: green. Hex color #1BFB0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BFB0C is #E404F3. Grayscale: #9D9D9D. Windows color (decimal): -14943476 or 850715. OLE color: 850715.
HSL color Cylindrical-coordinate representation of color #1BFB0C: hue angle of 116.23º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1BFB0C is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 251 | 12 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.02 |
| HSL | 116.23º | 0.97% | 0.52% | - |
| HSV(B) | 116.23º | 0.95% | 0.98% | - |
| XYZ | 35.02 | 69.25 | 11.87 | - |
| YUV | 156.78 | 46.29 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 251 | 12 | 0.89 | 0 | 0.95 | 0.02 | 116.23 | 0.97 | 0.52 |
| Hex | 1B | FB | C | 59 | 0 | 5F | 2 | 74 | 61 | 34 |
| Octal | 33 | 373 | 14 | 131 | 0 | 137 | 2 | 164 | 141 | 64 |
| Binary | 11011 | 11111011 | 1100 | 1011001 | 0 | 1011111 | 10 | 1110100 | 1100001 | 110100 |
Color Harmonies of #1BFB0C
Complementary color
Monochromatic Colors of #1BFB0C
Black with #1BFB0C
Text Example
Text Example
White with #1BFB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFB0C; }
p { color: rgb(27,251,12); }
H1.HeaderClassName
{
color: #1BFB0C;
}
.AnyTagClassName
{
color: #1BFB0C;
}
</style>
background-color css
<style>
a { background-color: #1BFB0C; }
a { background-color: rgb(27,251,12); }
div.DivClassName
{
background-color: #1BFB0C;
}
.BgClassName
{
background-color: #1BFB0C;
}
</style>
border-color css
<style>
span { border-color: #1BFB0C; }
span { border-color: rgb(27,251,12); }
td.TdClassName
{
border-color: #1BFB0C;
}
.TagClassName
{
border-color: #1BFB0C;
}
</style>