Shades of Free Speech Green #18F031
Tints of Free Speech Green #18F031
RGB
CMYK
RGB Variations
Color information
#18F031 (or 0x18F031) is known color: Free Speech Green. HEX triplet: 18, F0 and 31. RGB value is (24,240,49). Sum of RGB (Red+Green+Blue) = 24+240+49=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 240 (94.14% from 255 or 76.68% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 240 - color contains mainly: green. Hex color #18F031 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F031 is #E70FCE. Grayscale: #9A9A9A. Windows color (decimal): -15142863 or 3272728. OLE color: 3272728.
HSL color Cylindrical-coordinate representation of color #18F031: hue angle of 126.94º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F031 is Cyan = 0.9, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 49 | - |
| CMYK | 0.9 | 0 | 0.80 | 0.06 |
| HSL | 126.94º | 0.88% | 0.52% | - |
| HSV(B) | 126.94º | 0.9% | 0.94% | - |
| XYZ | 32.09 | 62.74 | 13.32 | - |
| YUV | 153.64 | 68.94 | 35.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 49 | 0.9 | 0 | 0.80 | 0.06 | 126.94 | 0.88 | 0.52 |
| Hex | 18 | F0 | 31 | 5A | 0 | 50 | 6 | 7F | 58 | 34 |
| Octal | 30 | 360 | 61 | 132 | 0 | 120 | 6 | 177 | 130 | 64 |
| Binary | 11000 | 11110000 | 110001 | 1011010 | 0 | 1010000 | 110 | 1111111 | 1011000 | 110100 |
Color Harmonies of #18F031
Complementary color
Monochromatic Colors of #18F031
Black with #18F031
Text Example
Text Example
White with #18F031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F031; }
p { color: rgb(24,240,49); }
H1.HeaderClassName
{
color: #18F031;
}
.AnyTagClassName
{
color: #18F031;
}
</style>
background-color css
<style>
a { background-color: #18F031; }
a { background-color: rgb(24,240,49); }
div.DivClassName
{
background-color: #18F031;
}
.BgClassName
{
background-color: #18F031;
}
</style>
border-color css
<style>
span { border-color: #18F031; }
span { border-color: rgb(24,240,49); }
td.TdClassName
{
border-color: #18F031;
}
.TagClassName
{
border-color: #18F031;
}
</style>