Shades of Free Speech Green #1BE817
Tints of Free Speech Green #1BE817
RGB
CMYK
RGB Variations
Color information
#1BE817 (or 0x1BE817) is known color: Free Speech Green. HEX triplet: 1B, E8 and 17. RGB value is (27,232,23). Sum of RGB (Red+Green+Blue) = 27+232+23=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 232 (91.02% from 255 or 82.27% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 232 - color contains mainly: green. Hex color #1BE817 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BE817 is #E417E8. Grayscale: #939393. Windows color (decimal): -14948329 or 1566747. OLE color: 1566747.
HSL color Cylindrical-coordinate representation of color #1BE817: hue angle of 118.85º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1BE817 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 232 | 23 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.09 |
| HSL | 118.85º | 0.82% | 0.5% | - |
| HSV(B) | 118.85º | 0.9% | 0.91% | - |
| XYZ | 29.46 | 58.01 | 10.45 | - |
| YUV | 146.88 | 58.08 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 232 | 23 | 0.88 | 0 | 0.90 | 0.09 | 118.85 | 0.82 | 0.5 |
| Hex | 1B | E8 | 17 | 58 | 0 | 5A | 9 | 77 | 52 | 32 |
| Octal | 33 | 350 | 27 | 130 | 0 | 132 | 11 | 167 | 122 | 62 |
| Binary | 11011 | 11101000 | 10111 | 1011000 | 0 | 1011010 | 1001 | 1110111 | 1010010 | 110010 |
Color Harmonies of #1BE817
Complementary color
Monochromatic Colors of #1BE817
Black with #1BE817
Text Example
Text Example
White with #1BE817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE817; }
p { color: rgb(27,232,23); }
H1.HeaderClassName
{
color: #1BE817;
}
.AnyTagClassName
{
color: #1BE817;
}
</style>
background-color css
<style>
a { background-color: #1BE817; }
a { background-color: rgb(27,232,23); }
div.DivClassName
{
background-color: #1BE817;
}
.BgClassName
{
background-color: #1BE817;
}
</style>
border-color css
<style>
span { border-color: #1BE817; }
span { border-color: rgb(27,232,23); }
td.TdClassName
{
border-color: #1BE817;
}
.TagClassName
{
border-color: #1BE817;
}
</style>