Shades of Free Speech Green #18F231
Tints of Free Speech Green #18F231
RGB
CMYK
RGB Variations
Color information
#18F231 (or 0x18F231) is known color: Free Speech Green. HEX triplet: 18, F2 and 31. RGB value is (24,242,49). Sum of RGB (Red+Green+Blue) = 24+242+49=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 242 (94.92% from 255 or 76.83% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 242 - color contains mainly: green. Hex color #18F231 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F231 is #E70DCE. Grayscale: #9B9B9B. Windows color (decimal): -15142351 or 3273240. OLE color: 3273240.
HSL color Cylindrical-coordinate representation of color #18F231: hue angle of 126.88º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F231 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 49 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.05 |
| HSL | 126.88º | 0.89% | 0.52% | - |
| HSV(B) | 126.88º | 0.9% | 0.95% | - |
| XYZ | 32.68 | 63.92 | 13.52 | - |
| YUV | 154.82 | 68.28 | 34.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 49 | 0.90 | 0 | 0.80 | 0.05 | 126.88 | 0.89 | 0.52 |
| Hex | 18 | F2 | 31 | 5A | 0 | 50 | 5 | 7F | 59 | 34 |
| Octal | 30 | 362 | 61 | 132 | 0 | 120 | 5 | 177 | 131 | 64 |
| Binary | 11000 | 11110010 | 110001 | 1011010 | 0 | 1010000 | 101 | 1111111 | 1011001 | 110100 |
Color Harmonies of #18F231
Complementary color
Monochromatic Colors of #18F231
Black with #18F231
Text Example
Text Example
White with #18F231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F231; }
p { color: rgb(24,242,49); }
H1.HeaderClassName
{
color: #18F231;
}
.AnyTagClassName
{
color: #18F231;
}
</style>
background-color css
<style>
a { background-color: #18F231; }
a { background-color: rgb(24,242,49); }
div.DivClassName
{
background-color: #18F231;
}
.BgClassName
{
background-color: #18F231;
}
</style>
border-color css
<style>
span { border-color: #18F231; }
span { border-color: rgb(24,242,49); }
td.TdClassName
{
border-color: #18F231;
}
.TagClassName
{
border-color: #18F231;
}
</style>