Shades of Free Speech Green #1BEF00
Tints of Free Speech Green #1BEF00
RGB
CMYK
RGB Variations
Color information
#1BEF00 (or 0x1BEF00) is known color: Free Speech Green. HEX triplet: 1B, EF and 00. RGB value is (27,239,0). Sum of RGB (Red+Green+Blue) = 27+239+0=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 239 (93.75% from 255 or 89.85% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BEF00 is #E410FF. Grayscale: #959595. Windows color (decimal): -14946560 or 61211. OLE color: 61211.
HSL color Cylindrical-coordinate representation of color #1BEF00: hue angle of 113.22º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1BEF00 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 239 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.06 |
| HSL | 113.22º | 1% | 0.47% | - |
| HSV(B) | 113.22º | 1% | 0.94% | - |
| XYZ | 31.32 | 61.97 | 10.31 | - |
| YUV | 148.37 | 44.26 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 239 | 0 | 0.89 | 0 | 1 | 0.06 | 113.22 | 1 | 0.47 |
| Hex | 1B | EF | 0 | 59 | 0 | 64 | 6 | 71 | 64 | 2F |
| Octal | 33 | 357 | 0 | 131 | 0 | 144 | 6 | 161 | 144 | 57 |
| Binary | 11011 | 11101111 | 0 | 1011001 | 0 | 1100100 | 110 | 1110001 | 1100100 | 101111 |
Color Harmonies of #1BEF00
Complementary color
Monochromatic Colors of #1BEF00
Black with #1BEF00
Text Example
Text Example
White with #1BEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEF00; }
p { color: rgb(27,239,0); }
H1.HeaderClassName
{
color: #1BEF00;
}
.AnyTagClassName
{
color: #1BEF00;
}
</style>
background-color css
<style>
a { background-color: #1BEF00; }
a { background-color: rgb(27,239,0); }
div.DivClassName
{
background-color: #1BEF00;
}
.BgClassName
{
background-color: #1BEF00;
}
</style>
border-color css
<style>
span { border-color: #1BEF00; }
span { border-color: rgb(27,239,0); }
td.TdClassName
{
border-color: #1BEF00;
}
.TagClassName
{
border-color: #1BEF00;
}
</style>