Shades of Free Speech Green #1BE407
Tints of Free Speech Green #1BE407
RGB
CMYK
RGB Variations
Color information
#1BE407 (or 0x1BE407) is known color: Free Speech Green. HEX triplet: 1B, E4 and 07. RGB value is (27,228,7). Sum of RGB (Red+Green+Blue) = 27+228+7=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 228 (89.45% from 255 or 87.02% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 228 - color contains mainly: green. Hex color #1BE407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BE407 is #E41BF8. Grayscale: #8F8F8F. Windows color (decimal): -14949369 or 517147. OLE color: 517147.
HSL color Cylindrical-coordinate representation of color #1BE407: hue angle of 114.57º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1BE407 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 228 | 7 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.11 |
| HSL | 114.57º | 0.94% | 0.46% | - |
| HSV(B) | 114.57º | 0.97% | 0.89% | - |
| XYZ | 28.23 | 55.74 | 9.47 | - |
| YUV | 142.71 | 51.41 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 228 | 7 | 0.88 | 0 | 0.97 | 0.11 | 114.57 | 0.94 | 0.46 |
| Hex | 1B | E4 | 7 | 58 | 0 | 61 | B | 73 | 5E | 2E |
| Octal | 33 | 344 | 7 | 130 | 0 | 141 | 13 | 163 | 136 | 56 |
| Binary | 11011 | 11100100 | 111 | 1011000 | 0 | 1100001 | 1011 | 1110011 | 1011110 | 101110 |
Color Harmonies of #1BE407
Complementary color
Monochromatic Colors of #1BE407
Black with #1BE407
Text Example
Text Example
White with #1BE407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE407; }
p { color: rgb(27,228,7); }
H1.HeaderClassName
{
color: #1BE407;
}
.AnyTagClassName
{
color: #1BE407;
}
</style>
background-color css
<style>
a { background-color: #1BE407; }
a { background-color: rgb(27,228,7); }
div.DivClassName
{
background-color: #1BE407;
}
.BgClassName
{
background-color: #1BE407;
}
</style>
border-color css
<style>
span { border-color: #1BE407; }
span { border-color: rgb(27,228,7); }
td.TdClassName
{
border-color: #1BE407;
}
.TagClassName
{
border-color: #1BE407;
}
</style>