Shades of Free Speech Green #1BE21C
Tints of Free Speech Green #1BE21C
RGB
CMYK
RGB Variations
Color information
#1BE21C (or 0x1BE21C) is known color: Free Speech Green. HEX triplet: 1B, E2 and 1C. RGB value is (27,226,28). Sum of RGB (Red+Green+Blue) = 27+226+28=281 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.61% from 281); Green value is 226 (88.67% from 255 or 80.43% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 226 - color contains mainly: green. Hex color #1BE21C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BE21C is #E41DE3. Grayscale: #909090. Windows color (decimal): -14949860 or 1892891. OLE color: 1892891.
HSL color Cylindrical-coordinate representation of color #1BE21C: hue angle of 120.3º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE21C is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 226 | 28 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.11 |
| HSL | 120.3º | 0.79% | 0.5% | - |
| HSV(B) | 120.3º | 0.88% | 0.89% | - |
| XYZ | 27.86 | 54.71 | 10.19 | - |
| YUV | 143.93 | 62.57 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 226 | 28 | 0.88 | 0 | 0.88 | 0.11 | 120.3 | 0.79 | 0.5 |
| Hex | 1B | E2 | 1C | 58 | 0 | 58 | B | 78 | 4F | 32 |
| Octal | 33 | 342 | 34 | 130 | 0 | 130 | 13 | 170 | 117 | 62 |
| Binary | 11011 | 11100010 | 11100 | 1011000 | 0 | 1011000 | 1011 | 1111000 | 1001111 | 110010 |
Color Harmonies of #1BE21C
Complementary color
Monochromatic Colors of #1BE21C
Black with #1BE21C
Text Example
Text Example
White with #1BE21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE21C; }
p { color: rgb(27,226,28); }
H1.HeaderClassName
{
color: #1BE21C;
}
.AnyTagClassName
{
color: #1BE21C;
}
</style>
background-color css
<style>
a { background-color: #1BE21C; }
a { background-color: rgb(27,226,28); }
div.DivClassName
{
background-color: #1BE21C;
}
.BgClassName
{
background-color: #1BE21C;
}
</style>
border-color css
<style>
span { border-color: #1BE21C; }
span { border-color: rgb(27,226,28); }
td.TdClassName
{
border-color: #1BE21C;
}
.TagClassName
{
border-color: #1BE21C;
}
</style>