Shades of Free Speech Green #1BEA20
Tints of Free Speech Green #1BEA20
RGB
CMYK
RGB Variations
Color information
#1BEA20 (or 0x1BEA20) is known color: Free Speech Green. HEX triplet: 1B, EA and 20. RGB value is (27,234,32). Sum of RGB (Red+Green+Blue) = 27+234+32=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 234 (91.80% from 255 or 79.86% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEA20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BEA20 is #E415DF. Grayscale: #959595. Windows color (decimal): -14947808 or 2157083. OLE color: 2157083.
HSL color Cylindrical-coordinate representation of color #1BEA20: hue angle of 121.45º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BEA20 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 234 | 32 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.08 |
| HSL | 121.45º | 0.83% | 0.51% | - |
| HSV(B) | 121.45º | 0.88% | 0.92% | - |
| XYZ | 30.14 | 59.18 | 11.2 | - |
| YUV | 149.08 | 61.92 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 234 | 32 | 0.88 | 0 | 0.86 | 0.08 | 121.45 | 0.83 | 0.51 |
| Hex | 1B | EA | 20 | 58 | 0 | 56 | 8 | 79 | 53 | 33 |
| Octal | 33 | 352 | 40 | 130 | 0 | 126 | 10 | 171 | 123 | 63 |
| Binary | 11011 | 11101010 | 100000 | 1011000 | 0 | 1010110 | 1000 | 1111001 | 1010011 | 110011 |
Color Harmonies of #1BEA20
Complementary color
Monochromatic Colors of #1BEA20
Black with #1BEA20
Text Example
Text Example
White with #1BEA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEA20; }
p { color: rgb(27,234,32); }
H1.HeaderClassName
{
color: #1BEA20;
}
.AnyTagClassName
{
color: #1BEA20;
}
</style>
background-color css
<style>
a { background-color: #1BEA20; }
a { background-color: rgb(27,234,32); }
div.DivClassName
{
background-color: #1BEA20;
}
.BgClassName
{
background-color: #1BEA20;
}
</style>
border-color css
<style>
span { border-color: #1BEA20; }
span { border-color: rgb(27,234,32); }
td.TdClassName
{
border-color: #1BEA20;
}
.TagClassName
{
border-color: #1BEA20;
}
</style>