Shades of Free Speech Green #1BED2B
Tints of Free Speech Green #1BED2B
RGB
CMYK
RGB Variations
Color information
#1BED2B (or 0x1BED2B) is known color: Free Speech Green. HEX triplet: 1B, ED and 2B. RGB value is (27,237,43). Sum of RGB (Red+Green+Blue) = 27+237+43=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 237 (92.97% from 255 or 77.20% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 237 - color contains mainly: green. Hex color #1BED2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BED2B is #E412D4. Grayscale: #989898. Windows color (decimal): -14947029 or 2878747. OLE color: 2878747.
HSL color Cylindrical-coordinate representation of color #1BED2B: hue angle of 124.57º 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 #1BED2B is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 237 | 43 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.07 |
| HSL | 124.57º | 0.85% | 0.52% | - |
| HSV(B) | 124.57º | 0.89% | 0.93% | - |
| XYZ | 31.17 | 60.98 | 12.41 | - |
| YUV | 152.09 | 66.43 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 237 | 43 | 0.89 | 0 | 0.82 | 0.07 | 124.57 | 0.85 | 0.52 |
| Hex | 1B | ED | 2B | 59 | 0 | 52 | 7 | 7D | 55 | 34 |
| Octal | 33 | 355 | 53 | 131 | 0 | 122 | 7 | 175 | 125 | 64 |
| Binary | 11011 | 11101101 | 101011 | 1011001 | 0 | 1010010 | 111 | 1111101 | 1010101 | 110100 |
Color Harmonies of #1BED2B
Complementary color
Monochromatic Colors of #1BED2B
Black with #1BED2B
Text Example
Text Example
White with #1BED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BED2B; }
p { color: rgb(27,237,43); }
H1.HeaderClassName
{
color: #1BED2B;
}
.AnyTagClassName
{
color: #1BED2B;
}
</style>
background-color css
<style>
a { background-color: #1BED2B; }
a { background-color: rgb(27,237,43); }
div.DivClassName
{
background-color: #1BED2B;
}
.BgClassName
{
background-color: #1BED2B;
}
</style>
border-color css
<style>
span { border-color: #1BED2B; }
span { border-color: rgb(27,237,43); }
td.TdClassName
{
border-color: #1BED2B;
}
.TagClassName
{
border-color: #1BED2B;
}
</style>