Shades of Free Speech Green #18EA1E
Tints of Free Speech Green #18EA1E
RGB
CMYK
RGB Variations
Color information
#18EA1E (or 0x18EA1E) is known color: Free Speech Green. HEX triplet: 18, EA and 1E. RGB value is (24,234,30). Sum of RGB (Red+Green+Blue) = 24+234+30=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 234 (91.80% from 255 or 81.25% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 234 - color contains mainly: green. Hex color #18EA1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EA1E is #E715E1. Grayscale: #949494. Windows color (decimal): -15144418 or 2026008. OLE color: 2026008.
HSL color Cylindrical-coordinate representation of color #18EA1E: hue angle of 121.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EA1E is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 30 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.08 |
| HSL | 121.71º | 0.83% | 0.51% | - |
| HSV(B) | 121.71º | 0.9% | 0.92% | - |
| XYZ | 30.03 | 59.13 | 11.06 | - |
| YUV | 147.95 | 61.43 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 30 | 0.90 | 0 | 0.87 | 0.08 | 121.71 | 0.83 | 0.51 |
| Hex | 18 | EA | 1E | 5A | 0 | 57 | 8 | 7A | 53 | 33 |
| Octal | 30 | 352 | 36 | 132 | 0 | 127 | 10 | 172 | 123 | 63 |
| Binary | 11000 | 11101010 | 11110 | 1011010 | 0 | 1010111 | 1000 | 1111010 | 1010011 | 110011 |
Color Harmonies of #18EA1E
Complementary color
Monochromatic Colors of #18EA1E
Black with #18EA1E
Text Example
Text Example
White with #18EA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EA1E; }
p { color: rgb(24,234,30); }
H1.HeaderClassName
{
color: #18EA1E;
}
.AnyTagClassName
{
color: #18EA1E;
}
</style>
background-color css
<style>
a { background-color: #18EA1E; }
a { background-color: rgb(24,234,30); }
div.DivClassName
{
background-color: #18EA1E;
}
.BgClassName
{
background-color: #18EA1E;
}
</style>
border-color css
<style>
span { border-color: #18EA1E; }
span { border-color: rgb(24,234,30); }
td.TdClassName
{
border-color: #18EA1E;
}
.TagClassName
{
border-color: #18EA1E;
}
</style>