Shades of Free Speech Green #18FA31
Tints of Free Speech Green #18FA31
RGB
CMYK
RGB Variations
Color information
#18FA31 (or 0x18FA31) is known color: Free Speech Green. HEX triplet: 18, FA and 31. RGB value is (24,250,49). Sum of RGB (Red+Green+Blue) = 24+250+49=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 250 (98.05% from 255 or 77.40% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FA31 is #E705CE. Grayscale: #A0A0A0. Windows color (decimal): -15140303 or 3275288. OLE color: 3275288.
HSL color Cylindrical-coordinate representation of color #18FA31: hue angle of 126.64º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FA31 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 49 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.02 |
| HSL | 126.64º | 0.96% | 0.54% | - |
| HSV(B) | 126.64º | 0.9% | 0.98% | - |
| XYZ | 35.12 | 68.79 | 14.33 | - |
| YUV | 159.51 | 65.63 | 31.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 49 | 0.90 | 0 | 0.80 | 0.02 | 126.64 | 0.96 | 0.54 |
| Hex | 18 | FA | 31 | 5A | 0 | 50 | 2 | 7F | 60 | 36 |
| Octal | 30 | 372 | 61 | 132 | 0 | 120 | 2 | 177 | 140 | 66 |
| Binary | 11000 | 11111010 | 110001 | 1011010 | 0 | 1010000 | 10 | 1111111 | 1100000 | 110110 |
Color Harmonies of #18FA31
Complementary color
Monochromatic Colors of #18FA31
Black with #18FA31
Text Example
Text Example
White with #18FA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FA31; }
p { color: rgb(24,250,49); }
H1.HeaderClassName
{
color: #18FA31;
}
.AnyTagClassName
{
color: #18FA31;
}
</style>
background-color css
<style>
a { background-color: #18FA31; }
a { background-color: rgb(24,250,49); }
div.DivClassName
{
background-color: #18FA31;
}
.BgClassName
{
background-color: #18FA31;
}
</style>
border-color css
<style>
span { border-color: #18FA31; }
span { border-color: rgb(24,250,49); }
td.TdClassName
{
border-color: #18FA31;
}
.TagClassName
{
border-color: #18FA31;
}
</style>