Shades of Free Speech Green #1BE921
Tints of Free Speech Green #1BE921
RGB
CMYK
RGB Variations
Color information
#1BE921 (or 0x1BE921) is known color: Free Speech Green. HEX triplet: 1B, E9 and 21. RGB value is (27,233,33). Sum of RGB (Red+Green+Blue) = 27+233+33=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 233 (91.41% from 255 or 79.52% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 233 - color contains mainly: green. Hex color #1BE921 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BE921 is #E416DE. Grayscale: #959595. Windows color (decimal): -14948063 or 2222363. OLE color: 2222363.
HSL color Cylindrical-coordinate representation of color #1BE921: hue angle of 121.75º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE921 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 233 | 33 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.09 |
| HSL | 121.75º | 0.82% | 0.51% | - |
| HSV(B) | 121.75º | 0.88% | 0.91% | - |
| XYZ | 29.87 | 58.62 | 11.18 | - |
| YUV | 148.61 | 62.75 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 233 | 33 | 0.88 | 0 | 0.86 | 0.09 | 121.75 | 0.82 | 0.51 |
| Hex | 1B | E9 | 21 | 58 | 0 | 56 | 9 | 7A | 52 | 33 |
| Octal | 33 | 351 | 41 | 130 | 0 | 126 | 11 | 172 | 122 | 63 |
| Binary | 11011 | 11101001 | 100001 | 1011000 | 0 | 1010110 | 1001 | 1111010 | 1010010 | 110011 |
Color Harmonies of #1BE921
Complementary color
Monochromatic Colors of #1BE921
Black with #1BE921
Text Example
Text Example
White with #1BE921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE921; }
p { color: rgb(27,233,33); }
H1.HeaderClassName
{
color: #1BE921;
}
.AnyTagClassName
{
color: #1BE921;
}
</style>
background-color css
<style>
a { background-color: #1BE921; }
a { background-color: rgb(27,233,33); }
div.DivClassName
{
background-color: #1BE921;
}
.BgClassName
{
background-color: #1BE921;
}
</style>
border-color css
<style>
span { border-color: #1BE921; }
span { border-color: rgb(27,233,33); }
td.TdClassName
{
border-color: #1BE921;
}
.TagClassName
{
border-color: #1BE921;
}
</style>