Shades of Free Speech Green #1BED1F
Tints of Free Speech Green #1BED1F
RGB
CMYK
RGB Variations
Color information
#1BED1F (or 0x1BED1F) is known color: Free Speech Green. HEX triplet: 1B, ED and 1F. RGB value is (27,237,31). Sum of RGB (Red+Green+Blue) = 27+237+31=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 237 (92.97% from 255 or 80.34% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 237 - color contains mainly: green. Hex color #1BED1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BED1F is #E412E0. Grayscale: #979797. Windows color (decimal): -14947041 or 2092315. OLE color: 2092315.
HSL color Cylindrical-coordinate representation of color #1BED1F: hue angle of 121.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BED1F is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 237 | 31 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.07 |
| HSL | 121.14º | 0.85% | 0.52% | - |
| HSV(B) | 121.14º | 0.89% | 0.93% | - |
| XYZ | 30.98 | 60.9 | 11.42 | - |
| YUV | 150.73 | 60.43 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 237 | 31 | 0.89 | 0 | 0.87 | 0.07 | 121.14 | 0.85 | 0.52 |
| Hex | 1B | ED | 1F | 59 | 0 | 57 | 7 | 79 | 55 | 34 |
| Octal | 33 | 355 | 37 | 131 | 0 | 127 | 7 | 171 | 125 | 64 |
| Binary | 11011 | 11101101 | 11111 | 1011001 | 0 | 1010111 | 111 | 1111001 | 1010101 | 110100 |
Color Harmonies of #1BED1F
Complementary color
Monochromatic Colors of #1BED1F
Black with #1BED1F
Text Example
Text Example
White with #1BED1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BED1F; }
p { color: rgb(27,237,31); }
H1.HeaderClassName
{
color: #1BED1F;
}
.AnyTagClassName
{
color: #1BED1F;
}
</style>
background-color css
<style>
a { background-color: #1BED1F; }
a { background-color: rgb(27,237,31); }
div.DivClassName
{
background-color: #1BED1F;
}
.BgClassName
{
background-color: #1BED1F;
}
</style>
border-color css
<style>
span { border-color: #1BED1F; }
span { border-color: rgb(27,237,31); }
td.TdClassName
{
border-color: #1BED1F;
}
.TagClassName
{
border-color: #1BED1F;
}
</style>