Shades of Free Speech Green #1BEF18
Tints of Free Speech Green #1BEF18
RGB
CMYK
RGB Variations
Color information
#1BEF18 (or 0x1BEF18) is known color: Free Speech Green. HEX triplet: 1B, EF and 18. RGB value is (27,239,24). Sum of RGB (Red+Green+Blue) = 27+239+24=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 239 (93.75% from 255 or 82.41% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEF18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BEF18 is #E410E7. Grayscale: #979797. Windows color (decimal): -14946536 or 1634075. OLE color: 1634075.
HSL color Cylindrical-coordinate representation of color #1BEF18: hue angle of 119.16º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1BEF18 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 239 | 24 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.06 |
| HSL | 119.16º | 0.87% | 0.52% | - |
| HSV(B) | 119.16º | 0.9% | 0.94% | - |
| XYZ | 31.48 | 62.03 | 11.18 | - |
| YUV | 151.1 | 56.26 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 239 | 24 | 0.89 | 0 | 0.90 | 0.06 | 119.16 | 0.87 | 0.52 |
| Hex | 1B | EF | 18 | 59 | 0 | 5A | 6 | 77 | 57 | 34 |
| Octal | 33 | 357 | 30 | 131 | 0 | 132 | 6 | 167 | 127 | 64 |
| Binary | 11011 | 11101111 | 11000 | 1011001 | 0 | 1011010 | 110 | 1110111 | 1010111 | 110100 |
Color Harmonies of #1BEF18
Complementary color
Monochromatic Colors of #1BEF18
Black with #1BEF18
Text Example
Text Example
White with #1BEF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEF18; }
p { color: rgb(27,239,24); }
H1.HeaderClassName
{
color: #1BEF18;
}
.AnyTagClassName
{
color: #1BEF18;
}
</style>
background-color css
<style>
a { background-color: #1BEF18; }
a { background-color: rgb(27,239,24); }
div.DivClassName
{
background-color: #1BEF18;
}
.BgClassName
{
background-color: #1BEF18;
}
</style>
border-color css
<style>
span { border-color: #1BEF18; }
span { border-color: rgb(27,239,24); }
td.TdClassName
{
border-color: #1BEF18;
}
.TagClassName
{
border-color: #1BEF18;
}
</style>