Shades of Free Speech Green #18F202
Tints of Free Speech Green #18F202
RGB
CMYK
RGB Variations
Color information
#18F202 (or 0x18F202) is known color: Free Speech Green. HEX triplet: 18, F2 and 02. RGB value is (24,242,2). Sum of RGB (Red+Green+Blue) = 24+242+2=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 242 (94.92% from 255 or 90.30% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 242 - color contains mainly: green. Hex color #18F202 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F202 is #E70DFD. Grayscale: #969696. Windows color (decimal): -15142398 or 193048. OLE color: 193048.
HSL color Cylindrical-coordinate representation of color #18F202: hue angle of 114.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18F202 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 2 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.05 |
| HSL | 114.5º | 0.98% | 0.48% | - |
| HSV(B) | 114.5º | 0.99% | 0.95% | - |
| XYZ | 32.14 | 63.7 | 10.66 | - |
| YUV | 149.46 | 44.78 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 2 | 0.90 | 0 | 0.99 | 0.05 | 114.5 | 0.98 | 0.48 |
| Hex | 18 | F2 | 2 | 5A | 0 | 63 | 5 | 72 | 62 | 30 |
| Octal | 30 | 362 | 2 | 132 | 0 | 143 | 5 | 162 | 142 | 60 |
| Binary | 11000 | 11110010 | 10 | 1011010 | 0 | 1100011 | 101 | 1110010 | 1100010 | 110000 |
Color Harmonies of #18F202
Complementary color
Monochromatic Colors of #18F202
Black with #18F202
Text Example
Text Example
White with #18F202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F202; }
p { color: rgb(24,242,2); }
H1.HeaderClassName
{
color: #18F202;
}
.AnyTagClassName
{
color: #18F202;
}
</style>
background-color css
<style>
a { background-color: #18F202; }
a { background-color: rgb(24,242,2); }
div.DivClassName
{
background-color: #18F202;
}
.BgClassName
{
background-color: #18F202;
}
</style>
border-color css
<style>
span { border-color: #18F202; }
span { border-color: rgb(24,242,2); }
td.TdClassName
{
border-color: #18F202;
}
.TagClassName
{
border-color: #18F202;
}
</style>