Shades of Free Speech Green #18FB11
Tints of Free Speech Green #18FB11
RGB
CMYK
RGB Variations
Color information
#18FB11 (or 0x18FB11) is known color: Free Speech Green. HEX triplet: 18, FB and 11. RGB value is (24,251,17). Sum of RGB (Red+Green+Blue) = 24+251+17=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 251 (98.44% from 255 or 85.96% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 251 - color contains mainly: green. Hex color #18FB11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18FB11 is #E704EE. Grayscale: #9D9D9D. Windows color (decimal): -15140079 or 1178392. OLE color: 1178392.
HSL color Cylindrical-coordinate representation of color #18FB11: hue angle of 118.21º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18FB11 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 251 | 17 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.02 |
| HSL | 118.21º | 0.97% | 0.53% | - |
| HSV(B) | 118.21º | 0.93% | 0.98% | - |
| XYZ | 34.98 | 69.23 | 12.05 | - |
| YUV | 156.45 | 49.29 | 33.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 251 | 17 | 0.90 | 0 | 0.93 | 0.02 | 118.21 | 0.97 | 0.53 |
| Hex | 18 | FB | 11 | 5A | 0 | 5D | 2 | 76 | 61 | 35 |
| Octal | 30 | 373 | 21 | 132 | 0 | 135 | 2 | 166 | 141 | 65 |
| Binary | 11000 | 11111011 | 10001 | 1011010 | 0 | 1011101 | 10 | 1110110 | 1100001 | 110101 |
Color Harmonies of #18FB11
Complementary color
Monochromatic Colors of #18FB11
Black with #18FB11
Text Example
Text Example
White with #18FB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FB11; }
p { color: rgb(24,251,17); }
H1.HeaderClassName
{
color: #18FB11;
}
.AnyTagClassName
{
color: #18FB11;
}
</style>
background-color css
<style>
a { background-color: #18FB11; }
a { background-color: rgb(24,251,17); }
div.DivClassName
{
background-color: #18FB11;
}
.BgClassName
{
background-color: #18FB11;
}
</style>
border-color css
<style>
span { border-color: #18FB11; }
span { border-color: rgb(24,251,17); }
td.TdClassName
{
border-color: #18FB11;
}
.TagClassName
{
border-color: #18FB11;
}
</style>