Shades of Free Speech Green #1BDF1D
Tints of Free Speech Green #1BDF1D
RGB
CMYK
RGB Variations
Color information
#1BDF1D (or 0x1BDF1D) is known color: Free Speech Green. HEX triplet: 1B, DF and 1D. RGB value is (27,223,29). Sum of RGB (Red+Green+Blue) = 27+223+29=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 223 (87.5% from 255 or 79.93% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDF1D is #E420E2. Grayscale: #8E8E8E. Windows color (decimal): -14950627 or 1957659. OLE color: 1957659.
HSL color Cylindrical-coordinate representation of color #1BDF1D: hue angle of 120.61º 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 #1BDF1D is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 29 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.13 |
| HSL | 120.61º | 0.78% | 0.49% | - |
| HSV(B) | 120.61º | 0.88% | 0.87% | - |
| XYZ | 27.06 | 53.1 | 9.98 | - |
| YUV | 142.28 | 64.07 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 29 | 0.88 | 0 | 0.87 | 0.13 | 120.61 | 0.78 | 0.49 |
| Hex | 1B | DF | 1D | 58 | 0 | 57 | D | 79 | 4E | 31 |
| Octal | 33 | 337 | 35 | 130 | 0 | 127 | 15 | 171 | 116 | 61 |
| Binary | 11011 | 11011111 | 11101 | 1011000 | 0 | 1010111 | 1101 | 1111001 | 1001110 | 110001 |
Color Harmonies of #1BDF1D
Complementary color
Monochromatic Colors of #1BDF1D
Black with #1BDF1D
Text Example
Text Example
White with #1BDF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF1D; }
p { color: rgb(27,223,29); }
H1.HeaderClassName
{
color: #1BDF1D;
}
.AnyTagClassName
{
color: #1BDF1D;
}
</style>
background-color css
<style>
a { background-color: #1BDF1D; }
a { background-color: rgb(27,223,29); }
div.DivClassName
{
background-color: #1BDF1D;
}
.BgClassName
{
background-color: #1BDF1D;
}
</style>
border-color css
<style>
span { border-color: #1BDF1D; }
span { border-color: rgb(27,223,29); }
td.TdClassName
{
border-color: #1BDF1D;
}
.TagClassName
{
border-color: #1BDF1D;
}
</style>