Shades of Free Speech Green #18EF1B
Tints of Free Speech Green #18EF1B
RGB
CMYK
RGB Variations
Color information
#18EF1B (or 0x18EF1B) is known color: Free Speech Green. HEX triplet: 18, EF and 1B. RGB value is (24,239,27). Sum of RGB (Red+Green+Blue) = 24+239+27=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 239 (93.75% from 255 or 82.41% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF1B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EF1B is #E710E4. Grayscale: #979797. Windows color (decimal): -15143141 or 1830680. OLE color: 1830680.
HSL color Cylindrical-coordinate representation of color #18EF1B: hue angle of 120.84º 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 #18EF1B is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 27 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.06 |
| HSL | 120.84º | 0.87% | 0.52% | - |
| HSV(B) | 120.84º | 0.9% | 0.94% | - |
| XYZ | 31.44 | 62.01 | 11.35 | - |
| YUV | 150.55 | 58.27 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 27 | 0.90 | 0 | 0.89 | 0.06 | 120.84 | 0.87 | 0.52 |
| Hex | 18 | EF | 1B | 5A | 0 | 59 | 6 | 79 | 57 | 34 |
| Octal | 30 | 357 | 33 | 132 | 0 | 131 | 6 | 171 | 127 | 64 |
| Binary | 11000 | 11101111 | 11011 | 1011010 | 0 | 1011001 | 110 | 1111001 | 1010111 | 110100 |
Color Harmonies of #18EF1B
Complementary color
Monochromatic Colors of #18EF1B
Black with #18EF1B
Text Example
Text Example
White with #18EF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EF1B; }
p { color: rgb(24,239,27); }
H1.HeaderClassName
{
color: #18EF1B;
}
.AnyTagClassName
{
color: #18EF1B;
}
</style>
background-color css
<style>
a { background-color: #18EF1B; }
a { background-color: rgb(24,239,27); }
div.DivClassName
{
background-color: #18EF1B;
}
.BgClassName
{
background-color: #18EF1B;
}
</style>
border-color css
<style>
span { border-color: #18EF1B; }
span { border-color: rgb(24,239,27); }
td.TdClassName
{
border-color: #18EF1B;
}
.TagClassName
{
border-color: #18EF1B;
}
</style>