Shades of Free Speech Green #18DC03
Tints of Free Speech Green #18DC03
RGB
CMYK
RGB Variations
Color information
#18DC03 (or 0x18DC03) is known color: Free Speech Green. HEX triplet: 18, DC and 03. RGB value is (24,220,3). Sum of RGB (Red+Green+Blue) = 24+220+3=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 220 (86.33% from 255 or 89.07% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18DC03 is #E723FC. Grayscale: #898989. Windows color (decimal): -15148029 or 252952. OLE color: 252952.
HSL color Cylindrical-coordinate representation of color #18DC03: hue angle of 114.19º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18DC03 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 3 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.14 |
| HSL | 114.19º | 0.97% | 0.44% | - |
| HSV(B) | 114.19º | 0.99% | 0.86% | - |
| XYZ | 25.99 | 51.39 | 8.64 | - |
| YUV | 136.66 | 52.57 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 3 | 0.89 | 0 | 0.99 | 0.14 | 114.19 | 0.97 | 0.44 |
| Hex | 18 | DC | 3 | 59 | 0 | 63 | E | 72 | 61 | 2C |
| Octal | 30 | 334 | 3 | 131 | 0 | 143 | 16 | 162 | 141 | 54 |
| Binary | 11000 | 11011100 | 11 | 1011001 | 0 | 1100011 | 1110 | 1110010 | 1100001 | 101100 |
Color Harmonies of #18DC03
Complementary color
Monochromatic Colors of #18DC03
Black with #18DC03
Text Example
Text Example
White with #18DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DC03; }
p { color: rgb(24,220,3); }
H1.HeaderClassName
{
color: #18DC03;
}
.AnyTagClassName
{
color: #18DC03;
}
</style>
background-color css
<style>
a { background-color: #18DC03; }
a { background-color: rgb(24,220,3); }
div.DivClassName
{
background-color: #18DC03;
}
.BgClassName
{
background-color: #18DC03;
}
</style>
border-color css
<style>
span { border-color: #18DC03; }
span { border-color: rgb(24,220,3); }
td.TdClassName
{
border-color: #18DC03;
}
.TagClassName
{
border-color: #18DC03;
}
</style>