Shades of Free Speech Green #1BDF13
Tints of Free Speech Green #1BDF13
RGB
CMYK
RGB Variations
Color information
#1BDF13 (or 0x1BDF13) is known color: Free Speech Green. HEX triplet: 1B, DF and 13. RGB value is (27,223,19). Sum of RGB (Red+Green+Blue) = 27+223+19=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 223 (87.5% from 255 or 82.90% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BDF13 is #E420EC. Grayscale: #8D8D8D. Windows color (decimal): -14950637 or 1302299. OLE color: 1302299.
HSL color Cylindrical-coordinate representation of color #1BDF13: hue angle of 117.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1BDF13 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 19 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.13 |
| HSL | 117.65º | 0.84% | 0.47% | - |
| HSV(B) | 117.65º | 0.91% | 0.87% | - |
| XYZ | 26.96 | 53.06 | 9.44 | - |
| YUV | 141.14 | 59.07 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 19 | 0.88 | 0 | 0.91 | 0.13 | 117.65 | 0.84 | 0.47 |
| Hex | 1B | DF | 13 | 58 | 0 | 5B | D | 76 | 54 | 2F |
| Octal | 33 | 337 | 23 | 130 | 0 | 133 | 15 | 166 | 124 | 57 |
| Binary | 11011 | 11011111 | 10011 | 1011000 | 0 | 1011011 | 1101 | 1110110 | 1010100 | 101111 |
Color Harmonies of #1BDF13
Complementary color
Monochromatic Colors of #1BDF13
Black with #1BDF13
Text Example
Text Example
White with #1BDF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF13; }
p { color: rgb(27,223,19); }
H1.HeaderClassName
{
color: #1BDF13;
}
.AnyTagClassName
{
color: #1BDF13;
}
</style>
background-color css
<style>
a { background-color: #1BDF13; }
a { background-color: rgb(27,223,19); }
div.DivClassName
{
background-color: #1BDF13;
}
.BgClassName
{
background-color: #1BDF13;
}
</style>
border-color css
<style>
span { border-color: #1BDF13; }
span { border-color: rgb(27,223,19); }
td.TdClassName
{
border-color: #1BDF13;
}
.TagClassName
{
border-color: #1BDF13;
}
</style>