Shades of Free Speech Green #18E800
Tints of Free Speech Green #18E800
RGB
CMYK
RGB Variations
Color information
#18E800 (or 0x18E800) is known color: Free Speech Green. HEX triplet: 18, E8 and 00. RGB value is (24,232,0). Sum of RGB (Red+Green+Blue) = 24+232+0=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 232 (91.02% from 255 or 90.62% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 232 - color contains mainly: green. Hex color #18E800 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18E800 is #E717FF. Grayscale: #909090. Windows color (decimal): -15144960 or 59416. OLE color: 59416.
HSL color Cylindrical-coordinate representation of color #18E800: hue angle of 113.79º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18E800 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 232 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.09 |
| HSL | 113.79º | 1% | 0.45% | - |
| HSV(B) | 113.79º | 1% | 0.91% | - |
| XYZ | 29.23 | 57.91 | 9.64 | - |
| YUV | 143.36 | 47.09 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 232 | 0 | 0.90 | 0 | 1 | 0.09 | 113.79 | 1 | 0.45 |
| Hex | 18 | E8 | 0 | 5A | 0 | 64 | 9 | 72 | 64 | 2D |
| Octal | 30 | 350 | 0 | 132 | 0 | 144 | 11 | 162 | 144 | 55 |
| Binary | 11000 | 11101000 | 0 | 1011010 | 0 | 1100100 | 1001 | 1110010 | 1100100 | 101101 |
Color Harmonies of #18E800
Complementary color
Monochromatic Colors of #18E800
Black with #18E800
Text Example
Text Example
White with #18E800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E800; }
p { color: rgb(24,232,0); }
H1.HeaderClassName
{
color: #18E800;
}
.AnyTagClassName
{
color: #18E800;
}
</style>
background-color css
<style>
a { background-color: #18E800; }
a { background-color: rgb(24,232,0); }
div.DivClassName
{
background-color: #18E800;
}
.BgClassName
{
background-color: #18E800;
}
</style>
border-color css
<style>
span { border-color: #18E800; }
span { border-color: rgb(24,232,0); }
td.TdClassName
{
border-color: #18E800;
}
.TagClassName
{
border-color: #18E800;
}
</style>