Shades of Free Speech Green #18F40B
Tints of Free Speech Green #18F40B
RGB
CMYK
RGB Variations
Color information
#18F40B (or 0x18F40B) is known color: Free Speech Green. HEX triplet: 18, F4 and 0B. RGB value is (24,244,11). Sum of RGB (Red+Green+Blue) = 24+244+11=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 244 (95.70% from 255 or 87.46% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 244 - color contains mainly: green. Hex color #18F40B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F40B is #E70BF4. Grayscale: #989898. Windows color (decimal): -15141877 or 783384. OLE color: 783384.
HSL color Cylindrical-coordinate representation of color #18F40B: hue angle of 116.65º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18F40B is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 244 | 11 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.04 |
| HSL | 116.65º | 0.91% | 0.5% | - |
| HSV(B) | 116.65º | 0.95% | 0.96% | - |
| XYZ | 32.79 | 64.92 | 11.12 | - |
| YUV | 151.66 | 48.61 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 244 | 11 | 0.90 | 0 | 0.95 | 0.04 | 116.65 | 0.91 | 0.5 |
| Hex | 18 | F4 | B | 5A | 0 | 5F | 4 | 75 | 5B | 32 |
| Octal | 30 | 364 | 13 | 132 | 0 | 137 | 4 | 165 | 133 | 62 |
| Binary | 11000 | 11110100 | 1011 | 1011010 | 0 | 1011111 | 100 | 1110101 | 1011011 | 110010 |
Color Harmonies of #18F40B
Complementary color
Monochromatic Colors of #18F40B
Black with #18F40B
Text Example
Text Example
White with #18F40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F40B; }
p { color: rgb(24,244,11); }
H1.HeaderClassName
{
color: #18F40B;
}
.AnyTagClassName
{
color: #18F40B;
}
</style>
background-color css
<style>
a { background-color: #18F40B; }
a { background-color: rgb(24,244,11); }
div.DivClassName
{
background-color: #18F40B;
}
.BgClassName
{
background-color: #18F40B;
}
</style>
border-color css
<style>
span { border-color: #18F40B; }
span { border-color: rgb(24,244,11); }
td.TdClassName
{
border-color: #18F40B;
}
.TagClassName
{
border-color: #18F40B;
}
</style>