Shades of Free Speech Green #18EF1E
Tints of Free Speech Green #18EF1E
RGB
CMYK
RGB Variations
Color information
#18EF1E (or 0x18EF1E) is known color: Free Speech Green. HEX triplet: 18, EF and 1E. RGB value is (24,239,30). Sum of RGB (Red+Green+Blue) = 24+239+30=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 239 (93.75% from 255 or 81.57% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EF1E is #E710E1. Grayscale: #979797. Windows color (decimal): -15143138 or 2027288. OLE color: 2027288.
HSL color Cylindrical-coordinate representation of color #18EF1E: hue angle of 121.67º 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 #18EF1E is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 30 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.06 |
| HSL | 121.67º | 0.87% | 0.52% | - |
| HSV(B) | 121.67º | 0.9% | 0.94% | - |
| XYZ | 31.48 | 62.02 | 11.54 | - |
| YUV | 150.89 | 59.77 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 30 | 0.90 | 0 | 0.87 | 0.06 | 121.67 | 0.87 | 0.52 |
| Hex | 18 | EF | 1E | 5A | 0 | 57 | 6 | 7A | 57 | 34 |
| Octal | 30 | 357 | 36 | 132 | 0 | 127 | 6 | 172 | 127 | 64 |
| Binary | 11000 | 11101111 | 11110 | 1011010 | 0 | 1010111 | 110 | 1111010 | 1010111 | 110100 |
Color Harmonies of #18EF1E
Complementary color
Monochromatic Colors of #18EF1E
Black with #18EF1E
Text Example
Text Example
White with #18EF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EF1E; }
p { color: rgb(24,239,30); }
H1.HeaderClassName
{
color: #18EF1E;
}
.AnyTagClassName
{
color: #18EF1E;
}
</style>
background-color css
<style>
a { background-color: #18EF1E; }
a { background-color: rgb(24,239,30); }
div.DivClassName
{
background-color: #18EF1E;
}
.BgClassName
{
background-color: #18EF1E;
}
</style>
border-color css
<style>
span { border-color: #18EF1E; }
span { border-color: rgb(24,239,30); }
td.TdClassName
{
border-color: #18EF1E;
}
.TagClassName
{
border-color: #18EF1E;
}
</style>