Shades of Free Speech Green #18D703
Tints of Free Speech Green #18D703
RGB
CMYK
RGB Variations
Color information
#18D703 (or 0x18D703) is known color: Free Speech Green. HEX triplet: 18, D7 and 03. RGB value is (24,215,3). Sum of RGB (Red+Green+Blue) = 24+215+3=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 215 (84.38% from 255 or 88.84% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 215 - color contains mainly: green. Hex color #18D703 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D703 is #E728FC. Grayscale: #868686. Windows color (decimal): -15149309 or 251672. OLE color: 251672.
HSL color Cylindrical-coordinate representation of color #18D703: hue angle of 114.06º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18D703 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 215 | 3 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.16 |
| HSL | 114.06º | 0.97% | 0.43% | - |
| HSV(B) | 114.06º | 0.99% | 0.84% | - |
| XYZ | 24.69 | 48.8 | 8.2 | - |
| YUV | 133.72 | 54.22 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 215 | 3 | 0.89 | 0 | 0.99 | 0.16 | 114.06 | 0.97 | 0.43 |
| Hex | 18 | D7 | 3 | 59 | 0 | 63 | 10 | 72 | 61 | 2B |
| Octal | 30 | 327 | 3 | 131 | 0 | 143 | 20 | 162 | 141 | 53 |
| Binary | 11000 | 11010111 | 11 | 1011001 | 0 | 1100011 | 10000 | 1110010 | 1100001 | 101011 |
Color Harmonies of #18D703
Complementary color
Monochromatic Colors of #18D703
Black with #18D703
Text Example
Text Example
White with #18D703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D703; }
p { color: rgb(24,215,3); }
H1.HeaderClassName
{
color: #18D703;
}
.AnyTagClassName
{
color: #18D703;
}
</style>
background-color css
<style>
a { background-color: #18D703; }
a { background-color: rgb(24,215,3); }
div.DivClassName
{
background-color: #18D703;
}
.BgClassName
{
background-color: #18D703;
}
</style>
border-color css
<style>
span { border-color: #18D703; }
span { border-color: rgb(24,215,3); }
td.TdClassName
{
border-color: #18D703;
}
.TagClassName
{
border-color: #18D703;
}
</style>