Shades of Free Speech Green #18D700
Tints of Free Speech Green #18D700
RGB
CMYK
RGB Variations
Color information
#18D700 (or 0x18D700) is known color: Free Speech Green. HEX triplet: 18, D7 and 00. RGB value is (24,215,0). Sum of RGB (Red+Green+Blue) = 24+215+0=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 215 (84.38% from 255 or 89.96% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 215 - color contains mainly: green. Hex color #18D700 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D700 is #E728FF. Grayscale: #868686. Windows color (decimal): -15149312 or 55064. OLE color: 55064.
HSL color Cylindrical-coordinate representation of color #18D700: hue angle of 113.3º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18D700 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 215 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.16 |
| HSL | 113.3º | 1% | 0.42% | - |
| HSV(B) | 113.3º | 1% | 0.84% | - |
| XYZ | 24.68 | 48.8 | 8.12 | - |
| YUV | 133.38 | 52.72 | 49.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 215 | 0 | 0.89 | 0 | 1 | 0.16 | 113.3 | 1 | 0.42 |
| Hex | 18 | D7 | 0 | 59 | 0 | 64 | 10 | 71 | 64 | 2A |
| Octal | 30 | 327 | 0 | 131 | 0 | 144 | 20 | 161 | 144 | 52 |
| Binary | 11000 | 11010111 | 0 | 1011001 | 0 | 1100100 | 10000 | 1110001 | 1100100 | 101010 |
Color Harmonies of #18D700
Complementary color
Monochromatic Colors of #18D700
Black with #18D700
Text Example
Text Example
White with #18D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D700; }
p { color: rgb(24,215,0); }
H1.HeaderClassName
{
color: #18D700;
}
.AnyTagClassName
{
color: #18D700;
}
</style>
background-color css
<style>
a { background-color: #18D700; }
a { background-color: rgb(24,215,0); }
div.DivClassName
{
background-color: #18D700;
}
.BgClassName
{
background-color: #18D700;
}
</style>
border-color css
<style>
span { border-color: #18D700; }
span { border-color: rgb(24,215,0); }
td.TdClassName
{
border-color: #18D700;
}
.TagClassName
{
border-color: #18D700;
}
</style>