Shades of Free Speech Green #1BDF1C
Tints of Free Speech Green #1BDF1C
RGB
CMYK
RGB Variations
Color information
#1BDF1C (or 0x1BDF1C) is known color: Free Speech Green. HEX triplet: 1B, DF and 1C. RGB value is (27,223,28). Sum of RGB (Red+Green+Blue) = 27+223+28=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 223 (87.5% from 255 or 80.22% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDF1C is #E420E3. Grayscale: #8E8E8E. Windows color (decimal): -14950628 or 1892123. OLE color: 1892123.
HSL color Cylindrical-coordinate representation of color #1BDF1C: hue angle of 120.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDF1C is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 28 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.13 |
| HSL | 120.31º | 0.78% | 0.49% | - |
| HSV(B) | 120.31º | 0.88% | 0.87% | - |
| XYZ | 27.05 | 53.09 | 9.92 | - |
| YUV | 142.17 | 63.57 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 28 | 0.88 | 0 | 0.87 | 0.13 | 120.31 | 0.78 | 0.49 |
| Hex | 1B | DF | 1C | 58 | 0 | 57 | D | 78 | 4E | 31 |
| Octal | 33 | 337 | 34 | 130 | 0 | 127 | 15 | 170 | 116 | 61 |
| Binary | 11011 | 11011111 | 11100 | 1011000 | 0 | 1010111 | 1101 | 1111000 | 1001110 | 110001 |
Color Harmonies of #1BDF1C
Complementary color
Monochromatic Colors of #1BDF1C
Black with #1BDF1C
Text Example
Text Example
White with #1BDF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF1C; }
p { color: rgb(27,223,28); }
H1.HeaderClassName
{
color: #1BDF1C;
}
.AnyTagClassName
{
color: #1BDF1C;
}
</style>
background-color css
<style>
a { background-color: #1BDF1C; }
a { background-color: rgb(27,223,28); }
div.DivClassName
{
background-color: #1BDF1C;
}
.BgClassName
{
background-color: #1BDF1C;
}
</style>
border-color css
<style>
span { border-color: #1BDF1C; }
span { border-color: rgb(27,223,28); }
td.TdClassName
{
border-color: #1BDF1C;
}
.TagClassName
{
border-color: #1BDF1C;
}
</style>