Shades of Free Speech Green #18FF37
Tints of Free Speech Green #18FF37
RGB
CMYK
RGB Variations
Color information
#18FF37 (or 0x18FF37) is known color: Free Speech Green. HEX triplet: 18, FF and 37. RGB value is (24,255,55). Sum of RGB (Red+Green+Blue) = 24+255+55=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF37 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FF37 is #E700C8. Grayscale: #A3A3A3. Windows color (decimal): -15139017 or 3669784. OLE color: 3669784.
HSL color Cylindrical-coordinate representation of color #18FF37: hue angle of 128.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF37 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 55 | - |
| CMYK | 0.91 | 0 | 0.78 | 0 |
| HSL | 128.05º | 1% | 0.55% | - |
| HSV(B) | 128.05º | 0.91% | 1% | - |
| XYZ | 36.83 | 71.99 | 15.57 | - |
| YUV | 163.13 | 66.97 | 28.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 55 | 0.91 | 0 | 0.78 | 0 | 128.05 | 1 | 0.55 |
| Hex | 18 | FF | 37 | 5B | 0 | 4E | 0 | 80 | 64 | 37 |
| Octal | 30 | 377 | 67 | 133 | 0 | 116 | 0 | 200 | 144 | 67 |
| Binary | 11000 | 11111111 | 110111 | 1011011 | 0 | 1001110 | 0 | 10000000 | 1100100 | 110111 |
Color Harmonies of #18FF37
Complementary color
Monochromatic Colors of #18FF37
Black with #18FF37
Text Example
Text Example
White with #18FF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FF37; }
p { color: rgb(24,255,55); }
H1.HeaderClassName
{
color: #18FF37;
}
.AnyTagClassName
{
color: #18FF37;
}
</style>
background-color css
<style>
a { background-color: #18FF37; }
a { background-color: rgb(24,255,55); }
div.DivClassName
{
background-color: #18FF37;
}
.BgClassName
{
background-color: #18FF37;
}
</style>
border-color css
<style>
span { border-color: #18FF37; }
span { border-color: rgb(24,255,55); }
td.TdClassName
{
border-color: #18FF37;
}
.TagClassName
{
border-color: #18FF37;
}
</style>