Shades of Free Speech Green #18D202
Tints of Free Speech Green #18D202
RGB
CMYK
RGB Variations
Color information
#18D202 (or 0x18D202) is known color: Free Speech Green. HEX triplet: 18, D2 and 02. RGB value is (24,210,2). Sum of RGB (Red+Green+Blue) = 24+210+2=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 210 (82.42% from 255 or 88.98% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 210 - color contains mainly: green. Hex color #18D202 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D202 is #E72DFD. Grayscale: #838383. Windows color (decimal): -15150590 or 184856. OLE color: 184856.
HSL color Cylindrical-coordinate representation of color #18D202: hue angle of 113.65º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18D202 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 210 | 2 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.18 |
| HSL | 113.65º | 0.98% | 0.42% | - |
| HSV(B) | 113.65º | 0.99% | 0.82% | - |
| XYZ | 23.43 | 46.29 | 7.76 | - |
| YUV | 130.67 | 55.38 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 210 | 2 | 0.89 | 0 | 0.99 | 0.18 | 113.65 | 0.98 | 0.42 |
| Hex | 18 | D2 | 2 | 59 | 0 | 63 | 12 | 72 | 62 | 2A |
| Octal | 30 | 322 | 2 | 131 | 0 | 143 | 22 | 162 | 142 | 52 |
| Binary | 11000 | 11010010 | 10 | 1011001 | 0 | 1100011 | 10010 | 1110010 | 1100010 | 101010 |
Color Harmonies of #18D202
Complementary color
Monochromatic Colors of #18D202
Black with #18D202
Text Example
Text Example
White with #18D202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D202; }
p { color: rgb(24,210,2); }
H1.HeaderClassName
{
color: #18D202;
}
.AnyTagClassName
{
color: #18D202;
}
</style>
background-color css
<style>
a { background-color: #18D202; }
a { background-color: rgb(24,210,2); }
div.DivClassName
{
background-color: #18D202;
}
.BgClassName
{
background-color: #18D202;
}
</style>
border-color css
<style>
span { border-color: #18D202; }
span { border-color: rgb(24,210,2); }
td.TdClassName
{
border-color: #18D202;
}
.TagClassName
{
border-color: #18D202;
}
</style>