Shades of Free Speech Green #1BEF20
Tints of Free Speech Green #1BEF20
RGB
CMYK
RGB Variations
Color information
#1BEF20 (or 0x1BEF20) is known color: Free Speech Green. HEX triplet: 1B, EF and 20. RGB value is (27,239,32). Sum of RGB (Red+Green+Blue) = 27+239+32=298 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.06% from 298); Green value is 239 (93.75% from 255 or 80.20% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEF20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BEF20 is #E410DF. Grayscale: #989898. Windows color (decimal): -14946528 or 2158363. OLE color: 2158363.
HSL color Cylindrical-coordinate representation of color #1BEF20: hue angle of 121.42º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEF20 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 239 | 32 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.06 |
| HSL | 121.42º | 0.87% | 0.52% | - |
| HSV(B) | 121.42º | 0.89% | 0.94% | - |
| XYZ | 31.58 | 62.07 | 11.68 | - |
| YUV | 152.01 | 60.26 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 239 | 32 | 0.89 | 0 | 0.87 | 0.06 | 121.42 | 0.87 | 0.52 |
| Hex | 1B | EF | 20 | 59 | 0 | 57 | 6 | 79 | 57 | 34 |
| Octal | 33 | 357 | 40 | 131 | 0 | 127 | 6 | 171 | 127 | 64 |
| Binary | 11011 | 11101111 | 100000 | 1011001 | 0 | 1010111 | 110 | 1111001 | 1010111 | 110100 |
Color Harmonies of #1BEF20
Complementary color
Monochromatic Colors of #1BEF20
Black with #1BEF20
Text Example
Text Example
White with #1BEF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEF20; }
p { color: rgb(27,239,32); }
H1.HeaderClassName
{
color: #1BEF20;
}
.AnyTagClassName
{
color: #1BEF20;
}
</style>
background-color css
<style>
a { background-color: #1BEF20; }
a { background-color: rgb(27,239,32); }
div.DivClassName
{
background-color: #1BEF20;
}
.BgClassName
{
background-color: #1BEF20;
}
</style>
border-color css
<style>
span { border-color: #1BEF20; }
span { border-color: rgb(27,239,32); }
td.TdClassName
{
border-color: #1BEF20;
}
.TagClassName
{
border-color: #1BEF20;
}
</style>