Shades of Free Speech Green #1BE600
Tints of Free Speech Green #1BE600
RGB
CMYK
RGB Variations
Color information
#1BE600 (or 0x1BE600) is known color: Free Speech Green. HEX triplet: 1B, E6 and 00. RGB value is (27,230,0). Sum of RGB (Red+Green+Blue) = 27+230+0=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 230 (90.23% from 255 or 89.49% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 230 - color contains mainly: green. Hex color #1BE600 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BE600 is #E419FF. Grayscale: #8F8F8F. Windows color (decimal): -14948864 or 58907. OLE color: 58907.
HSL color Cylindrical-coordinate representation of color #1BE600: hue angle of 112.96º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1BE600 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 230 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.10 |
| HSL | 112.96º | 1% | 0.45% | - |
| HSV(B) | 112.96º | 1% | 0.9% | - |
| XYZ | 28.75 | 56.83 | 9.45 | - |
| YUV | 143.08 | 47.25 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 230 | 0 | 0.88 | 0 | 1 | 0.10 | 112.96 | 1 | 0.45 |
| Hex | 1B | E6 | 0 | 58 | 0 | 64 | A | 71 | 64 | 2D |
| Octal | 33 | 346 | 0 | 130 | 0 | 144 | 12 | 161 | 144 | 55 |
| Binary | 11011 | 11100110 | 0 | 1011000 | 0 | 1100100 | 1010 | 1110001 | 1100100 | 101101 |
Color Harmonies of #1BE600
Complementary color
Monochromatic Colors of #1BE600
Black with #1BE600
Text Example
Text Example
White with #1BE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE600; }
p { color: rgb(27,230,0); }
H1.HeaderClassName
{
color: #1BE600;
}
.AnyTagClassName
{
color: #1BE600;
}
</style>
background-color css
<style>
a { background-color: #1BE600; }
a { background-color: rgb(27,230,0); }
div.DivClassName
{
background-color: #1BE600;
}
.BgClassName
{
background-color: #1BE600;
}
</style>
border-color css
<style>
span { border-color: #1BE600; }
span { border-color: rgb(27,230,0); }
td.TdClassName
{
border-color: #1BE600;
}
.TagClassName
{
border-color: #1BE600;
}
</style>