Shades of Free Speech Green #18FF1F
Tints of Free Speech Green #18FF1F
RGB
CMYK
RGB Variations
Color information
#18FF1F (or 0x18FF1F) is known color: Free Speech Green. HEX triplet: 18, FF and 1F. RGB value is (24,255,31). Sum of RGB (Red+Green+Blue) = 24+255+31=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 255 (100% from 255 or 82.26% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF1F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FF1F is #E700E0. Grayscale: #A1A1A1. Windows color (decimal): -15139041 or 2096920. OLE color: 2096920.
HSL color Cylindrical-coordinate representation of color #18FF1F: hue angle of 121.82º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF1F is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 31 | - |
| CMYK | 0.91 | 0 | 0.88 | 0 |
| HSL | 121.82º | 1% | 0.55% | - |
| HSV(B) | 121.82º | 0.91% | 1% | - |
| XYZ | 36.38 | 71.81 | 13.24 | - |
| YUV | 160.4 | 54.97 | 30.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 31 | 0.91 | 0 | 0.88 | 0 | 121.82 | 1 | 0.55 |
| Hex | 18 | FF | 1F | 5B | 0 | 58 | 0 | 7A | 64 | 37 |
| Octal | 30 | 377 | 37 | 133 | 0 | 130 | 0 | 172 | 144 | 67 |
| Binary | 11000 | 11111111 | 11111 | 1011011 | 0 | 1011000 | 0 | 1111010 | 1100100 | 110111 |
Color Harmonies of #18FF1F
Complementary color
Monochromatic Colors of #18FF1F
Black with #18FF1F
Text Example
Text Example
White with #18FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FF1F; }
p { color: rgb(24,255,31); }
H1.HeaderClassName
{
color: #18FF1F;
}
.AnyTagClassName
{
color: #18FF1F;
}
</style>
background-color css
<style>
a { background-color: #18FF1F; }
a { background-color: rgb(24,255,31); }
div.DivClassName
{
background-color: #18FF1F;
}
.BgClassName
{
background-color: #18FF1F;
}
</style>
border-color css
<style>
span { border-color: #18FF1F; }
span { border-color: rgb(24,255,31); }
td.TdClassName
{
border-color: #18FF1F;
}
.TagClassName
{
border-color: #18FF1F;
}
</style>