Shades of Free Speech Green #18F41E
Tints of Free Speech Green #18F41E
RGB
CMYK
RGB Variations
Color information
#18F41E (or 0x18F41E) is known color: Free Speech Green. HEX triplet: 18, F4 and 1E. RGB value is (24,244,30). Sum of RGB (Red+Green+Blue) = 24+244+30=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 244 (95.70% from 255 or 81.88% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 244 - color contains mainly: green. Hex color #18F41E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F41E is #E70BE1. Grayscale: #9A9A9A. Windows color (decimal): -15141858 or 2028568. OLE color: 2028568.
HSL color Cylindrical-coordinate representation of color #18F41E: hue angle of 121.64º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F41E is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 244 | 30 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.04 |
| HSL | 121.64º | 0.91% | 0.53% | - |
| HSV(B) | 121.64º | 0.9% | 0.96% | - |
| XYZ | 32.96 | 64.99 | 12.04 | - |
| YUV | 153.82 | 58.11 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 244 | 30 | 0.90 | 0 | 0.88 | 0.04 | 121.64 | 0.91 | 0.53 |
| Hex | 18 | F4 | 1E | 5A | 0 | 58 | 4 | 7A | 5B | 35 |
| Octal | 30 | 364 | 36 | 132 | 0 | 130 | 4 | 172 | 133 | 65 |
| Binary | 11000 | 11110100 | 11110 | 1011010 | 0 | 1011000 | 100 | 1111010 | 1011011 | 110101 |
Color Harmonies of #18F41E
Complementary color
Monochromatic Colors of #18F41E
Black with #18F41E
Text Example
Text Example
White with #18F41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F41E; }
p { color: rgb(24,244,30); }
H1.HeaderClassName
{
color: #18F41E;
}
.AnyTagClassName
{
color: #18F41E;
}
</style>
background-color css
<style>
a { background-color: #18F41E; }
a { background-color: rgb(24,244,30); }
div.DivClassName
{
background-color: #18F41E;
}
.BgClassName
{
background-color: #18F41E;
}
</style>
border-color css
<style>
span { border-color: #18F41E; }
span { border-color: rgb(24,244,30); }
td.TdClassName
{
border-color: #18F41E;
}
.TagClassName
{
border-color: #18F41E;
}
</style>