Shades of Free Speech Green #1BEA1F
Tints of Free Speech Green #1BEA1F
RGB
CMYK
RGB Variations
Color information
#1BEA1F (or 0x1BEA1F) is known color: Free Speech Green. HEX triplet: 1B, EA and 1F. RGB value is (27,234,31). Sum of RGB (Red+Green+Blue) = 27+234+31=292 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.25% from 292); Green value is 234 (91.80% from 255 or 80.14% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEA1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BEA1F is #E415E0. Grayscale: #959595. Windows color (decimal): -14947809 or 2091547. OLE color: 2091547.
HSL color Cylindrical-coordinate representation of color #1BEA1F: hue angle of 121.16º 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 #1BEA1F is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 234 | 31 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.08 |
| HSL | 121.16º | 0.83% | 0.51% | - |
| HSV(B) | 121.16º | 0.88% | 0.92% | - |
| XYZ | 30.12 | 59.18 | 11.13 | - |
| YUV | 148.97 | 61.42 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 234 | 31 | 0.88 | 0 | 0.87 | 0.08 | 121.16 | 0.83 | 0.51 |
| Hex | 1B | EA | 1F | 58 | 0 | 57 | 8 | 79 | 53 | 33 |
| Octal | 33 | 352 | 37 | 130 | 0 | 127 | 10 | 171 | 123 | 63 |
| Binary | 11011 | 11101010 | 11111 | 1011000 | 0 | 1010111 | 1000 | 1111001 | 1010011 | 110011 |
Color Harmonies of #1BEA1F
Complementary color
Monochromatic Colors of #1BEA1F
Black with #1BEA1F
Text Example
Text Example
White with #1BEA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEA1F; }
p { color: rgb(27,234,31); }
H1.HeaderClassName
{
color: #1BEA1F;
}
.AnyTagClassName
{
color: #1BEA1F;
}
</style>
background-color css
<style>
a { background-color: #1BEA1F; }
a { background-color: rgb(27,234,31); }
div.DivClassName
{
background-color: #1BEA1F;
}
.BgClassName
{
background-color: #1BEA1F;
}
</style>
border-color css
<style>
span { border-color: #1BEA1F; }
span { border-color: rgb(27,234,31); }
td.TdClassName
{
border-color: #1BEA1F;
}
.TagClassName
{
border-color: #1BEA1F;
}
</style>