Shades of Free Speech Green #1BEF1E
Tints of Free Speech Green #1BEF1E
RGB
CMYK
RGB Variations
Color information
#1BEF1E (or 0x1BEF1E) is known color: Free Speech Green. HEX triplet: 1B, EF and 1E. RGB value is (27,239,30). Sum of RGB (Red+Green+Blue) = 27+239+30=296 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.12% from 296); Green value is 239 (93.75% from 255 or 80.74% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BEF1E is #E410E1. Grayscale: #989898. Windows color (decimal): -14946530 or 2027291. OLE color: 2027291.
HSL color Cylindrical-coordinate representation of color #1BEF1E: hue angle of 120.85º 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 #1BEF1E is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 239 | 30 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.06 |
| HSL | 120.85º | 0.87% | 0.52% | - |
| HSV(B) | 120.85º | 0.89% | 0.94% | - |
| XYZ | 31.55 | 62.06 | 11.54 | - |
| YUV | 151.79 | 59.26 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 239 | 30 | 0.89 | 0 | 0.87 | 0.06 | 120.85 | 0.87 | 0.52 |
| Hex | 1B | EF | 1E | 59 | 0 | 57 | 6 | 79 | 57 | 34 |
| Octal | 33 | 357 | 36 | 131 | 0 | 127 | 6 | 171 | 127 | 64 |
| Binary | 11011 | 11101111 | 11110 | 1011001 | 0 | 1010111 | 110 | 1111001 | 1010111 | 110100 |
Color Harmonies of #1BEF1E
Complementary color
Monochromatic Colors of #1BEF1E
Black with #1BEF1E
Text Example
Text Example
White with #1BEF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEF1E; }
p { color: rgb(27,239,30); }
H1.HeaderClassName
{
color: #1BEF1E;
}
.AnyTagClassName
{
color: #1BEF1E;
}
</style>
background-color css
<style>
a { background-color: #1BEF1E; }
a { background-color: rgb(27,239,30); }
div.DivClassName
{
background-color: #1BEF1E;
}
.BgClassName
{
background-color: #1BEF1E;
}
</style>
border-color css
<style>
span { border-color: #1BEF1E; }
span { border-color: rgb(27,239,30); }
td.TdClassName
{
border-color: #1BEF1E;
}
.TagClassName
{
border-color: #1BEF1E;
}
</style>